markdown 通过IBM Cloud CLI订购ICOS

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 通过IBM Cloud CLI订购ICOS相关的知识,希望对你有一定的参考价值。

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
```

以上是关于markdown 通过IBM Cloud CLI订购ICOS的主要内容,如果未能解决你的问题,请参考以下文章