Retrieve Google Cloud encryption keys for a region
GET /gcp/ha/metadata/gcp-encryption-keys
Retrieves Google Cloud encryption keys for a specific region.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
region |
string |
query |
False |
|
project |
string |
query |
False |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
True |
|
id |
string |
False |
|
keyRing |
string |
False |
|
location |
string |
False |
Example error response
{
"name": "string",
"id": "string",
"keyRing": "string",
"location": "string"
}