service

service
service

Model that represents a Service running as part of the VMware Cloud Foundation Operations stack.

JSON Example
{
    "name": "string",
    "health": "string",
    "details": "string",
    "uptime": 0,
    "startedOn": 0,
    "startedBy": "string",
    "links": [
        {
            "href": "string",
            "rel": "string",
            "name": "string",
            "description": "string"
        }
    ]
}
string
name
Required

List of Services that are part of the VMware Cloud Foundation Operations stack

Possible values are : UI, ADMINUI, CASA, ANALYTICS, COLLECTOR, API, LOCATOR, UNKNOWN,
string
health
Required

Service Health types

Possible values are : UNKNOWN, INVALID, OK, WARNING, ERROR,
string
details
Optional

An optional message field that provides details especially in case of errors

integer As int64 As int64
uptime
Optional

Uptime of the Service (Epoch time in milliseconds)

integer As int64 As int64
startedOn
Optional

When the Service was started (Epoch time in milliseconds)

string
startedBy
Optional

OS user that started the Service

array of link
links
Optional

links

Property Of
Returned By