service
service
Model that represents a Service running as part of the vRealize Operations Manager stack.
JSON Example
{
"details": "string",
"health": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"startedBy": "string",
"startedOn": 0,
"uptime": 0
}
string
details
Optional
An optional message field that provides details especially in case of errors
string
health
Required
Health of the Service
Possible values are : UNKNOWN, INVALID, OK, WARNING, ERROR,
string
name
Optional
name
Possible values are : UI, ADMINUI, CASA, ANALYTICS, COLLECTOR, API, CASSANDRA, LOCATOR, UNKNOWN,
string
startedBy
Optional
OS user that started the Service
integer As int64 As int64
startedOn
Optional
When the Service was started (Epoch time in milliseconds)
integer As int64 As int64
uptime
Optional
Uptime of the Service (Epoch time in milliseconds)