Skip to main content

Get Policy Rules of Performance Policy Set (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/perfmgmtpolicysets/:perfmgmtpolicyset_id/perfmgmtpolicyrules

Get details of the performance policy rules of a policy set.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    perfmgmtpolicyset_id stringrequired

    The performance policy set ID.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    tenant_id string

    The tenant ID.

    items PerfMgmtPolicyRule[]
  • Array [
  • actions PerfMgmtAction[]

    The valid actions configured for the performance policy rule.

  • Array [
  • action_type stringrequired

    Possible values: [RAISE_ALARM, MOVE_FLOWS, FEC, VISIBILITY]

    The values of the action type for the performance policy rule.

    app_perf PerfMgmtActionParameters

    The details of the application performance parameters.

    bad_health_thresholds PerfMgmtHealthThresholds

    Lists the valid / invalid performance policy rules thresholds.

    clear_below int32

    The clear_below value should be between 1-80L.

    raise_above int32

    The raise_above value should be between 10-100L.

    monitoring_approach stringrequired

    Possible values: [AGGRESSIVE, MODERATE, CONSERVATIVE]

    The monitoring approach for the rule.

    lqm_perf PerfMgmtActionParameters

    The details of the LQM performance parameters.

    bad_health_thresholds PerfMgmtHealthThresholds

    Lists the valid / invalid performance policy rules thresholds.

    clear_below int32

    The clear_below value should be between 1-80L.

    raise_above int32

    The raise_above value should be between 10-100L.

    monitoring_approach stringrequired

    Possible values: [AGGRESSIVE, MODERATE, CONSERVATIVE]

    The monitoring approach for the rule.

  • ]
  • app_filters ApplicationFilter

    The details of the app filters used for the performance policy rule.

    app_transfer_types string[]

    Possible values: [RT_AUDIO, RT_VIDEO, TRANSACTIONAL, BULK]

    Lists the app transfer types. Maximum 4 app transfer types are supported.

    application_ids string[]

    Lists the application IDs in a rule. Maximum 64 applications can be specified in a rule.

    description

    The description of the performance policy rule. Max characters = 256.

    enabled boolean

    Lists if the performance policy rule is enabled.

    id string

    Lists the performance policy rules by ID.

    name stringrequired

    The name of the performance policy rule.

    path_filters PathFilter[]

    Lists the path filters applied. Maximum 32 path filters are supported.

  • Array [
  • label string

    The policy rule path label.

    path_type stringrequired

    Possible values: [vpn, direct, servicelink, all]

    The path type specified in the path filter.

  • ]
  • service_label_ids string[]

    Lists the service label IDs. Maximum 32 service labels are supported.

    tags string[]

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

    thresholdprofile_id string

    Lists the threshold profile IDs.

    type stringrequired

    Possible values: [APP_CIRCUIT_HEALTH]

    The type of performance policy rule.

  • ]
Loading...