- ホワイトクラウド ASPIRE
- サービスご利用ガイド
- APIを利用する
- APIリファレンス
- 仮想マシングループ
- 新規作成
新規作成
仮想マシングループを新規作成します。
POST /api/1.0/vmgroup
Request parameters | ||||
---|---|---|---|---|
Name | Description | Type | Data type | Required |
Authorization | Bearer [APIキー] | Header | String | True |
vmgroup | 作成する仮想マシングループ情報 | body | object | True |
body parameters | ||||
---|---|---|---|---|
Name | Description | Example | Data type | Required |
vmgroup | 仮想マシングループ情報 | Object | True | |
keieyakuResourceId | 契約リソースID | f05f432d9a774378a30cfa55180786be | String | True |
vmgroupName | 仮想マシングループ名 | VMGROUP01 | String | True |
comment | コメント | コメント | String | True |
ownerUserId | 所有者ユーザID ※未指定の場合はAPIキーの所有者をユーザとして登録します。 |
d92825b96a964bc5a4641b022e2b5e48 | String |
Successful Response | |||
---|---|---|---|
Response Code | 200 OK | ||
Response Headers | Content-type: application/json | ||
Response parameters | |||
Name | Description | Example | Data type |
vmgroupId | 仮想マシングループID | 2973fgh4vbn74e39a57b59d95da5873d | String |
実行例) 所有者を指定して仮想マシングループを作成する場合 |
---|
|
レスポンス例 |
---|
|