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