github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/icd/icdv4/scalingGetDefault/README.md (about) 1 # Cloud Database Get Scaling Groups Default information 2 3 Scaling groups represent the various resources allocated to a deployment. When a new deployment is created, there are a set of defaults for each database type. Any of the ICD types, etcd, rabbitmq, postgresql etc 4 5 Details of the API function implemented can be found in the IBM CLoud API docs: 6 https://console.bluemix.net/apidocs/cloud-databases-api#get-default-scaling-groups-for-a-new-deployment 7 8 parameters: 9 Required: --icdId - 64 digit CRN for ICD instance 10 11 Example: 12 ``` 13 go run main.go --groupType etcd 14 ```