Modify Credential
Select
SaaS
Customer Managed
This operation can be used to update the credential of an RDS instance.
Path Parameters
- Instance string required
id of the Instance.
- application/json
Request Body
instanceProperties object
cloudAppsInstance object
instanceType string requiredDefault value:
AMAZON_RDS
generalCloudProperties object
credentials object
credentialName string requiredName of the credential.
amazonInstanceInfo object
useIamRole boolean requiredSet to True if IAM Rule needs to be used.
association object
entity object[]
clientName string requiredName of the Cloud Account.
instanceName string requiredName of RDS instance.
displayName string requiredDisplay Name of Cloud account.
appName string requiredPossible values: [
Cloud Apps
]
Responses
- 200
- 201
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
warningCode integererrorCode integerwarningMessage stringentity object
subclientId integerclientId integerinstanceName stringinstanceId integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"instanceId": 0,
"_type_": 0
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "",
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "",
"instanceId": 0,
"_type_": 0
}
}
]
}
Created
Loading...