File: //snap/google-cloud-cli/396/lib/surface/network_services/http_routes/export.yaml
release_tracks: [ALPHA, GA]
help_text:
brief: |
Export http route.
description: |
Export a http route.
examples: |
To export a route named 'my-route' to a YAML file, run:
$ {command} my-route --destination=my-route.yaml --location=global
request:
collection: networkservices.projects.locations.httpRoutes
ALPHA:
api_version: v1alpha1
GA:
api_version: v1
arguments:
resource:
spec: !REF googlecloudsdk.command_lib.network_services.resources:httpRoute
help_text: |
Name of the http route to export.