[{"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

Description

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

Request

Request

URL

URL


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

Path Parameters

Path Parameters

string
org Required

Organization identifier


string
sddc Required

Sddc identifier


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response 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

Errors

ErrorResponse
400

Bad Request / Validation error.


401

Unauthorized


403

Forbidden

Code Samples

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

Vendor Extensions

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


Feedback

Was this page helpful?