v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
otCollectorManagementExternal

Get OT Collectors by name.

provided list of names, get all OT Collectors with metadata.

get/v1/otCollectors/otCollectorsByName

Query parameters

namesstring[] required

A required parameter that accepts a list of names for which we need to collect all metadata.

Response

A list of OT Collectors.

Example response

{
  "data": [
    {
      "id": "0000000005F5E105",
      "name": "test OT Collector",
      "category": "apache",
      "tags": {
        "team": "app-dev",
        "showIcon": true
      },
      "healthIncidentsTracker": {
        "warningsCount": 1
      },
      "alive": true,
      "isRemotelyManaged": true,
      "effectiveConfig": {
        "00000000000000A3": "ZGVtbyBjb25maWc=",
        "00000000000000D5": "XFVtbfe34tgcvefv="
      },
      "systemInfo": {
        "hostName": "app.test.com",
        "hostOsName": "Linux",
        "hostOsVersion": "5.4.144-69.257.amzn2.x86_64",
        "hostIpAddress": "19.123.24.66",
        "hostEnv": "EKS-1.20.2"
      },
      "timeZone": "UTC",
      "createdAt": "2018-10-16T09:10:00Z",
      "createdBy": "0000000006A5C7A2",
      "modifiedAt": "2018-10-16T09:10:00Z",
      "modifiedBy": "0000000006A5C7A2",
      "sourceTemplateLinkedCount": 1
    }
  ]
}