Search for DNS Filter data by criteria.

Request
Security:
vc-security
Request Body schema: application/json
object (DnsFilterSearchCriteria)
object (PageRequest)
Responses
200

OK

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

post/endpoint-control-service/v1/dnsf/search-page
Request samples
application/json
{
  • "criteria": {
    },
  • "pageRequest": {
    }
}
Response samples
application/json
{
  • "items": [
    ],
  • "pageRequest": {
    },
  • "totalCount": 0,
  • "totalPages": 0
}