Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.54 KB

File metadata and controls

45 lines (31 loc) · 1.54 KB

stackit network-area route describe

Shows details of a static route in a STACKIT Network Area (SNA)

Synopsis

Shows details of a static route in a STACKIT Network Area (SNA).

stackit network-area route describe ROUTE_ID [flags]

Examples

  Show details of a static route with ID "xxx" in a STACKIT Network Area with ID "yyy" in organization with ID "zzz"
  $ stackit network-area route describe xxx --network-area-id yyy --organization-id zzz

  Show details of a static route with ID "xxx" in a STACKIT Network Area with ID "yyy" in organization with ID "zzz" in JSON format
  $ stackit network-area route describe xxx --network-area-id yyy --organization-id zzz --output-format json

Options

  -h, --help                     Help for "stackit network-area route describe"
      --network-area-id string   STACKIT Network Area ID
      --organization-id string   Organization ID

Options inherited from parent commands

  -y, --assume-yes             If set, skips all confirmation prompts
      --async                  If set, runs the command asynchronously
  -o, --output-format string   Output format, one of ["json" "pretty" "none" "yaml"]
  -p, --project-id string      Project ID
      --region string          Target region for region-specific requests
      --verbosity string       Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")

SEE ALSO