List Customization Specs

List Customization Specs

Lists all the customization specifications from the vCenter.

Request
URI
GET
https://{api_host}//localhost/rest/external/v1/customization-specifications
COPY
Query Parameters
string
vcenter_id
Required

Virtual Center ID


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "description": "windows customization specification",
        "guest_os": "Windows",
        "id": "a219420d-4799-4517-8f78-39c74c7c4efc",
        "incompatible_reasons": [
            "string"
        ],
        "name": "windows specification"
    }
]

401

User is not authenticated

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure