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 9.0.0.0 APIs.
"GetCustomizationSpecRequestType Object"
Unique name identifying the requested customization specification.
OK
"CustomizationSpecItem Object"
Information about the specification - name, description, and so on.
The customization specification.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/CustomizationSpecManager/{moId}/GetCustomizationSpec