PolicyRuntimeAlarm
Alarm associated with the PolicyRuntimeInfoPerEP that exposes potential errors when retrieving runtime information from the enforcement point.
Properties
error_details
Optional
Detailed information about errors from an API call made to the enforcement point, if any.
string
error_id
Optional
Alarm error id.
string
message
Optional
Error message describing the issue.
Property Of
ConsolidatedStatusPerEnforcementPoint
IPSecVpnSessionStatisticsNsxT
IPSecVpnSessionStatisticsPerEP
IPSecVpnSessionStatusNsxT
IPSecVpnSessionStatusPerEP
L2VPNSessionPeerConfigNsxT
L2VPNSessionPeerConfigPerEP
L2VPNSessionStatisticsNsxT
L2VPNSessionStatisticsPerEP
L2VPNSessionStatusNsxT
L2VPNSessionStatusPerEP
PolicyRuntimeInfoPerEP
JSON Example
{
"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"
}