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

List Credentials

Description

List all the credentials assoicated with an addon type with in a SDDC

Request

Request

URL

URL


get
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddcId}/addons/{addonType}/credentials
Copy

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

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response 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

Errors

403

Forbidden

Code Samples

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

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
Feedback

Was this page helpful?