Apollo Config · Example Payload

Apollo Open Api Namespace Example

Apache 2.0Configuration ManagementCtripDistributed SystemsJavaMicroservicesOpen SourceReal-Time Configuration

Apollo Open Api Namespace Example is an example object payload from Apollo Config, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

appIdclusterNamenamespaceNamecommentformatisPublicitemsdataChangeCreatedBydataChangeLastModifiedBydataChangeCreatedTimedataChangeLastModifiedTime

Example Payload

Raw ↑
{
  "appId": "sample-app-001",
  "clusterName": "sample-name",
  "namespaceName": "sample-name",
  "comment": "Sample configuration item",
  "format": "properties",
  "isPublic": false,
  "items": [],
  "dataChangeCreatedBy": "operator",
  "dataChangeLastModifiedBy": "operator",
  "dataChangeCreatedTime": "2025-03-15T14:30:00Z",
  "dataChangeLastModifiedTime": "2025-03-15T14:30:00Z"
}