github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/resource/resourcev2/controllerv2/service-instance/README.md (about) 1 # Resource service-instance example 2 3 This example shows how to perform get and list operations on resource service-instance 4 5 This lists all service instance in an account filtered by name and gets a service instance with a guid. 6 7 Example: 8 9 ``` 10 go run main.go -serviceInstanceID "instance-guid" -name test 11 ``` 12 13 14 15