Apache Pulsar · Example Payload

Apache Pulsar Tenant Info Example

Cloud NativeMessagingMulti-TenantPub-SubStreamingApacheOpen Source

Apache Pulsar Tenant Info Example is an example object payload from Apache Pulsar, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

adminRolesallowedClusters

Example Payload

Raw ↑
{
  "adminRoles": [
    "example"
  ],
  "allowedClusters": [
    "example"
  ]
}