GET /api/host_statuses
403
{
"error": {
"message": "Access denied",
"details": "Missing one of the required permissions: view_hosts",
"missing_permissions": [
"view_hosts"
]
}
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
page optional |
Page number, starting at 1 Validations:
|
|
per_page optional |
Number of results per page to return, 'all' to return all results Validations:
|