cURL
curl --request POST \ --url http://aris.local/prometheus/api/v1/query \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'query=<string>' \ --data 'time=<string>'
{}
POST version of instant query endpoint.
API token only (for external integrations)
Query result
The response is of type object.
object