Skip to main content

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

    tenant_id stringrequired

    The tenant ID.

    site_id stringrequired

    ID of the site. More details on the site can be retrieved by querying the sites API.

Responses

Successful Operation

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 stringrequired

    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 stringrequired

    Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001) NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)

Loading...