v1

latestOpenAPI 3.1.02026-08-06330343826.1 KB
Asset Discovery

Sonar Query Search

Executes a Sonar query to discover assets with the given search criteria.

post/api/3/sonar_queries/search

Request body

Example request

{
  "filters": [
    {
      "domain": "acme.com",
      "type": "domain-contains"
    }
  ]
}

Response

OK