Skip to main content

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.

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 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)

Loading...