[{"label":"Latest (v1.1)","version":"latest"}]
vmc

Enable/Disable The Add On Or Set The The Default Enablement Status For Future Add Ons In The SDDC

Description

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

Request

Request

URL

URL


post
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/enablements/{enablement}
Copy

Path Parameters

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

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: enabledisable


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

204 No Content

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

Errors

Errors

ErrorResponse
400

Bad Request / Validation error.


401

Unauthorized


403

Forbidden


ErrorResponse
404

Add-on not found

Code Samples

Code Samples

cURL Command

curl -X POST https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/enablements/{enablement}?action=string
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-vmw-vapi-methodname: enableDisableAddon


Feedback

Was this page helpful?