Apache Dubbo · Example Payload

Dubbo Admin Model. Tag Example

ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

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

Top-level fields

addressesmatchname

Example Payload

Raw ↑
{
  "addresses": [
    "10.0.0.1:20880"
  ],
  "match": [
    "example-value"
  ],
  "name": "example-service"
}