Search for object by IP
NOTE: To retrieve all network objects with IP ranges that exactly match a specified list of IPv4 ranges, we recommend using the REST API. For details, refer to the POST /api/v1/networkObject/search/findByIpRanges endpoint in the Swagger documentation. REST services are more advanced and are the preferred option over SOAP for this operation.
The search_object_by_ip request performs a search in AFA for all objects that match the details provided in the request.
Request Method: GET
Request URL Parameters:
|
Element |
Type |
Description |
|---|---|---|
|
sessionID Mandatory |
String |
Session ID returned in login request. |
|
First Mandatory |
String | The first IP address in the range to search for. |
|
Last Mandatory |
String | The last IP address in the range to search for. |
|
MatchType Mandatory |
String |
The type of object to search for. Possible values:
|
Response:
|
Element |
Type |
Description |
|---|---|---|
| EntityID |
String |
A string containing the search results. |