Update Event Correlation Policy Set Configuration (v2.0)
PUT/sdwan/v2.0/api/eventcorrelationpolicysets/:policy_set_id
Update the event correlation policy set configuration.
Request
Path Parameters
ID of the event policy set.
- application/json
Body
Details of the routing access list to be created
- Array [
- ]
Event policy sets set to active.
Policy sets cloned from existing policy sets.
Description of the event policy set.
ID of the event policy set.
Name of the event policy set. Max 25 characters.
The order for the execution of the policy rule.
severity_priority_mapping SeverityPriorityMapping[]required
Mapping of the priority and severity levels.
Possible values: [p1
, p2
, p3
, p4
, p5
, none
]
Priority specified for the rule. Range from Priority 1 (P1), through Priority 5 (P5).
Possible values: [major
, minor
, critical
]
Severity of the rule.
A information field that can be added to identify the event correlation policy rule. Maximum 10 unique tags of length 1024 each are allowed.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
Event policy sets set to active.
Policy sets cloned from existing policy sets.
Description of the event policy set.
ID of the event policy set.
Name of the event policy set. Max 25 characters.
The order for the execution of the policy rule.
severity_priority_mapping SeverityPriorityMapping[]
Mapping of the priority and severity levels.
Possible values: [p1
, p2
, p3
, p4
, p5
, none
]
Priority specified for the rule. Range from Priority 1 (P1), through Priority 5 (P5).
Possible values: [major
, minor
, critical
]
Severity of the rule.
A information field that can be added to identify the event correlation policy rule. Maximum 10 unique tags of length 1024 each are allowed.
{
"active_policyset": true,
"clone_from": "string",
"id": "string",
"name": "string",
"policyrule_order": [
"string"
],
"severity_priority_mapping": [
{
"priority": "p1",
"severity": "major"
}
],
"tags": [
"string"
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
The error code.
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "INVALID_JSON_EXTRA_ATTRIBUTE"
},
{
"code": "EVENT_CORRELATION_SET_CONFIG_INVALID_POLICY_RULES"
},
{
"code": "EVENT_CORRELATION_SET_CONFIG_ACTIVE_POLICY_SET_FOUND"
},
{
"code": "EVENT_CORRELATION_CONFIG_INVALID_PRIORITY"
},
{
"code": "EVENT_CORRELATION_SEVERITY_PRIORITY_MAPPING_REQUIRED"
},
{
"code": "EVENT_CORRELATION_SEVERITY_PRIORITY_MAPPING_ALL_SEVERITY_REQUIRED"
},
{
"code": "EVENT_CORRELATION_SET_CONFIG_DUPLICATE_SEVERITY_FOUND"
}
]
}
}