media type | data type | description |
---|---|---|
application/json | RangerMetrics (JSON) | |
application/xml | rangerMetrics (XML) |
GET /metrics/status
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{
"data" : {
"property1" : { },
"property2" : { }
}
}