List Customization Specs
DescriptionReturns information about at most 1000 visible (subject to permission checks) guest customization specifications in vCenter matching the CustomizationSpecs.FilterSpec.
Request
URLURL
Query Parameters
Query Parameters
Header Parameters
Header Parameters
Response
Response BodyResponse Body
array
of
GuestCustomizationSpecsSummary of type application/json
Commonly used information about the guest customization specifications matching the CustomizationSpecs.FilterSpec.
{
"OS_type": "enum",
"description": "string",
"last_modified": "string",
"name": "string"
}
Guest operating system type for which that this guest customization specification applies.
Possible values are: WINDOWS , LINUX
Description of the guest customization specification.
Date and tme when this guest customization specification was last modified.
Name of the guest customization specification. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.guest.CustomizationSpec. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.guest.CustomizationSpec.