List Kms Keys

List Kms Keys

API code: LIST_KMS_KEYS
Pre-authorized role(s): TENANT_USER | TENANT_ADMIN
Platform(s): AMAZON | OSIS | CLOUDIAN | ECS

Request
URI
GET
https://apaas-29.eng.vmware.com//api/v1/core/kms-keys
COPY
Query Parameters
integer
limit
Optional

The max count of items to return for the current page.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ListKmsKeysResult of type(s) application/json
{
    "keys": [
        {
            "keyArn": "string",
            "keyId": "string",
            "alias": "string"
        }
    ],
    "region": "string"
}
array of KmsKey
keys
Optional

keys

string
region
Optional

region