[{"label":"Latest (v1.1)","version":"latest"}]
vmc
List Credentials
DescriptionList all the credentials assoicated with an addon type with in a SDDC
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddcId}/addons/{addonType}/credentials
Path Parameters
Path Parameters
string
org
Required
Org id of the associated SDDC
string
sddcId
Required
Id of the SDDC
string
addonType
Required
Add on type
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
NewCredentials
of type(s) application/json
Successfully listed all credentials
string
name
Required
Name of the credentials
string
password
Required
Password associated with the credentials
string
username
Required
Username of the credentials
Errors
403
Forbidden
Code Samples
PowerCLI Client SDK Example
Invoke-OrgsOrgSddcsSddcIdAddonsAddonTypeCredentialsGet -Org 38400000-8cf0-11bd-b23e-10b96e4ef00d -SddcId 38400000-8cf0-11bd-b23e-10b96e4ef00d -AddonType "HCX"
PowerCLI Client SDK Example
Invoke-OrgsOrgSddcsSddcIdAddonsAddonTypeCredentialsGet -Org 38400000-8cf0-11bd-b23e-10b96e4ef00d -SddcId 38400000-8cf0-11bd-b23e-10b96e4ef00d -AddonType "HCX"
PowerCLI Client SDK Example
Invoke-OrgsOrgSddcsSddcIdAddonsAddonTypeCredentialsGet -Org 38400000-8cf0-11bd-b23e-10b96e4ef00d -SddcId 38400000-8cf0-11bd-b23e-10b96e4ef00d -AddonType "HCX"
PowerCLI Client SDK Example
Invoke-OrgsOrgSddcsSddcIdAddonsAddonTypeCredentialsGet -Org 38400000-8cf0-11bd-b23e-10b96e4ef00d -SddcId 38400000-8cf0-11bd-b23e-10b96e4ef00d -AddonType "HCX"
cURL Command
curl https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddcId}/addons/{addonType}/credentials
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmc-ui-servicename: credentials
x-vmw-vapi-methodname: list
[{"label":"Latest (v1.1)","version":"latest"}]
vmc