Search Networks
Searches for networks within the designated client.
Basic Parameters
Parameter | Description |
---|---|
Client ID | The unique identifier of the client. |
Field | the field to be queried. |
Filter Operator | Select the operator to filter by. |
Projection Type | The granularity of the results. |
Query | The query to filter results by. |
Advanced Parameters
Parameter | Description |
---|---|
Page | The page number of results to return. |
Page Size | The number of results per page to return. |
Example Output
{
"errors": [],
"page": {
"size": <PAGESIZE>,
"totalElements": <TOTALELEMENTS>,
"totalPages": <TOTALPAGES>,
"number": <PAGENUMBER>
},
"_embedded": {
"networks": [
{
"id": <NETWORKID>,
"clientId": <CLIENTID>,
"name": "<NETWORKNAME>",
"type": "<NETWORKTYPE>",
"locked": <LOCKED>,
"hostCount": <HOSTCOUNT>,
"appCount": <APPCOUNT>,
"dbCount": <DBCOUNT>,
"connectorCount": <CONNECTORCOUNT>
}
]
},
"_links": {
"self": {
"href": "http://platform.risksense.com/api/v1/client/<CLIENTID>/network/search?page=<PAGENUMBER>&size=<PAGESIZE>&sort=<SORTFIELD>,<SORTDIRECTION>"
}
}
}
Workflow Library Example
Search Networks with Ivanti Risksense and Send Results Via Email
Preview this Workflow on desktop