Retrieves a list of AWS KMS keys for the specified account
GET/v1/clouds/aws/regions/:region/kmskeys
Retrieves a list of AWS KMS keys for the specified account
Request
Path Parameters
region stringrequired
Region for which AWS KMS key are requested
Query Parameters
cloudAccountUid stringrequired
Uid for the specific AWS cloud account
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
kmsKeys
object[]
required
keyAliasstring
AWS KMS alias
keyArnstringrequired
AWS KMS arn
keyIdstringrequired
AWS KMS keyid
{
"kmsKeys": [
{
"keyAlias": "string",
"keyArn": "string",
"keyId": "string"
}
]
}
Loading...