42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"cases": [
|
|
{
|
|
"id": "ok.responding-lmx",
|
|
"status": {
|
|
"success": 1,
|
|
"category": "MX_STATUS_CATEGORY_OK",
|
|
"detectedBy": "MX_STATUS_SOURCE_RESPONDING_LMX",
|
|
"detail": 0,
|
|
"rawCategory": 0,
|
|
"rawDetectedBy": 0,
|
|
"diagnosticText": "OK"
|
|
}
|
|
},
|
|
{
|
|
"id": "security-error.requesting-lmx",
|
|
"status": {
|
|
"success": 0,
|
|
"category": "MX_STATUS_CATEGORY_SECURITY_ERROR",
|
|
"detectedBy": "MX_STATUS_SOURCE_REQUESTING_LMX",
|
|
"detail": 401,
|
|
"rawCategory": 8,
|
|
"rawDetectedBy": 2,
|
|
"diagnosticText": "Requesting LMX denied the secured operation."
|
|
}
|
|
},
|
|
{
|
|
"id": "raw-unknown-category",
|
|
"status": {
|
|
"success": 0,
|
|
"category": "MX_STATUS_CATEGORY_UNKNOWN",
|
|
"detectedBy": "MX_STATUS_SOURCE_UNKNOWN",
|
|
"detail": 65535,
|
|
"rawCategory": 99,
|
|
"rawDetectedBy": 77,
|
|
"diagnosticText": "Unknown native MXSTATUS_PROXY fields are preserved."
|
|
}
|
|
}
|
|
]
|
|
}
|