23 lines
638 B
YAML
23 lines
638 B
YAML
- release_tracks: [GA, BETA]
|
|
|
|
help_text:
|
|
brief: |
|
|
Describe a Network Management operation.
|
|
description: |
|
|
Describe a Network Management operation given a valid operation name.
|
|
examples: |
|
|
The following command describes an operation called
|
|
`operation-12345`:
|
|
|
|
$ {command} operation-12345
|
|
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.network_management.resources:operation
|
|
help_text: |
|
|
Name of the Network Management operation you want to describe.
|
|
|
|
request:
|
|
api_version: v1
|
|
collection: networkmanagement.projects.locations.global.operations
|