Get Network Policy Set Status (v2.0)
GET/sdwan/v2.0/api/networkpolicysets/:policy_set_id/status
List a specific network policy set status of tenant.
Request
Path Parameters
policy_set_id stringrequired
The network policy set ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
id string
The ID of the 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.
{
"id": "string",
"policy_req_state": "POLICY_REQ_PENDING",
"policyset_id": "string"
}
Loading...