media type | data type | description |
---|---|---|
application/json | map of object (JSON) |
GET /metrics/json
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
...
media type | data type | description |
---|---|---|
text/plain | string |
GET /metrics/prometheus
Content-Type: */*
Accept: text/plain
...
HTTP/1.1 200 OK
Content-Type: text/plain
...
media type | data type | description |
---|---|---|
application/json | RangerMetrics (JSON) |
GET /metrics/status
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{
"data" : {
"property1" : { },
"property2" : { }
}
}