Services
List count of failovers per customer
Returns an object mapping customer_id => count (how many site failovers).
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Map of {customer_id: count}
The response is of type object
.