All Products
Search
Document Center

ApsaraDB for MongoDB:DescribeDBInstanceEncryptionKey

Last Updated:Apr 01, 2024

Queries the details of a key for an ApsaraDB for MongoDB instance.

Operation description

When you call the DescribeDBInstanceEncryptionKey operation, the instance must have transparent data encryption (TDE) enabled in BYOK mode. You can call the ModifyDBInstanceTDE operation to enable TDE.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
dds:DescribeDBInstanceEncryptionKeyREAD
  • dbinstance
    acs:dds:{#regionId}:{#accountId}:dbinstance/{#dbinstanceId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
DBInstanceIdstringYes

The instance ID.

dds-bp2235****
EncryptionKeystringNo

The custom key for the instance. You can call the DescribeUserEncryptionKeyList operation to query the list of custom keys for an ApsaraDB for MongoDB instance.

2axxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Response parameters

ParameterTypeDescriptionExample
object

The data returned.

Originstring

The source of the key for the instance.

Aliyun_KMS
Descriptionstring

The description of the key for the instance.

key description example
RequestIdstring

The request ID.

783C2062-A2D3-4EA8-88AD-E43F990C23BB
EncryptionKeyStatusstring

Indicates whether the key for the instance is enabled. Valid values:

  • Enabled
  • Disabled
Enabled
MaterialExpireTimestring

The expiration time of the key for the instance. The time is displayed in UTC. If the parameter is left empty, the key for the instance will not expire.

2020-07-06T18:22:03Z
KeyUsagestring

The purpose of the key for the instance.

ENCRYPT/DECRYPT
EncryptionKeystring

The key for the instance.

2axxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Creatorstring

The UID of the key creator.

123456
DeleteDatestring

The scheduled time when the key for the instance will be deleted. If the parameter is left empty, the key will not be deleted.

2020-07-06T18:22:03Z

Examples

Sample success responses

JSONformat

{
  "Origin": "Aliyun_KMS",
  "Description": "key description example",
  "RequestId": "783C2062-A2D3-4EA8-88AD-E43F990C23BB",
  "EncryptionKeyStatus": "Enabled",
  "MaterialExpireTime": "2020-07-06T18:22:03Z",
  "KeyUsage": "ENCRYPT/DECRYPT",
  "EncryptionKey": "2axxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  "Creator": "123456",
  "DeleteDate": "2020-07-06T18:22:03Z"
}

Error codes

HTTP status codeError codeError message
403INVALID_INSNAME_REGIONID_EMPTYThe insName and regionId can't be all empty
403NO_ACTIVE_BYOKThis custins no active byok.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history