Skip to content

vjoshevs/terraform-aci-system-performance

Repository files navigation

Tests

Terraform ACI System Performance Module

Manage ACI global System Performance setting

Location in GUI: 'System' » 'System Settings' » 'System Performance'

Examples

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
}

Requirements

Name Version
terraform >= 1.0.0
aci >= 2.0.0

Providers

Name Version
aci >= 2.0.0

Inputs

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

Outputs

Name Description
dn Distinguished name of commApiRespTime object.

Resources

Name Type
aci_rest_managed.commApiRespTime resource

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages