Syntax for ordering via the IBM Cloud CLI
```
bx resource service-instance-create NAME SERVICE_NAME SERVICE_PLAN_NAME LOCATION
```
So to create a new ICOS service named `rtcos`, using the standard plan the call would look like this:
```
ganymede :: ~ % bx resource service-instance-create rtcos cloud-object-storage standard global 130 ↵
Creating service instance rtcos in resource group CDE of account IBM as rtiffany@us.ibm.com...
OK
Service instance rtcos was created.
Name Location State Type Tags
rtcos global active service_instance
```