Apache Knox · Example Payload

Admin Api Descriptor Example

API GatewayAuthenticationHadoopOpen SourceSecuritySSO

Admin Api Descriptor Example is an example object payload from Apache Knox, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namediscoveryTypediscoveryAddressclusterproviderConfigservices

Example Payload

Raw ↑
{
  "name": "hadoop-cluster",
  "discoveryType": "Ambari",
  "discoveryAddress": "http://ambari:8080",
  "cluster": "my-cluster",
  "providerConfig": "my-provider-config",
  "services": [
    {}
  ]
}