リクエストした動作コンフィグ反映の情報を取得する
パラメータ無し
Key |
Type |
Value |
---|---|---|
saError |
boolean |
サービスアダプタのエラー情報があるか否か
|
moduleError |
Array |
モジュールの持つエラー一覧
|
上記以外 |
共通パラメータ
|
GET https://*.sacm.jp/public-api/v1/user/tsa99990001/request/configure/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": "configure", "targetTime": "2012/06/28 09:25:30", "status": "failed", "proxyStatus": "success", "resultCode": "config-validation-failure", "requestCommands": [], "saError": false, "moduleError": [ "id": 0, "result": 1, "binary": false ] }
動作コンフィグ反映を行った際にサービスアダプタがモジュールバージョンの同期のため再起動する場合があります。 この時レスポンスの "status" と "resultCode" は下記の値となります。
"status": "failed"
"resultCode": "module-syncing"
リクエストされた動作コンフィグ反映の情報を変更する (実行の中止、実行予定日時の変更)
Content-Type: application/json
Key |
Type |
Value |
---|---|---|
status |
int |
リクエストの状態
|
targetTime |
String |
実行予定日時
|
Key |
Type |
Value |
---|---|---|
saError |
boolean |
サービスアダプタのエラー情報があるか否か
|
moduleError |
Array |
モジュールの持つエラー一覧
|
上記以外 |
共通パラメータ
|
PUT https://*.sacm.jp/public-api/v1/user/tsa99990001/request/configure/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": "configure", "targetTime": "2012/06/27 15:00:00", "status": "canceled", "proxyStatus": "none", "resultCode": "none", "requestCommands": [], "saError": null, "moduleError": null }
PUT https://*.sacm.jp/public-api/v1/user/tsa99990001/request/configure/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": "configure", "targetTime": "2012/06/27 16:00:00", "status": "initial", "proxyStatus": "none", "resultCode": "none", "requestCommands": [], "saError": null, "moduleError": null }
実行予定日時を変更すると id が変更される可能性がある
実行の中止と実行予定日時の変更の同時実行は不可
リクエストした動作コンフィグ反映のエラーを機種単位で取得する
パラメータ無し
Content-Type: application/octet-stream
エラー内容(バイナリ)
GET https://*.sacm.jp/public-api/v1/user/tsa99990001/request/configure/1:1/error/sa/binary
Content-Type: application/octet-stream
エラー内容(バイナリ)
リクエストした動作コンフィグ反映のエラーをモジュール単位で取得する (テキスト形式)
パラメータ無し
Content-Type: text/plain
エラー内容(テキスト)
GET https://*.sacm.jp/public-api/v1/user/tsa99990001/request/configure/1:1/error/module/0/plain
Content-Type: text/plain
Syntax Error
リクエストした動作コンフィグ反映のエラーをモジュール単位で取得する (バイナリ形式)
パラメータ無し
Content-Type: application/octet-stream
エラー内容(バイナリ)
GET https://*.sacm.jp/public-api/v1/user/tsa99990001/request/configure/1:1/error/module/0/binary
Content-Type: application/octet-stream
エラー内容(バイナリ)