Get Services
Returns current operational state for the vcd, vpostgres, repmgrd and appliance-sync.timer services running on this appliance.
Request
URI
GET
https://{api_host}/api/1.0.0/services
COPY
Responses
200
OK
Returns
Array of
object
of type(s)
application/json
[
{
"serviceName": "string",
"status": "string"
}
]
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/1.0.0/services