[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
SearchQueryResponse
Properties
integer as int32
search_response_total_hits
Optional
Total number of results
JSON Example
{
"aggregation_response": [
{
"aggregations": [
{
"aggregation_type": "SUM",
"field": "string",
"value": 0
}
],
"end_time": 1597247999,
"series_values": [
{
"aggregation_type": "SUM",
"field": "string",
"resolution_in_secs": 0,
"series": [
0
]
}
],
"start_time": 1597247025,
"total_count": 100
}
],
"entity_list_response": [
{
"cursor": "ML12eu02==",
"end_time": 1504739809,
"results": [
{
"entity_id": "string",
"entity_type": "VirtualMachine",
"time": 0
}
],
"start_time": 1504739809,
"total_count": 100
}
],
"groupby_response": [
{
"cursor": "MTA=",
"results": [
{
"aggregations": [
{
"aggregation_type": "SUM",
"field": "string",
"value": 0
}
],
"bucket": [
{
"field": "string",
"value": "string"
}
],
"count": 100,
"series_values": [
{
"aggregation_type": "SUM",
"field": "string",
"resolution_in_secs": 0,
"series": [
0
]
}
]
}
],
"size": 0,
"time_range": {
"end_time": 1597247999,
"start_time": 1597247025
},
"total_bucket": {
"is_approx": false,
"value": 0
},
"total_count": 1000
}
],
"search_response_total_hits": 100
}