github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/container/alb/GetALB/README.md (about) 1 # GetALB example 2 3 This example shows how to get an ALB details. 4 5 Example: 6 7 ``` 8 go run main.go -albID public-cr6a59d9066e4146d39211aca28fb8d840-alb1 -clusterNameOrID mycluster 9 ```