Get Site Status (v2.0)
GET/v2.0/api/tenants/:tenant_id/sites/:site_id/status
Get the status of the site.
Request
Path Parameters
The tenant ID.
ID of the site. More details on the site can be retrieved by querying the sites API.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
Active Security Ps Id
Desired Security Ps Id: JsonIgnore(value = true) JsonIgnore(value = true)
Disabled
Disabled Reason: Size(max = 5000, DISABLED_REASON_INVALID_0001, min = 0) Size(max = 5000, DISABLED_REASON_INVALID_0001, min = 0)
Failed Security Ps Id
Inactive
Inactive Reason: Size(max = 5000, INACTIVE_REASON_INVALID_0001, min = 0) Size(max = 5000, INACTIVE_REASON_INVALID_0001, min = 0)
Last Failed Security Ps Update
Last Successful Security Ps Update
Region
Site Id: Digits(fraction = 0, integer = 50, SITEID_INVALID) NotNull Digits(fraction = 0, integer = 50, SITEID_INVALID) NotNull
State: JsonIgnore(value = true) JsonIgnore(value = true)
Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001) NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)
{
"active_security_ps_id": "string",
"desired_security_ps_id": "string",
"disabled": true,
"disabled_reason": "string",
"failed_security_ps_id": "string",
"id": "string",
"inactive": true,
"inactive_reason": "string",
"last_failed_security_ps_update": "string",
"last_successful_security_ps_update": "string",
"region": "string",
"site_id": "string",
"state": "string",
"tenant_id": "string"
}