Overview
This API call applies to both Armor Complete and Armor Anywhere users.
The Get IPRM events API call retrieves a list of IP lookups that have taken place in your account.
Sample request
GET https://api.armor.com/iprm/events
Input
The following table describes the different parts of this API call:
API Call / URL | Method / Type |
---|---|
/iprm/events | GET |
There are no parameters for this API call.
Sample return
Status | Response |
---|---|
200 | { "total": 3, "page": 0, "items": [ { "accountId": 2, "ipAddress": "23.107.124.53", "createdBy": 2, "requester": "Development Test", "date": "2018-06-27T20:56:37.1869563Z", "recommendation": "allow", "ruleType": "None", "requestType": "detail" }, { "accountId": 2, "ipAddress": "23.107.124.54", "createdBy": 2, "requester": "Development Test", "date": "2018-06-27T20:56:37.1869563Z", "recommendation": "allow", "ruleType": "Whitelist", "requestType": "detail" }, { "accountId": 2, "ipAddress": "23.107.124.53", "createdBy": 2, "requester": "Development Test", "date": "2018-06-27T20:56:37.1869563Z", "recommendation": "allow", "ruleType": "Whitelist", "requestType": "detail" } ] } |
400 | Bad Request |