Host Image Config Manager Host Image Config Get Profile

Host Image Config Manager Host Image Config Get Profile

Queries the current host image profile information.

See also HostImageProfileSummaryIf there is no host image profile, then the value "<Unknown>" will populate both name and vendor..

Required privileges: System.Read

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/HostImageConfigManager/{moId}/HostImageConfigGetProfile
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 HostImageConfigManager/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns HostImageProfileSummary of type(s) application/json
This response body class contains all of the following: DataObject
{
    "_typeName": "string",
    "name": "string",
    "vendor": "string"
}
string
name
Required

The name of the image profile

string
vendor
Required

The organization publishing the image profile.