Guest Customization Specs APIs
The CustomizationSpecs service provides operations to manage guest customization specifications in the vCenter Server.
Operations
get
List Customization Specs
Returns information about at most 1000 visible (subject to permission checks) guest customization specifications in vCenter matching the CustomizationSpecs.FilterSpec.
Returns information about at most 1000 visible (subject to permission checks) guest customization specifications in vCenter matching the CustomizationSpecs.FilterSpec.
post
get
Get Customization Specs
Returns the guest customization specification from vCenter with the specified identifier.
Returns the guest customization specification from vCenter with the specified identifier.
post
Set Customization Specs
Sets an existing specification, possibly after retrieving (by using CustomizationSpecs.get) and editing it.
Sets an existing specification, possibly after retrieving (by using CustomizationSpecs.get) and editing it.
delete
post
Export Customization Specs
Returns the content of the customization specification in the specified format. Note that any passwords in the customization specification will be set to blank values during the export operation.
Returns the content of the customization specification in the specified format. Note that any passwords in the customization specification will be set to blank values during the export operation.
post
Import Specification Customization Specs
Converts a well formatted string to a CustomizationSpecs.CreateSpec. The resulting object can be passed to CustomizationSpecs.create operation.
Converts a well formatted string to a CustomizationSpecs.CreateSpec. The resulting object can be passed to CustomizationSpecs.create operation.