21 lines
541 B
YAML
21 lines
541 B
YAML
- release_tracks: [GA]
|
|
help_text:
|
|
brief: |
|
|
Get metadata for a CA pool.
|
|
description: |
|
|
Returns metadata for the given CA pool.
|
|
examples: |
|
|
To get metadata for the CA pool 'my-pool' in location 'us-west1':
|
|
|
|
$ {command} my-pool \
|
|
--location=us-west1
|
|
|
|
request:
|
|
collection: privateca.projects.locations.caPools
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The CA pool for which to obtain metadata.
|
|
spec: !REF googlecloudsdk.command_lib.privateca.resources:ca_pool
|