Customization Spec Manager Xml To Customization Spec Item
Converts an XML string to a specification item
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 CustomizationSpecManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
"XmlToCustomizationSpecItemRequestType Object"
specItemXml
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}/XmlToCustomizationSpecItem