getMspLogs

GET https://{{host}}/api/v1/msps/:msp_id/logs

Response Parameters

NameTypeDescription
timestamplongstart time, in epoch
org_idstringorg id
msp_idstringmsp id
admin_idstringadmin id
admin_namestringname of the admin that performs the action
messagestringlog message
beforeobjectfield values prior to the change
afterobjectfield values after the change

Request Params

KeyDatatypeRequiredDescription
startnull
endnull
limitnull

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"}]}