Apache Ranger · Example Payload

Apache Ranger Policy List Example

Access ControlAuthorizationHadoopPolicy ManagementSecurityApacheOpen Source

Apache Ranger Policy List Example is an example object payload from Apache Ranger, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

totalCountpageSizeresultSizepolicies

Example Payload

Raw ↑
{
  "totalCount": 1234,
  "pageSize": 1234,
  "resultSize": 1234,
  "policies": [
    {}
  ]
}