Read request information
Key |
Type |
Value |
---|---|---|
sacode |
String |
Narrow by specifying an SA code (option) multiple not permitted |
status |
String |
Narrow by specifying a request status (option) multiple permitted |
See “ Request information “
GET https://*.sacm.jp/public-api/v1/user/tsa99990001/?sacode=tss99990001&status=successed&status=failed
Content-Type: application/json
{ "results": [ { "id": "1:3", "sa": { "code": "tss99990001", "name": "Service adapter 001", "description": "MEMO", "distributionId": "0001-0000-0101-0000-0000-0000-1234-5678", "configState": "initial", "up": true }, "type": "md-command", "targetTime": "2012/06/25 16:44:23", "status": "failed", "proxyStatus": "connection-timeout", "resultCode": "success" }, { "id": "1:1", "sa": { "code": "tss99990001", "name": "Service adapter 001", "description": "MEMO", "distributionId": "0001-0000-0101-0000-0000-0000-1234-5678", "configState": "initial", "up": true }, "type": "md-command", "targetTime": "2012/06/25 16:42:56", "status": "successed", "proxyStatus": "success", "resultCode": "success" } ] }
Key |
Type |
Value |
---|---|---|
id |
String |
Request ID |
sa |
Object |
Service adaptor information
|
mota |
String |
Request type
|
targetTime |
String |
Execution schedule time |
status |
String |
Request status
|
proxyStatus |
String |
Proxy status
|
resultCode |
String |
Result code
|
API(under /user/:user_code/request/) |
Ping |
Traceroute |
Read Storage |
Reboot |
Configure |
---|---|---|---|---|---|
POST :type |
o |
o |
o |
o |
x |
GET :type/:id |
o |
o |
o |
o |
o |
PUT :type/:id |
o |
o |
o |
o |
o |
GET :type/:id/request/module/:module_id/:format |
x |
x |
x |
x |
x |
GET :type/:id/result/module/:module_id/:format |
x |
x |
o |
x |
x |
GET :type/:id/error/module/:module_id/:format |
x |
x |
x |
x |
o |
GET :type/:id/error/sa/binary |
x |
x |
x |
x |
o |
API(under /user/:user_code/request/) |
Read Status |
Clear Status |
Md Command |
---|---|---|---|
POST :type |
o |
o |
o |
GET :type/:id |
o |
o |
o |
PUT :type/:id |
o |
o |
o |
GET :type/:id/request/module/:module_id/:format |
o |
o |
o |
GET :type/:id/result/module/:module_id/:format |
o |
o |
o |
GET :type/:id/error/module/:module_id/:format |
x |
x |
x |
GET :type/:id/error/sa/binary |
x |
x |
x |