Skip to main content

Delete Threshold Profile (v2.0)

DELETE 

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

Delete a threshold profile.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    profile_id stringrequired

    The threshold ID.

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