Enable/disable the add-on Or set the the default enablement status for future add-ons In the SDDC.

Enable/disable the add-on Or set the the default enablement status for future add-ons In the SDDC.

Enable/disable the add-on or set the the default enablement status for future add-ons in the SDDC.

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

Organization identifier

string
sddc
Required

Sddc identifier

string
enablement
Required

Add-on name, for example "hcx, "draas", "skynet". If it is "default", the operation is for default settings of future add-ons.

Query Parameters
string
action
Required

Enable or disable the add-on or change default settings for future add-ons in the SDDC.

Possible values are : enable, disable,

Authentication
This operation uses the following authentication methods.
Responses
204

No Content - the API doesn't return any content on success.

Operation doesn't return any data structure

400

Bad Request / Validation error.

Returns ErrorResponse of type(s) application/json
{
    "status": 0,
    "path": "string",
    "retryable": false,
    "error_code": "string",
    "error_messages": [
        "string"
    ]
}
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

404

Add-on not found

Returns ErrorResponse of type(s) application/json
{
    "status": 0,
    "path": "string",
    "retryable": false,
    "error_code": "string",
    "error_messages": [
        "string"
    ]
}
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