File: //snap/google-cloud-cli/current/lib/surface/container/backup_restore/backups/describe.yaml
- release_tracks: [ALPHA, BETA]
help_text:
brief: Describe a backup.
description: |
Describe a Backup for GKE backup.
## EXAMPLES
To describe a backup ``my-backup'' in project ``my-project'' in location ``us-central1'' under backup plan ``my-backup-plan'', run:
$ {command} my-backup --backup-plan=my-backup-plan --project=my-project --location=us-central1
request:
collection: gkebackup.projects.locations.backupPlans.backups
api_version: v1
arguments:
resource:
help_text: |
Name of the backup to describe. The name may be provided either as a relative name, e.g.
`projects/<project>/locations/<location>/backupPlans/<backupPlan>/backups/<backup>`
or as a single ID name (with the parent resources provided via options or through
properties), e.g.
`BACKUP --project=<project> --location=<location> --backup-plan=<backupPlan>`.
spec: !REF googlecloudsdk.command_lib.container.backup_restore.resources:backup