コンフィグ参照をリクエストする
Content-Type: application/json
Key |
Type |
Value |
---|---|---|
sa |
Object |
リクエストの対象となるサービスアダプタ情報
|
targetTime |
String |
実行予定時刻
|
storage |
String |
取得するコンフィグ種別
|
201
Key |
Type |
Value |
---|---|---|
storage |
String |
取得するコンフィグ種別
|
moduleMdData |
Array |
モジュールの情報
|
上記以外 |
共通パラメータ
|
POST https://*.sacm.jp/public-api/v1/user/tsa99990001/request/read-storage
Content-Type: application/json
{ "sa": { "code": "tss99990001" }, "targetTime": "2012/06/27 14:51:25", "storage": "running" }
Content-Type: application/json
{ "id": "1:1", "sa": { "code": "tss99990001", "name": "Service adapter 001", "description": "MEMO", "distributionId": "0001-0000-0101-0000-0000-0000-1234-5678", "up": true }, "type": "read-storage", "targetTime": "2012/06/27 14:51:25", "status": "initial", "proxyStatus": "none", "resultCode": "none", "requestCommands": [], "storage": "running", "moduleMdData": null }
リクエストしたコンフィグ参照の情報を取得する
パラメータ無し
Key |
Type |
Value |
---|---|---|
storage |
String |
取得するコンフィグ種別
|
moduleMdData |
Array |
モジュールの情報
|
上記以外 |
共通パラメータ
|
GET https://*.sacm.jp/public-api/v1/user/tsa99990001/request/read-storage/1:1
Content-Type: application/json
{ "id": "1:1", "sa": { "code": "tss99990001", "name": "Service adapter 001", "description": "MEMO", "distributionId": "0001-0000-0101-0000-0000-0000-1234-5678", "up": true }, "type": "read-storage", "targetTime": "2012/06/27 14:51:25", "status": "successed", "proxyStatus": "success", "resultCode": "success", "requestCommands": [], "storage": "running", "moduleMdData": [ { "id": 0, "result": 0, "binary": false }, { "id": 1, "result": 0, "binary": false } ] }
リクエストされたコンフィグ参照の情報を変更する (実行の中止、実行日時の変更)
Content-Type: application/json
Key |
Type |
Value |
---|---|---|
status |
int |
リクエストの状態
|
targetTime |
String |
実行予定日時
|
Key |
Type |
Value |
---|---|---|
storage |
String |
取得するコンフィグ種別
|
moduleMdData |
Array |
モジュールの情報
|
上記以外 |
共通パラメータ
|
PUT https://*.sacm.jp/public-api/v1/user/tsa99990001/request/read-storage/1:1
Content-Type: application/json
{"status": 3}
Content-Type: application/json
{ "id": "1:1", "sa": { "code": "tss99990001", "name": "Service adapter 001", "description": "MEMO", "distributionId": "0001-0000-0101-0000-0000-0000-1234-5678", "up": true }, "type": "read-storage", "targetTime": "2012/06/27 14:51:25", "status": "canceled", "proxyStatus": "none", "resultCode": "none", "requestCommands": [], "storage": "startup", "moduleMdData": null }
PUT https://*.sacm.jp/public-api/v1/user/tsa99990001/request/read-storage/1:1
Content-Type: application/json
{"targetTime": "2012/06/27 16:00:00"}
Content-Type: application/json
{ "id": "1:1", "sa": { "code": "tss99990001", "name": "Service adapter 001", "description": "MEMO", "distributionId": "0001-0000-0101-0000-0000-0000-1234-5678", "up": true }, "type": "read-storage", "targetTime": "2012/06/27 16:00:00", "status": "initial", "proxyStatus": "none", "resultCode": "none", "storage": "startup", "moduleMdData": null }
実行予定日時を変更すると id が変更される可能性がある
実行の中止と実行予定日時の変更の同時実行は不可
リクエストしたコンフィグ参照の実行結果を取得する (テキスト形式)
パラメータ無し
Content-Type: text/plain
コンフィグ(テキスト)
GET https://*.sacm.jp/public-api/v1/user/tsa99990001/request/read-storage/1:1/result/module/0/plain
Content-Type: text/plain
hostname "SEIL/B1 001" interface lan0 add 192.168.0.1/24 interface lan1 add dhcp route add default dhcp telnetd enable
リクエストしたコンフィグ参照の実行結果を取得する (バイナリ形式)
パラメータ無し
Content-Type: application/octet-stream
コンフィグ(バイナリ)
GET https://*.sacm.jp/public-api/v1/user/tsa99990001/request/read-storage/1:1/result/module/0/binary
Content-Type: application/octet-stream
コンフィグ(バイナリ)