Aurion Docs
Api

Tenant Metrics Export

GET
/metrics/tenant/{tenant_ref}
AuthorizationBearer <token>

In: header

Path Parameters

tenant_ref*string

Response Body

application/json

application/json

curl -X GET "https://loading/metrics/tenant/string"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}