List Details Service
Lists details of vCenter services.
Request
URLURL
Header Parameters
Header Parameters
Response
Response BodyResponse Body
map
of
ServicesServiceInfo of type application/json
Map of service identifiers to service Info structures. The key in the result map will be an identifier for the resource type: com.vmware.vcenter.services.Service.
{
"description_key": "string",
"health": "enum",
"health_messages": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string",
"localized": "string",
"params": {
"key": {
"d": 0,
"dt": "string",
"format": "enum",
"i": 0,
"l": {
"id": "string",
"params": "StdLocalizationParam Object"
},
"precision": 0,
"s": "string"
}
}
}
],
"name_key": "string",
"startup_type": "enum",
"state": "enum"
}
Service description key. Can be used to lookup resource bundle
Service name key. Can be used to lookup resource bundle
Startup Type.
Possible values are: MANUAL , AUTOMATIC , DISABLED
Running State.
Possible values are: STARTING , STOPPING , STARTED , STOPPED
Health of service. This field is optional and it is only relevant when the value of Service.Info.state is STARTED.
Possible values are: DEGRADED , HEALTHY , HEALTHY_WITH_WARNINGS
Localizable messages associated with the health of the service This field is optional and it is only relevant when the value of Service.Info.state is STARTED.