Apache Dubbo · Example Payload

Dubbo Admin Model. Region Example

ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

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

Top-level fields

groupruleserviceversion

Example Payload

Raw ↑
{
  "group": "default",
  "rule": "conditions: []",
  "service": "com.example.DemoService",
  "version": "1.0.0"
}