Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Customer UUID
Response
200 - application/json
Array of site IDs
The response is of type string<uuid>[]
.
Returns an array of site IDs that have failover records for the given customer.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Customer UUID
Array of site IDs
The response is of type string<uuid>[]
.