Return A list Of enablement status for current add-ons and the default settings for future add-ons In the SDDC.

Return A list Of enablement status for current add-ons and the default settings for future add-ons In the SDDC.

Return a list of enablement status for current add-ons and the default settings for future add-ons in the SDDC.

Request
URI
GET
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/enablements
COPY
Path Parameters
string
org
Required

Organization identifier

string
sddc
Required

Sddc identifier


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "enabled": false,
        "name": "string"
    }
]
Optional

400

Bad Request / Validation error.

Returns ErrorResponse of type(s) application/json
"ErrorResponse Object"
integer
status
Required

HTTP status code

string
path
Required

Originating request URI

boolean
retryable
Required

If true, client should retry operation

string
error_code
Required

unique error code

array of string
error_messages
Required

localized error messages


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vmc/api/orgs/{org}/sddcs/{sddc}/enablements