リセット

対象のテナントネットワークのプロセス再起動を行ないます。

PUT /api/1.0/network/{networkId}/action/reset

※ networkId:リセットしたいネットワーク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
networkId ネットワークID 0333050e366d4c938e0fd2a9ef97390d String
実行例
# Execute request
curl -X PUT -H "Authorization:$token" -H Content-Type:application/json -d '{}' ¥
https://eastapi.aspire.gcf.whitecloud.jp/api/1.0/network/7e54...4a98a3eb...adff/action/reset
レスポンス例
  
    {"networkId": "7e54dbeed7494a98a3eba7baf49cadff"}