Host Profile Manager Query Host Profile Metadata
Retrieve the metadata for a set of profiles.
Required privileges: System.View
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 HostProfileManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"QueryHostProfileMetadataRequestType Object"
Names of the profiles for which metadata is requested. If not set, the method returns metadata for all the profiles.
Base profile whose context needs to be used during the operation
List of profile metadata objects.
[
"ProfileMetadata Object"
]
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/HostProfileManager/{moId}/QueryHostProfileMetadata