Infrastructure/Collects
POSTInfrastructureSince 1.0SynchronousAuth Required
QueryMetrics
Query Execute a metrics query against the specified platform's data source.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
platformUuidStringRequiredUUID of the platform to execute the metrics query against
Responses
Endpoint
POST/api/v1/collects/platform/{platformUuid}/metrics/query
/api/v1/collects/platform/{platformUuid}/metrics/query
Request Example
curl -X POST '{host}/api/v1/collects/platform/{platformUuid}/metrics/query' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"data": null
}Change History
This API has no change history records yet.
