コンフィグ参照をリクエストする
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 }
リクエストしたコンフィグ参照の情報を取得する
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 } ] }
リクエストされたコンフィグ参照の情報を変更する (実行の中止、実行日時の変更)
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 }
リクエストしたコンフィグ参照の実行結果を取得する (テキスト形式)
リクエストしたコンフィグ参照の実行結果を取得する (バイナリ形式)