20 lines
592 B
YAML
20 lines
592 B
YAML
- release_tracks: [ALPHA, BETA, GA]
|
|
help_text:
|
|
brief: Show details of the management server.
|
|
description: Show all configuration data associated with the specified management server.
|
|
examples: |
|
|
To view details for management server 'MANAGEMENT_SERVER', run:
|
|
|
|
$ {command} MANAGEMENT_SERVER
|
|
|
|
request:
|
|
collection: backupdr.projects.locations.managementServers
|
|
|
|
response:
|
|
id_field: name
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Name of the management server to describe.
|
|
spec: !REF googlecloudsdk.command_lib.backupdr.resources:managementServer
|