Update Credential Details
Update credential details
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddcId}/addons/{addonType}/credentials/{name}
Parameters
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 (required){
"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
{
"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
Not available
400
The request cannot be fulfilled due to bad syntax.
Not available
403
The server understood the request, but is refusing to fulfill it.