Update Credential Details
Update credential details
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddcId}/addons/{addonType}/credentials/{name}
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
string
name
Required
name of the credentials
Request Body
Request Body
UpdateCredentials of type(s) application/json
Required
Credentials update payload
(The request body class is missing description)
{
"password": "string",
"username": "string"
}
string
password
Required
Password associated with the credentials
string
username
Required
Username of the credentials
Response
Response
Response BodyResponse Body
200 OK returns
NewCredentials of type(s) application/json
Updated credentials
{
"name": "string",
"password": "string",
"username": "string"
}
string
name
Required
Name of the credentials
string
password
Required
Password associated with the credentials
string
username
Required
Username of the credentials
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{"password":"string","username":"string"}' https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddcId}/addons/{addonType}/credentials/{name}
Errors
400
Bad request
403
Forbidden