List Credentials

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


Authentication
This operation uses the following authentication methods.
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