Skip to content
Start here

Global WARP Override

Retrieve Global WARP override state
client.zeroTrust.devices.resilience.globalWARPOverride.get(GlobalWARPOverrideGetParams { account_id } params, RequestOptionsoptions?): GlobalWARPOverrideGetResponse { disconnect, timestamp } | null
GET/accounts/{account_id}/devices/resilience/disconnect
Set Global WARP override state
client.zeroTrust.devices.resilience.globalWARPOverride.create(GlobalWARPOverrideCreateParams { account_id, disconnect, justification } params, RequestOptionsoptions?): GlobalWARPOverrideCreateResponse { disconnect, timestamp } | null
POST/accounts/{account_id}/devices/resilience/disconnect
ModelsExpand Collapse
GlobalWARPOverrideGetResponse { disconnect, timestamp }
disconnect?: boolean

Disconnects all devices on the account using Global WARP override.

timestamp?: string

When the Global WARP override state was updated.

formatdate-time
GlobalWARPOverrideCreateResponse { disconnect, timestamp }
disconnect?: boolean

Disconnects all devices on the account using Global WARP override.

timestamp?: string

When the Global WARP override state was updated.

formatdate-time