List Credentials
List all the credentials assoicated with an addon type with in a SDDC
Request
URI
GET
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddcId}/addons/{addonType}/credentials
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
Responses
200
Successfully listed all credentials
Returns Array of NewCredentials of type(s) application/json
[
{
"username": "string",
"password": "string",
"name": "string"
}
]
403
Forbidden
Operation doesn't return any data structure
Credentials Operations
POST
Create Credentials
GET
Get Credentials
GET
List Credentials
PUT
Update Credentials