Skip to main content

Get Performance Policy Set Status (v2.0)

GET 

/sdwan/v2.0/api/perfmgmtpolicysets/:id/status

Get the status of the performance policy sets.

Request

Path Parameters

    id stringrequired

    The performance policy set ID.

Responses

Successful Operation

Schema
    id string

    The ID of the performance policy set.

    policy_req_state string

    Possible values: [POLICY_REQ_PENDING, POLICY_CREATE_INPROGRESS, POLICY_CREATE_COMPLETE, POLICY_REPLICATE, POLICY_CREATE_FAILED, POLICY_REQ_COMPLETE]

    The policy required state.

    policyset_id string

    The ID of the policy set.

Loading...