Apache Curator · Example Payload

Apache Curator Service Instance Example

ApacheDistributed CoordinationDistributed SystemsJavaMavenOpen SourceService DiscoveryZooKeeper

Apache Curator Service Instance Example is an example object payload from Apache Curator, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameaddressportsslPortregistrationTimeUTCserviceTypeenabledpayload

Example Payload

apache-curator-service-instance-example.json Raw ↑
{
  "id": "abc123-def456",
  "name": "payment-service",
  "address": "10.1.2.3",
  "port": 8080,
  "sslPort": 8443,
  "registrationTimeUTC": 1718153645993,
  "serviceType": "DYNAMIC",
  "enabled": true,
  "payload": {}
}