Get Credential
Operation ID: createCredential
Get AWS Signature V4 key-pair credential of 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 get
The ID of the storage tenant to which the user belongs
The ID of the storage user to which the AWS Signature V4 key-pair credential belongs
The AWS Signature V4 key-pair credenital is returned
{
"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
Not Found