19 lines
543 B
YAML
19 lines
543 B
YAML
- release_tracks: [ALPHA]
|
|
help_text:
|
|
brief: Show details about an operation.
|
|
description: Show details about an operation.
|
|
examples: |
|
|
To show details about an operation, run:
|
|
|
|
$ {command} my-operation --location=us-central1
|
|
|
|
request:
|
|
collection: blockchainnodeengine.projects.locations.operations
|
|
ALPHA:
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The operation you want to get the details of.
|
|
spec: !REF googlecloudsdk.command_lib.blockchain_node_engine.resources:operation
|