Skip to main content

Get Threshold Profile List (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/perfmgmtthresholdprofiles

Get details of the threshold profile list.

Request

Path Parameters

    tenant_id objectrequired

    The tenant ID.

Responses

Successful Operation

Schema
    circuit_utilization_metrics_thresholds CircuitUtilizationMetricThresholds

    Circuit Utilization Metrics Thresholds: Valid

    percentage_circuit_utilization integer

    The circuit utilization percentage configured for the threshold.

    description

    The description of the threshold profile. Max size = 256.

    disabled boolean

    Lists if the threshold profiles are disabled.

    disabled_reason string

    Reason the threshold profile is disabled.

    flow_metrics_thresholds FlowMetricThresholds

    Flow Metrics Thresholds: Valid

    percentage_flow_utilization integer

    The flow utilization percentage configured for the threshold.

    hard_limit_app_metrics StaticAppMetricConfig

    The hard limits set for the app metrics.

    max_init_failure_rate integer

    The max init failure rate threshold. Max = 100L.

    max_rtt integer

    The max rtt threshold range. Max = 500L.

    udp_trt integer

    Udp Trt: Range(max = 500L, message = PERFMGMT_UDP_TRT_THRESHOLD_RANGE_INVALID, min = 0L)

    id string

    The ID of the threshold profile.

    inactive boolean

    Lists if the threshold profile is inactive.

    inactive_reason string

    Reason the threshold profile is inactive.

    is_default boolean

    The default threshold.

    lqm_thresholds LQMThresholdConfig

    Details of the LQM threshold configurations.

    max_jitter integer

    The max jitter threshold range. Max = 100L.

    max_latency integer

    The max latency threshold range. Max = 500L.

    max_packet_loss integer

    The max packet loss threshold range. Max = 20L.

    name stringrequired

    The name of the profile. Max size = 128.

    region string

    The region of the site.

    soft_limit_app_metrics StaticAppMetricConfig

    The soft limits set for the app metrics.

    max_init_failure_rate integer

    The max init failure rate threshold. Max = 100L.

    max_rtt integer

    The max rtt threshold range. Max = 500L.

    udp_trt integer

    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.

    probe_config_id string

    The probe config ID.

    value integer

    The threshold value.

    init_failure_pct SyntheticProbeThreshold

    The init failure percentage.

    probe_config_id string

    The probe config ID.

    value integer

    The threshold value.

    jitter SyntheticProbeThreshold

    The jitter value.

    probe_config_id string

    The probe config ID.

    value integer

    The threshold value.

    latency SyntheticProbeThreshold

    The latency value.

    probe_config_id string

    The probe config ID.

    value integer

    The threshold value.

    packet_loss SyntheticProbeThreshold

    The packet loss value.

    probe_config_id string

    The probe config ID.

    value integer

    The threshold value.

    system_health_metrics_thresholds SystemHealthMetricThresholds

    System Health Metrics Thresholds: Valid

    cpu_utilization integer

    The CPU utilization threshold range.

    disk_utilization integer

    The disk utilization threshold range.

    memory_utilization integer

    The memory utilization threshold range.

    tags string[]

    A information field that can be added to identify the profile. Maximum 10 unique tags of length 1024 each are allowed.

    tenant_id stringrequired

    Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)

Loading...