Apache Dubbo · Example Payload

Dubbo Admin Model. Mock Rule Example

ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

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

Top-level fields

enableidmethodNameruleserviceName

Example Payload

Raw ↑
{
  "enable": true,
  "id": 1,
  "methodName": "example-service",
  "rule": "conditions: []",
  "serviceName": "example-service"
}