Read information for requested reflect Running config
No Parameters
Key |
Type |
Value |
---|---|---|
saError |
boolean |
Whether or not there is service adaptor error information
|
moduleError |
Array |
List of module errors
|
Other than the above |
Shared parameters
|
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", "saError": false, "moduleError": [ "id": 0, "result": 1, "binary": false ] }
When the reflect Running config operation is executed, the service adaptor may be rebooted to sync the module version. The response “status” and “resultCode” values are as follows.
"status": "failed"
"resultCode": "module-syncing"
Update information of requested reflect running config (stop execution, update execution schedule date/time)
Content-Type: application/json
Key |
Type |
Value |
---|---|---|
status |
int |
Request status
|
targetTime |
String |
Execute schedule date/time
|
Key |
Type |
Value |
---|---|---|
saError |
boolean |
Whether or not there is service adaptor error information
|
moduleError |
Array |
List of module errors
|
Other than the above |
Shared parameters
|
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", "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", "saError": null, "moduleError": null }
ID may be updated if the execution schedule date/time is updated
Simultaneous execution cancel and execution schedule date/time update not allowed
Read errors for requested reflect running config operation on a per equipment basis
No Parameters
Content-Type: application/octet-stream
Error content (binary)
GET https://*.sacm.jp/public-api/v1/user/tsa99990001/request/configure/1:1/error/sa/binary
Content-Type: application/octet-stream
Error content (binary)
Read errors for requested reflect running config operation on a per equipment basis (text format)
No Parameters
Content-Type: text/plain
Error content (text)
GET https://*.sacm.jp/public-api/v1/user/tsa99990001/request/configure/1:1/error/module/0/plain
Content-Type: text/plain
Syntax Error
Read errors for requested reflect running config operation on a per equipment basis (binary format)
No Parameters
Content-Type: application/octet-stream
Error content (binary)
GET https://*.sacm.jp/public-api/v1/user/tsa99990001/request/configure/1:1/error/module/0/binary
Content-Type: application/octet-stream
Error content (binary)