Create Credential
Operation ID: createCredential
Create AWS Signature V4 key-pair credential for the storage user
The ID of the storage tenant to which the user belongs
The ID of the storage user to which the creating AWS Signature V4 key-pair credential belongs
AWS Signature V4 key-pair credential is created for the storage user
{
"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