Skip to main content

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

ParameterDescription
CategoryCategories of IPs to filter by. Can be retrieved from the List IPs Categories action.
End DateRetrieve IPs created before this date.
LimitThe number of returned domains, valid range is 1 - 10000.
OffsetNumber of the results to initially skip.
Start DateRetrieve IPs created after this date.

Advanced Parameters

ParameterDescription
DescendingChoose 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

Workflow LibraryPreview this Workflow on desktop