To describe the global backend service "bs-default" for a load balancer, run:
gdcloud compute backend-services describe bs-default \
--global
To describe the zonal backend service "bs-default" for a load balancer, run:
gdcloud compute backend-services describe bs-default
OPTIONAL FLAGS
--global If set, the global backend service object is described.
--zone string Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-12 UTC."],[[["This command `gdcloud compute backend-services describe` is used to get details about backend services for a load balancer."],["The command can describe both global and zonal backend services using the `--global` flag to describe the global backend service."],["The name of the backend service `BACKEND_SERVICE_NAME` must be provided as a parameter to the command, in addition to any optional flags."],["The `--zone` flag allows for describing a zonal backend service in a multi-zone environment."],["Common `gdcloud` flags such as `--format`, `--help`, and `--project` are available for this command."]]],[]]