Health Update Manager Query Provider Name
Query the name of the provider.
Required privileges: System.View
Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/HealthUpdateManager/{moId}/QueryProviderName
COPY
Path Parameters
string
moId
Required
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HealthUpdateManager/{moId}
.
string
release
Required
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
Request Body
QueryProviderNameRequestType of type(s) application/json
Required
{
"id": "string"
}
string
id
Required
id
Responses
200
The name of the provider.
Returns string of type(s) application/json
Operation doesn't return any data structure
500
NotFound: If no provider with this id is registered.
Returns NotFound of type(s) application/json
This response body class contains all of the following: VimFault
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
On This Page
Health Update Manager Operations
POST
Health Update Manager Add Filter
POST
Health Update Manager Add Filter Entities
POST
Health Update Manager Add Monitored Entities
POST
Health Update Manager Has Monitored Entity
POST
Health Update Manager Has Provider
POST
Health Update Manager Post Health Updates
POST
Health Update Manager Query Filter Entities
POST
Health Update Manager Query Filter Info Ids
POST
Health Update Manager Query Filter List
POST
Health Update Manager Query Filter Name
POST
Health Update Manager Query Health Update Infos
POST
Health Update Manager Query Health Updates
POST
Health Update Manager Query Monitored Entities
POST
Health Update Manager Query Provider List
POST
Health Update Manager Query Provider Name
POST
Health Update Manager Query Unmonitored Hosts
POST
Health Update Manager Register Health Update Provider
POST
Health Update Manager Remove Filter
POST
Health Update Manager Remove Filter Entities
POST
Health Update Manager Remove Monitored Entities
POST
Health Update Manager Unregister Health Update Provider