APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reposlist Cache Info Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reposlist Cache Info Example is an example object payload from APIs.io Engineering Platform, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "repos/list-cache-info",
  "method": "GET",
  "path": "/repos/{owner}/{repo}/replicas/caches",
  "summary": "APIs.io Engineering Platform List repository cache replication status",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "default",
      "example": [
        {
          "host": "host-1",
          "location": "berlin",
          "git": [
            {
              "sync_status": "in_sync"
            },
            {
              "last_sync": "2022-01-10T19:33:52Z"
            }
          ]
        },
        {
          "host": "host-2",
          "location": "chicago",
          "git": [
            {
              "sync_status": "offline"
            },
            {
              "last_sync": "2022-01-10T19:34:12Z"
            }
          ]
        }
      ]
    }
  ]
}