getMspLogs
GET https://{{host}}/api/v1/msps/:msp_id/logs
Response Parameters
Name | Type | Description |
---|---|---|
timestamp | long | start time, in epoch |
org_id | string | org id |
msp_id | string | msp id |
admin_id | string | admin id |
admin_name | string | name of the admin that performs the action |
message | string | log message |
before | object | field values prior to the change |
after | object | field values after the change |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start | null | ||
end | null | ||
limit | null |
RESPONSES
status: OK
{"start":1431298000,"end":1431384000,"limit":100,"total":135,"results":[{"timestamp":1431382121,"org_id":"2818e386-8dec-2562-9ede-5b8a0fbbdc71","msp_id":"d287e62f-9689-4c05-85d8-f2b9ba0a531f","admin_id":"72bfa2bd-e58a-4670-9d20-a1468f7a6f58","admin_name":"test@mistsys.com","message":"TEST AUDIT","id":"c6f9347b-b0a4-4a23-b927-fa9249f2ffb2"}]}