Apollo Config · Example Payload

Apollo Open Api Item Example

Apache 2.0Configuration ManagementCtripDistributed SystemsJavaMicroservicesOpen SourceReal-Time Configuration

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

Top-level fields

idnamespaceIdkeyvaluecommentlineNumdataChangeCreatedBydataChangeLastModifiedBydataChangeCreatedTimedataChangeLastModifiedTime

Example Payload

Raw ↑
{
  "id": 1,
  "namespaceId": 1,
  "key": "timeout",
  "value": "30000",
  "comment": "Sample configuration item",
  "lineNum": 1,
  "dataChangeCreatedBy": "operator",
  "dataChangeLastModifiedBy": "operator",
  "dataChangeCreatedTime": "2025-03-15T14:30:00Z",
  "dataChangeLastModifiedTime": "2025-03-15T14:30:00Z"
}