List encryption keys previously added to the account
Successfully retrieved all encryption keys
Bad Request
Not Authorized
Forbidden
No encryption keys are associated with this account.
Unsupported media type: returned when the payload is in an unsupported format.
Too many requests: returned when more than 35 requests per second are being received by your user.
[- {
- "id": "ff4fccf3-2ac0-494b-9f40-e95288dd752d",
- "arn": "arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789abc",
- "alias": "virginia 1",
- "provider": "INSTACLUSTR"
}
]
Add an encryption key to the account, please see here for more information on sharing a KMS key with Instaclustr.
Encryption key to be added
The encryption key has been successfully added.
Invalid encryption key
Not Authorized
Forbidden
Resource not found
Unsupported media type: returned when the payload is in an unsupported format.
Too many requests: returned when more than 35 requests per second are being received by your user.
{- "alias": "virginia 1",
- "arn": "arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789abc",
- "provider": "string",
- "providerAccount": "INSTACLUSTR"
}
{- "id": "ff4fccf3-2ac0-494b-9f40-e95288dd752d",
- "alias": "string",
- "arn": {
- "awsAccountId": "string",
- "kmsId": "string",
- "isValid": true,
- "regions": [
- {
- "name": "US_WEST_2",
- "displayName": "US West (Oregon)",
- "mainApplicationVersion": [
- {
- "bundleType": "APACHE_CASSANDRA",
- "bundleVersion": "apache-cassandra-4.1.3",
- "displayVersion": "Apache Cassandra 4.1.3"
}
], - "racks": [
- "us-west-2a",
- "us-west-2a-ic",
- "us-west-2b",
- "us-west-2c",
- "us-west-2d"
], - "nodeSizes": [
- {
- "name": "t3.small",
- "cost": 4900,
- "diskQuota": 5,
- "memoryQuota": 4000,
- "cpuCores": 2,
- "ssdBacked": true,
- "freeTrialEligible": true
}
]
}
], - "arn": "string",
- "multiRegionARNs": [
- "string"
]
}, - "accountPrimaryKey": "6d8a718d-52d3-4a6d-8eb8-e97431f55bbf",
- "inUse": true,
- "providerAccount": "string"
}
Delete an encryption key from the account
Successfully deleted an encryption key
Encryption key in use. Data centres using this key need to be deleted first.
Not Authorized
Forbidden
Key does not exist.
Unsupported media type: returned when the payload is in an unsupported format.
Too many requests: returned when more than 35 requests per second are being received by your user.
{- "message": "delete encryption key request accepted"
}
Encryption Key validation response
Encryption key is not a valid UUID
Not Authorized
Forbidden
Encryption key not found
Unsupported media type: returned when the payload is in an unsupported format.
Too many requests: returned when more than 35 requests per second are being received by your user.
[- {
- "message": "string",
- "isValid": true,
- "regions": [
- {
- "name": "US_WEST_2",
- "displayName": "US West (Oregon)",
- "mainApplicationVersion": [
- {
- "bundleType": "APACHE_CASSANDRA",
- "bundleVersion": "apache-cassandra-4.1.3",
- "displayVersion": "Apache Cassandra 4.1.3"
}
], - "racks": [
- "us-west-2a",
- "us-west-2a-ic",
- "us-west-2b",
- "us-west-2c",
- "us-west-2d"
], - "nodeSizes": [
- {
- "name": "t3.small",
- "cost": 4900,
- "diskQuota": 5,
- "memoryQuota": 4000,
- "cpuCores": 2,
- "ssdBacked": true,
- "freeTrialEligible": true
}
]
}
]
}
]