Skip to main content
GET
/
v1
/
failover
/
{site_id}
Get Failover Service Status
curl --request GET \
  --url https://api.altostrat.io/v1/failover/{site_id} \
  --header 'Authorization: Bearer <token>'
{
  "subscription_id": "9c693485-0552-474c-a7c8-7b969a5330a1"
}

Authorizations

Authorization
string
header
required

Enter your JWT in the format: Bearer <token>

Path Parameters

site_id
string<uuid>
required

The unique identifier for the site.

Example:

"9c69345c-8d39-4786-9f17-8153c988c89a"

Response

The current status of the failover service for the site.

subscription_id
string<uuid> | null

The unique identifier for the activated Failover service subscription on this site. Will be null if the service is not active.

Example:

"9c693485-0552-474c-a7c8-7b969a5330a1"