Retrieve monitoring information
GET /monitoring/info
Retrieves monitoring information.
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
healthy |
boolean |
True |
|
id |
string |
False |
|
lastDeploymentError |
string |
False |
|
status |
string |
True |
|
url |
string |
False |
Example error response
{
"healthy": false,
"id": "string",
"lastDeploymentError": "string",
"status": "string",
"url": "string"
}