Apache Dubbo · Example Payload

Dubbo Admin Model. Tag Route Dto Example

example-value

Dubbo Admin Model. Tag Route Dto Example is an example object payload from Apache Dubbo, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

applicationconfigVersionenabledforceidpriorityruntimeserviceserviceGroupserviceVersiontags

Example Payload

Raw ↑
{
  "application": "my-dubbo-app",
  "configVersion": "1.0.0",
  "enabled": true,
  "force": true,
  "id": "500123",
  "priority": 1,
  "runtime": true,
  "service": "com.example.DemoService",
  "serviceGroup": "com.example.DemoService",
  "serviceVersion": "1.0.0",
  "tags": [
    "example-value"
  ]
}