Aggregates data across input orgId(s) and host-info column name

Request
Security:
vc-security
Request Body schema: application/json
aggregateField
string

field to aggregate on

orgIds
Array of strings
Responses
200

OK

post/endpoint-control-service/v1/report/host-info/aggregation
Request samples
application/json
{
  • "aggregateField": "string",
  • "orgIds": [
    ]
}
Response samples
application/json
[
  • {
    }
]