Get Services

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
Authentication
This operation uses the following authentication methods.
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
                
Availability
Added in 34
Appliance Services Operations
GET
Get Services