ConsolidatedStatusPerEnforcementPoint
Consolidated Realized Status Per Enforcement Point.
Properties
consolidated_status
Optional
Consolidated Realized Status of an Intent object per enforcement point.
string
enforcement_point_id
Optional
Enforcement Point Id.
string
enforcement_point_path
Optional
Policy Path referencing the enforcement point where the info is fetched.
JSON Example
{
"alarm": {
"error_details": {
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string",
"related_errors": [
{
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string"
}
]
},
"error_id": "string",
"message": "string"
},
"consolidated_status": {
"consolidated_status": "string"
},
"enforcement_point_id": "string",
"enforcement_point_path": "string"
}