Skip to main content

Update Threshold Profile (v2.0)

PUT 

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

Update a threshold profile.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    profile_id stringrequired

    The threshold ID.

Body

Details of the Threshold profile to be created

    description

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

    hard_limit_app_metrics StaticAppMetricConfigrequired

    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.

    id string

    The ID of the threshold profile.

    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.

    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.

    tags string[]

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

Responses

Successful Operation

Schema
    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.

    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.

    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.

    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...