Read event list
Key |
Type |
Value |
---|---|---|
sacode |
String |
Narrow by specifying an SA code (option) |
mota |
String |
Narrow by specifying an event type (option)
|
Key |
Type |
Value |
---|---|---|
results |
Array |
Event list
|
GET https://*.sacm.jp/public-api/v1/user/tsa99990001/event?sacode=tss99990001&type=request
Content-Type: application/json
{ "results":[ { "id": "1:2", "sa":[ { "code": "tss99990001", "name": "Service adapter 001", "description": "MEMO", "distributionId": "0001-0000-0101-0000-0000-0000-1234-5678", "up": true, "configState": "pushready", "group": { "id": 1, "name": "Folder1" }, "template": { "id": 1, "name": "Template1" }, "monitor": { "id": 1, "name": "Monitor1" }, "date": { "lastPushReady": "2012/06/05 16:00:09", "lastHeartbeatReport": "2012/05/11 17:10:02", "lastPulled": "2012/05/11 17:06:22", "firstPulled": "2012/04/11 17:07:00" }, "type": 0, "mode": null } ], "priority": "info", "type": "request", "subtype": "failed", "timestamp": "2012/06/25 17:10:54" }, { "id": "1:1", "sa":[ { "code": "tss99990001", "name": "Service adapter 001", "description": "MEMO", "distributionId": "0001-0000-0101-0000-0000-0000-1234-5678", "up": true, "configState": "pushready", "group": { "id": 1, "name": "Folder1" }, "template": { "id": 1, "name": "Template1" }, "monitor": { "id": 1, "name": "Monitor1" }, "date": { "lastPushReady": "2012/06/05 16:00:09", "lastHeartbeatReport": "2012/05/11 17:10:02", "lastPulled": "2012/05/11 17:06:22", "firstPulled": "2012/04/11 17:07:00" }, "type": 0, "mode": null } ], "priority": "info", "type": "request", "subtype": "proxy-run", "timestamp": "2012/06/25 17:07:54" } ] }