Skip to main content

Perform Network Search

POST 

/search

Perform a search against flow logs with an RQL query.

This endpoint ignores the body param default.

Download Network Search CSV

In addition to performing a network search, this API can perform the network search and download the results as a CSV file. To download the network search CSV, add the request HTTP header Accept: text/csv.

An example request body is:

{
"cloudType": "",
"id":"",
"name":"",
"description:"",
"saved":false,
"default":false,
"query": "",
"timeRange": {
"type": "",
"value": ""
}
}

Request

Responses

success