MetricsREST Resource

GET /metrics/status

Response Body
media type data type description
application/json RangerMetrics (JSON)
application/xml rangerMetrics (XML)

Example

Request
GET /metrics/status
Content-Type: */*
Accept: application/json

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
{
  "data" : {
    "property1" : { },
    "property2" : { }
  }
}