Get Is Primary
Valid response values are:
- true
- false
Request
URI
GET
https://{api_host}/api/1.0.0/isPrimary
COPY
Responses
200
OK
Returns
IsPrimary
of type(s)
application/json
{
"isPrimary": false
}
boolean
isPrimary
Optional
Is this appliance hosting the primary HA database. A valid response is:
- true
- false
404
API not applicable for cell-type appliances
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/1.0.0/isPrimary