|
{
"Web": {
"InstanceId": "bf89e5d4-c813-42e0-9ee3-d8fd8fcb8391", // The current website instance's ID
"Version": "6.0.59.58916", // The current website instance's Agent Guidance version
"Connection": {
"Status": true, // Whether the current website is communicative
"Time": 0 // Milliseconds taken to perform this test
},
"OpenSockets": 1,
"ActiveSessions": 1,
"ProxyStatus": {
"Configured": false,
"Status": true
},
"Addons": [
{
"Id": "14787217-ebb4-4885-a8ee-4d97be481369",
"Name": "SystemCleanup"
}
],
"Plugins": [
{
"Name": "SystemPlugin_GetExternalCampaignsText", // This will be the internal name for the Plugin
"Active": true
}
],
"Services": [
{
"Id": "dce9f706-636f-4459-bb85-cb47be0e7686",
"Name": "CSEFCloudApi",
"Active": true,
"Version": "1.0.59.58916",
"Health": {
"IsHealthy": true,
"Message": "" // Individual Services that are running will display a simple string here if they are not running properly
}
}
]
},
"Database": {
"Version": "6.0.59.58916", // The database's Agent Guidance version
"Connection": {
"Status": true,
"Time": 0 // Milliseconds taken to perform this test
},
"Write": {
"Status": true,
"Time": 17 // Milliseconds taken to perform this test
},
"Read": {
"Status": true,
"Time": 31 // Milliseconds taken to perform this test
}
},
"Redis": {
"Connection": {
"Status": true,
"Time": 0 // Milliseconds taken to perform this test
},
"Write": {
"Status": true,
"Time": 1 // Milliseconds taken to perform this test
},
"Read": {
"Status": true,
"Time": 8 // Milliseconds taken to perform this test
},
"NumberOfKeys": 29
},
"Error": "" // If any failure is detected, it will be described as a simple string here
}
|