29 lines
726 B
YAML
29 lines
726 B
YAML
- release_tracks: [ALPHA, GA]
|
|
|
|
help_text:
|
|
brief: Describe a long-running operation.
|
|
description: |
|
|
Describe a long-running operation. You can use
|
|
this to inspect whether a create or update operation was
|
|
successful or the operation returned any errors.
|
|
|
|
## EXAMPLES
|
|
|
|
To describe an operation with name simple-operation, run:
|
|
|
|
$ {command} simple-operation
|
|
|
|
request:
|
|
collection: networkservices.projects.locations.operations
|
|
ALPHA:
|
|
api_version: v1alpha1
|
|
GA:
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: operation to describe.
|
|
spec: !REF googlecloudsdk.command_lib.edge_cache.resources:operation
|
|
removed_flags:
|
|
- location
|