Discovery
Searches for a Node
Retrieve a list of available searches for the specified node, defined by node_value and node_type.
post/api/discovery/node_count/
Request body
Example request
{
"node_type": "domain",
"node_value": "example.com"
}Response
Available Searches
Example response
[
{
"aggregations": [
{
"search_field": "A records for domain",
"search_field_id": 29
}
]
}
]