Apache Atlas · Example Payload

Atlas Atlas Search Result Example

ApacheBig DataComplianceData GovernanceData LineageHadoopMetadataOpen Source

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

Top-level fields

queryTypesearchParametersentitiesapproximateCount

Example Payload

Raw ↑
{
  "queryType": "BASIC",
  "searchParameters": {
    "key": "value"
  },
  "entities": [
    {
      "key": "value"
    }
  ],
  "approximateCount": 42
}