Customization Spec Manager Get Customization Spec
Obtains a specification for the given name.
Required privileges: VirtualMachine.Provisioning.ReadCustSpecs
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 CustomizationSpecManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
"GetCustomizationSpecRequestType Object"
Unique name identifying the requested customization specification.
OK
"CustomizationSpecItem Object"
Information about a specification.
The Specification data object type contains information required to customize a virtual machine when deploying it or migrating it to a new host.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/CustomizationSpecManager/{moId}/GetCustomizationSpec