Update Credential Status
Operation ID: updateCredentialStatus
Enabled or disable AWS Signature V4 key-pair credential for the storage user. Parameters tenant_id and tenant_id are always in request; the platform decides whehter to use them.
The access key of the AWS Signature V4 key-pair credential to update status
The ID of the storage tenant to which the user belongs
The ID of the storage user to which the status updating AWS Signature V4 key-pair credential belongs
The AWS Signature V4 key-pair credential containing the status to update. Only property 'active' takes effect
{
"access_key": "00e4a3d674aada749f04",
"secret_key": "yz8PIwNjmm2zlHX8m7st6BSKh8PCe7bqAaRGkF5K",
"active": true,
"creation_date": "string",
"tenant_id": "acme",
"user_id": "961515dd-8348-4cac-8780-5edcb8a87b58",
"username": "rachelw",
"cd_user_id": "2b4d76d7-89fa-45fb-ab3e-3fa3bb268335",
"cd_tenant_id": "40b97e3c-c3b1-4251-b7de-e9637324683f"
}
AWS Signature V4 access key
AWS Signature V4 secret key
AWS Signature V4 key-pair credential status
AWS Signature V4 key-pair credential creation date
The ID of the storage tenant which the AWS Signature V4 key-pair credential belongs to
The ID of the storage user which the AWS Signature V4 key-pair credential belongs to
The name of the user which the AWS Signature V4 key-pair credential belongs to
Cloud Director user id
id of Cloud Director tenant which the user belongs to
The status of the AWS Signature V4 key-pair credential is updated
{
"access_key": "00e4a3d674aada749f04",
"secret_key": "yz8PIwNjmm2zlHX8m7st6BSKh8PCe7bqAaRGkF5K",
"active": true,
"creation_date": "string",
"tenant_id": "acme",
"user_id": "961515dd-8348-4cac-8780-5edcb8a87b58",
"username": "rachelw",
"cd_user_id": "2b4d76d7-89fa-45fb-ab3e-3fa3bb268335",
"cd_tenant_id": "40b97e3c-c3b1-4251-b7de-e9637324683f"
}
AWS Signature V4 access key
AWS Signature V4 secret key
AWS Signature V4 key-pair credential status
AWS Signature V4 key-pair credential creation date
The ID of the storage tenant which the AWS Signature V4 key-pair credential belongs to
The ID of the storage user which the AWS Signature V4 key-pair credential belongs to
The name of the user which the AWS Signature V4 key-pair credential belongs to
Cloud Director user id
id of Cloud Director tenant which the user belongs to
Bad Request
{
"code": "E_BAD_REQUEST",
"message": "invalid value for the property xyz."
}
code
message
The optional API is not implemented