Get Credentials

Get Credentials

Get credential details by name

Request
URI
GET
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddcId}/addons/{addonType}/credentials/{name}
COPY
Path Parameters
string
org
Required

Org id of the associated SDDC

string
sddcId
Required

Id of the SDDC

string
addonType
Required

Add on type

string
name
Required

name of the credentials


Authentication
This operation uses the following authentication methods.
Responses
200

Get credential details by name

Returns NewCredentials of type(s) application/json
{
    "username": "string",
    "password": "string",
    "name": "string"
}
string
username
Required

Username of the credentials

string
password
Required

Password associated with the credentials

string
name
Required

Name of the credentials


403

Forbidden

Operation doesn't return any data structure