The following is a description of the Octopus platform API methods related to the Monitoring module, which allow, for example, to check when the last validation of a user in a Location has been performed.
Table of Contents | ||||
---|---|---|---|---|
|
Status panel
GET - Get Location Status
This method returns the information shown in the Status Panel section for the Location indicated by the LocationId parameter.
Location |
Parameters
TYPE | Parameter | Significance | Type | Required | Default |
---|---|---|---|---|---|
HEAD | Authorization | Bearer <API_KEY> | String | YES | |
GET | LocationId | Location identifier | String | YES |
Response
HTTP CODE | Result | Response data | ||
---|---|---|---|---|
200 | Ok |
| ||
401 | Unauthorized | Explanation of the error |
GET - Get Location Group Status
This method returns the information shown in the Status Panel section for the Locations that belong to the Location group indicated by the LocationGroupId parameter.
|
Parameters
TYPE | Parameter | Significance | Type | Required | Default |
---|---|---|---|---|---|
HEAD | Authorization | Bearer <API_KEY> | String | YES | |
GET | LocationGroupId | Location group identifier | String | YES |
Response
HTTP CODE | Result | Response data | ||
---|---|---|---|---|
200 | Ok |
| ||
401 | Unauthorized | Explanation of the error |