[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Return A List Of Enablement Status For Current Add Ons And The Default Settings For Future Add Ons In The SDDC
DescriptionReturn a list of enablement status for current add-ons and the default settings for future add-ons in the SDDC.
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/enablements
Path Parameters
Path Parameters
string
org
Required
Organization identifier
string
sddc
Required
Sddc identifier
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
EnablementInfo
of type(s) application/json
boolean
enabled
Required
string
name
Required
Add-on name, for example “hcx”, “drass”, skynet". If it is “default”, the value of enabled is for default settings of future add-ons.
Errors
ErrorResponse
400
Bad Request / Validation error.
401
Unauthorized
403
Forbidden
Code Samples
PowerCLI Client SDK Example
Invoke-OrgsOrgSddcsSddcEnablementsGet -Org "MyOrg" -Sddc "MySddc"
cURL Command
curl https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/enablements
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmw-vapi-methodname: list
[{"label":"Latest (v1.1)","version":"latest"}]
vmc