vcenter services service: list details
Request:
HTTP request
Response:
HTTP Status Code: 200
Representation:
"value" : [
{
"value" : {
"name_key" : "string",
"startup_type" : "MANUAL",
"health_messages" : [
{
"args" : [
"string",
"string"
],
"default_message" : "string",
"localized" : "string",
"id" : "string",
"params" : [
{
"value" : {
"dt" : "2015-01-01T22:13:05.651Z",
"s" : "string",
"d" : 1.5,
"precision" : 1,
"format" : "SHORT_DATE",
"i" : 1,
"l" : {
"id" : "string",
"params" : [
{
"value" : {
"dt" : "2015-01-01T22:13:05.651Z",
"s" : "string",
"d" : 1.5,
"precision" : 1,
"format" : "SHORT_DATE",
"i" : 1,
"l" : {
"id" : "string",
"params" : [
{
"key" : "string"
}
]
}
},
"key" : "string"
}
]
}
},
"key" : "string"
}
]
},
{
"args" : [
"string",
"string"
],
"default_message" : "string",
"localized" : "string",
"id" : "string",
"params" : [
{
"value" : {
"dt" : "2015-01-01T22:13:05.651Z",
"s" : "string",
"d" : 1.5,
"precision" : 1,
"format" : "SHORT_DATE",
"i" : 1,
"l" : {
"id" : "string",
"params" : [
{
"value" : {
"dt" : "2015-01-01T22:13:05.651Z",
"s" : "string",
"d" : 1.5,
"precision" : 1,
"format" : "SHORT_DATE",
"i" : 1,
"l" : {
"id" : "string",
"params" : [
{
"key" : "string"
}
]
}
},
"key" : "string"
}
]
}
},
"key" : "string"
}
]
}
],
"health" : "DEGRADED",
"description_key" : "string",
"state" : "STARTING"
},
"key" : "obj-103"
}
]
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | list | Map of service identifiers to service Info structures.List of {"key": string, "value": info} |
value[].key | string | |
value[].value | info | |
value[].value.name_key | string | Service name key. Can be used to lookup resource bundle. This attribute was added in vSphere API 6.7.
|
value[].value.description_key | string | Service description key. Can be used to lookup resource bundle. This attribute was added in vSphere API 6.7.
|
value[].value.startup_type | string | Startup Type. This attribute was added in vSphere API 6.7. Defines valid Startup Type for vCenter Server services. This enumeration was added in vSphere API 6.7. Value is one of: |
value[].value.state | string | Running State. This attribute was added in vSphere API 6.7. Defines valid Run State for services. This enumeration was added in vSphere API 6.7. Value is one of: |
value[].value.health | string | Health of service. This attribute was added in vSphere API 6.7. Defines the possible values for health of a service. This enumeration was added in vSphere API 6.7. Value is one of: |
value[].value.health_messages | localizable_message[] | Localizable messages associated with the health of the service. This attribute was added in vSphere API 6.7. Optional. It is only relevant when state has value STARTED. This field is optional and it is only relevant when the value of |
value[].value.health_messages[].id | string | Unique identifier of the localizable string or message template. This identifier is typically used to retrieve a locale-specific string or message template from a message catalog.
|
value[].value.health_messages[].default_message | string | The value of this localizable string or message template in the en_US (English) locale. If vapi.std.localizable_message.id refers to a message template, the default message will contain the substituted arguments. This value can be used by clients that do not need to display strings and messages in the native language of the user. It could also be used as a fallback if a client is unable to access the appropriate message catalog.
|
value[].value.health_messages[].args | string[] | Positional arguments to be substituted into the message template. This list will be empty if the message uses named arguments or has no arguments.
|
Errors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | if any error occurs during the execution of the operation. |