List IP Addresses By Category
Return a list of IPs according to a category.
External Documentation
To learn more, visit the IBM X Force documentation.
Basic Parameters
Parameter | Description |
---|---|
Category | Categories of IPs to filter by. Can be retrieved from the List IPs Categories action. |
End Date | Retrieve IPs created before this date. |
Limit | The number of returned domains, valid range is 1 - 10000. |
Offset | Number of the results to initially skip. |
Start Date | Retrieve IPs created after this date. |
Advanced Parameters
Parameter | Description |
---|---|
Descending | Choose to return the results in a descending order. |
Example Output
{
"category": "Spam",
"rows": [
{
"ip": "223.180.27.129",
"created": "2017-07-14T09:37:00Z",
"score": 2.9
},
{
"ip": "217.172.114.243",
"created": "2017-07-14T09:37:00Z",
"score": 2.9
},
{
"ip": "212.227.24.9",
"created": "2017-07-14T09:37:00Z",
"score": 4.3
},
{
"ip": "212.83.178.230",
"created": "2017-07-14T09:37:00Z",
"score": 5.7
},
{
"ip": "202.154.228.172",
"created": "2017-07-14T09:37:00Z",
"score": 2.9
},
]
}
Workflow Library Example
List Ip Addresses by Category with Ibm X Force and Send Results Via Email
Preview this Workflow on desktop