Manage ACI global System Performance setting
Location in GUI: 'System' » 'System Settings' » 'System Performance'
module "system_performance" {
source = "netascode/system_performance/aci"
version = ">= 0.0.1"
admin_state = true
response_threshold = 8500
top_slowest_requests = 5
calculation_window = 300
}
Name | Version |
---|---|
terraform | >= 1.0.0 |
aci | >= 2.0.0 |
Name | Version |
---|---|
aci | >= 2.0.0 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
admin_state | System Performance administrative state. | bool |
false |
no |
response_threshold | Threshold value for response time of any requests to Nginx. | number |
"85000" |
no |
top_slowest_requests | Property to set the number of slowest requests to be seen. | number |
"5" |
no |
calculation_window | Window in which average time, and number of requests that go beyond the threshold is calculated. | string |
"300" |
no |
Name | Description |
---|---|
dn | Distinguished name of commApiRespTime object. |
Name | Type |
---|---|
aci_rest_managed.commApiRespTime | resource |