Update Credentials

Update Credentials

Update credential details

Request
URI
PUT
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


Request Body

Credentials update payload

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

Username of the credentials

string
password
Required

Password associated with the credentials

Authentication
This operation uses the following authentication methods.
Responses
200

Updated credentials

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


400

Bad request

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure