Get Threshold Profile List (v2.1)
GET/v2.1/api/tenants/:tenant_id/perfmgmtthresholdprofiles
List the performance policy threshold profiles.
Request
Path Parameters
The tenant ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
circuit_utilization_metrics_thresholds CircuitUtilizationMetricThresholds
Circuit Utilization Metrics Thresholds: Valid
The circuit utilization percentage configured for the threshold.
The description of the threshold profile. Max size = 256.
Lists if the threshold profiles are disabled.
Reason the threshold profile is disabled.
flow_metrics_thresholds FlowMetricThresholds
Flow Metrics Thresholds: Valid
The flow utilization percentage configured for the threshold.
hard_limit_app_metrics StaticAppMetricConfig
The hard limits set for the app metrics.
The max init failure rate threshold. Max = 100L.
The max rtt threshold range. Max = 500L.
Udp Trt: Range(max = 500L, message = PERFMGMT_UDP_TRT_THRESHOLD_RANGE_INVALID, min = 0L)
The ID of the threshold profile.
Lists if the threshold profile is inactive.
Reason the threshold profile is inactive.
The default threshold.
lqm_thresholds LQMThresholdConfig
Details of the LQM threshold configurations.
The max jitter threshold range. Max = 100L.
The max latency threshold range. Max = 500L.
The max packet loss threshold range. Max = 20L.
The name of the profile. Max size = 128.
The region of the site.
soft_limit_app_metrics StaticAppMetricConfig
The soft limits set for the app metrics.
The max init failure rate threshold. Max = 100L.
The max rtt threshold range. Max = 500L.
Udp Trt: Range(max = 500L, message = PERFMGMT_UDP_TRT_THRESHOLD_RANGE_INVALID, min = 0L)
synthetic_probe_thresholds SyntheticProbeThresholds
Synthetic Probe Thresholds: Valid
dns_txn_failure_pct SyntheticProbeThreshold
The DNS transaction failure percentage.
The probe config ID.
The threshold value.
init_failure_pct SyntheticProbeThreshold
The init failure percentage.
The probe config ID.
The threshold value.
jitter SyntheticProbeThreshold
The jitter value.
The probe config ID.
The threshold value.
latency SyntheticProbeThreshold
The latency value.
The probe config ID.
The threshold value.
packet_loss SyntheticProbeThreshold
The packet loss value.
The probe config ID.
The threshold value.
system_health_metrics_thresholds SystemHealthMetricThresholds
System Health Metrics Thresholds: Valid
The CPU utilization threshold range.
The disk utilization threshold range.
The memory utilization threshold range.
A information field that can be added to identify the profile. Maximum 10 unique tags of length 1024 each are allowed.
Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)
{
"circuit_utilization_metrics_thresholds": {
"percentage_circuit_utilization": 0
},
"disabled": true,
"disabled_reason": "string",
"flow_metrics_thresholds": {
"percentage_flow_utilization": 0
},
"hard_limit_app_metrics": {
"max_init_failure_rate": 0,
"max_rtt": 0,
"udp_trt": 0
},
"id": "string",
"inactive": true,
"inactive_reason": "string",
"is_default": true,
"lqm_thresholds": {
"max_jitter": 0,
"max_latency": 0,
"max_packet_loss": 0
},
"name": "string",
"region": "string",
"soft_limit_app_metrics": {
"max_init_failure_rate": 0,
"max_rtt": 0,
"udp_trt": 0
},
"synthetic_probe_thresholds": {
"dns_txn_failure_pct": {
"probe_config_id": "string",
"value": 0
},
"init_failure_pct": {
"probe_config_id": "string",
"value": 0
},
"jitter": {
"probe_config_id": "string",
"value": 0
},
"latency": {
"probe_config_id": "string",
"value": 0
},
"packet_loss": {
"probe_config_id": "string",
"value": 0
}
},
"system_health_metrics_thresholds": {
"cpu_utilization": 0,
"disk_utilization": 0,
"memory_utilization": 0
},
"tags": [
"string"
],
"tenant_id": "string"
}