リセット

対象の仮想マシングループネットワークのプロセス再起動を行ないます。

PUT /api/1.0/vmgNetwork/{vmgNetworkId}/action/reset

※ vmgNetworkId:リセットしたいネットワークID

Request parameters
Name Description Type Data type Required
Authorization Bearer [APIキー] header String True
Successful Response
Response Code 200 OK
Response Headers Content-type: application/json
Name Description Example Data type
vmgNetworkId VMGネットワークID 1d10a85b0d774af6b79264717ed57416 String
実行例
# Execute request
curl -X PUT -H "Authorization:$token" -H Content-Type:application/json -d '{}' ¥
https://eastapi.aspire.gcf.whitecloud.jp/api/1.0/vmgNetwork/f91c...43c89...e08d/action/reset
レスポンス例
  
    {"vmgNetworkId": "f91c57e0e48543c891e57af71ad4e08d"}