Retrieve a list of KeyRings for a region
Contributors
Suggest changes
GET /account/{accountId}/providers/cloudmanager_cbs/api/v1/gcp/project/{projectId}/region/{locationId}/keyrings
Retrieves a list of KeyRings for a region from a specific Google Cloud project.
Token usage: BlueXP user token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
accountId |
string |
path |
True |
|
projectId |
string |
path |
True |
|
locationId |
string |
path |
True |
|
authorization |
string |
header |
True |
|
x-agent-id |
string |
header |
True |
Response
Status: 200, Default response
Name | Type | Required | Description |
---|---|---|---|
keyRings |
array[keyRings] |
False |
Example response
{
"keyRings": [
{
"id": "string",
"name": "string"
}
]
}
Definitions
See Definitions
keyRings
Name | Type | Required | Description |
---|---|---|---|
id |
string |
False |
|
name |
string |
False |