Listing Google Cloud Key Rings
Use the get /v1/cckm/google/key-rings
API to view the list of Google Cloud key rings available in a project linked with a Google Cloud connection.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Request Query Parameters
Parameter | Type | Description |
---|---|---|
id | string | Resource ID of the key ring on the CipherTrust Manager. |
name | string | Name of the Google Cloud key ring. |
connection | string | Name or ID of the Google Cloud connection on the CipherTrust Manager. |
cloud_name | string | Name of the cloud where the Google Cloud key resides. |
organization_name | string | Name of the organization where the Google Cloud key resides. |
organization_display_name | string | Display name of the organization where the Google Cloud key resides. |
project_id | string | Name or ID of the Google Cloud project where the Google Cloud key ring resides. To determine the project ID, run the post /v1/cckm/google/get-projects or get /v1/cckm/google/projects API. Refer to Fetching a Project from GCP or Viewing Google Cloud Projects. |
skip | integer | Number of records to skip. For example, if "skip":5 is specified, the first five records will not be displayed in the output. |
limit | integer | Numbers of records to display. For example, if "limit":10 is specified, then the next 10 records (after skipping the number of records specified in the skip parameter) will be displayed in the output. |
sort | string | Comma-delimited list of properties to sort the results. |
Example Request
Example Response
The output shows the list of Google Cloud key rings available in a Google Cloud project linked with a Google Cloud connection.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.