v1

latestOpenAPI 3.0.1Apache 2.02026-07-1759153352.8 KB
Service

List of terminators assigned to a service

Retrieves a list of terminator resources that are assigned specific service; supports filtering, sorting, and pagination.

get/services/{id}/terminators

Path parameters

idstring required

The id of the requested resource

Query parameters

limitinteger
offsetinteger
filterstring

Response

A list of terminators

Example response

{
  "data": [
    {
      "createdAt": "2000-01-23T04:56:07.000+00:00",
      "_links": {
        "key": {
          "method": "method",
          "comment": "comment",
          "href": "https://openapi-generator.tech"
        }
      },
      "identity": "identity",
      "routerId": "routerId",
      "service": {
        "_links": {
          "key": {
            "method": "method",
            "comment": "comment",
            "href": "https://openapi-generator.tech"
          }
        },
        "name": "name",
        "id": "id",
        "entity": "entity"
      },
      "id": "id",
      "serviceId": "serviceId",
      "tags": {},
      "updatedAt": "2000-01-23T04:56:07.000+00:00"
    },
    {
      "createdAt": "2000-01-23T04:56:07.000+00:00",
      "_links": {
        "key": {
          "method": "method",
          "comment": "comment",
          "href": "https://openapi-generator.tech"
        }
      },
      "identity": "identity",
      "routerId": "routerId",
      "service": {
        "_links": {
          "key": {
            "method": "method",
            "comment": "comment",
            "href": "https://openapi-generator.tech"
          }
        },
        "name": "name",
        "id": "id",
        "entity": "entity"
      },
      "id": "id",
      "serviceId": "serviceId",
      "tags": {},
      "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"
    ]
  }
}