24 lines
682 B
YAML
24 lines
682 B
YAML
- release_tracks: [GA]
|
|
help_text:
|
|
brief: |
|
|
Show metadata for a Bare Metal Solution operation.
|
|
description: |
|
|
Display all metadata associated with a Bare Metal Solution operation given a valid
|
|
operation name.
|
|
examples: |
|
|
To display the metadata for an operation named `my-operation`,
|
|
run:
|
|
|
|
$ {command} my-operation
|
|
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.bms.resources:operation
|
|
help_text: |
|
|
Arguments and flags that specify the Bare Metal Solution operation you
|
|
want to describe.
|
|
|
|
request:
|
|
api_version: v2
|
|
collection: baremetalsolution.projects.locations.operations
|