v1

latestOpenAPI 3.0.1Apache 2.02026-07-1759153352.8 KB
Controllers

List controllers

Retrieves a list of controllers

get/controllers

Query parameters

limitinteger
offsetinteger
filterstring

Response

A list of controllers

Example response

{
  "data": [
    {
      "_links": {
        "key": {
          "method": "method",
          "comment": "comment",
          "href": "https://openapi-generator.tech"
        }
      },
      "apiAddresses": null,
      "ctrlAddress": "ctrlAddress",
      "certPem": "certPem",
      "isOnline": true,
      "tags": {},
      "createdAt": "2000-01-23T04:56:07.000+00:00",
      "fingerprint": "fingerprint",
      "name": "name",
      "id": "id",
      "isPreferredLeader": true,
      "lastJoinedAt": "2000-01-23T04:56:07.000+00:00",
      "updatedAt": "2000-01-23T04:56:07.000+00:00"
    },
    {
      "_links": {
        "key": {
          "method": "method",
          "comment": "comment",
          "href": "https://openapi-generator.tech"
        }
      },
      "apiAddresses": null,
      "ctrlAddress": "ctrlAddress",
      "certPem": "certPem",
      "isOnline": true,
      "tags": {},
      "createdAt": "2000-01-23T04:56:07.000+00:00",
      "fingerprint": "fingerprint",
      "name": "name",
      "id": "id",
      "isPreferredLeader": true,
      "lastJoinedAt": "2000-01-23T04:56:07.000+00:00",
      "updatedAt": "2000-01-23T04:56:07.000+00:00"
    }
  ],
  "meta": {
    "apiEnrollmentVersion": "apiEnrollmentVersion",
    "apiVersion": "apiVersion",
    "pagination": {
      "offset": 6.027456183070403,
      "limit": 0.8008281904610115,
      "totalCount": 1.4658129805029452
    },
    "filterableFields": [
      "filterableFields",
      "filterableFields"
    ]
  }
}