Service Status

Service Status

This endpoint will return services' status of the provider node
Authorized Roles : PROVIDER

Request
URI
GET
https://{api_host}/appliance/status
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ServiceStatusDTO of type(s) application/vnd.vmware.dms-v1+json
{
    "postgres": "string",
    "rabbitMQ": "string",
    "provider": "string",
    "monitoring": "string",
    "apms": "string",
    "updateManager": "string",
    "redis": "string",
    "coreDns": "string",
    "passwordExpired": false
}
string
postgres
Optional

postgres

string
rabbitMQ
Optional

rabbitMQ

string
provider
Optional

provider

string
monitoring
Optional

monitoring

string
apms
Optional

apms

string
updateManager
Optional

updateManager

string
redis
Optional

redis

string
coreDns
Optional

coreDns

boolean
passwordExpired
Optional

passwordExpired