Apache Dubbo · Example Payload

Dubbo Admin Model. List Service By Page Example

ApacheGoJavaMicroservicesOpen SourceRPCService DiscoveryService Mesh

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

Top-level fields

contentfirstlastoffsetpageNumbersizetotalElementstotalPages

Example Payload

Raw ↑
{
  "content": [
    "example-value"
  ],
  "first": true,
  "last": true,
  "offset": 1,
  "pageNumber": "example-value",
  "size": "example-value",
  "totalElements": 1,
  "totalPages": 1
}