request GET on a CDS service
request GET on a CDS service
cdsctl admin services request [flags]
## How to get the goroutine of the service named hatcheryLocal:
```bash
cdsctl admin services request --name hatcheryLocal --query /debug/pprof/goroutine\?debug\=2
## Options
--name string service name
--query string http query, example: '/debug/pprof/goroutine?debug=2'
## Options inherited from parent commands
-c, –context string cdsctl context name -f, –file string set configuration file –insecure (SSL) This option explicitly allows curl to perform “insecure” SSL connections and transfers. -n, –no-interactive Set to disable interaction with ctl –verbose Enable verbose output
## SEE ALSO
* [cdsctl admin services](/docs/components/cdsctl/admin/services/) - `Manage CDS services`