Kolide S2S Input

APIs.ioEngineeringPlatform

Properties

Name Type Description
connection_id string Posture Integration ID.
countOperator string Count Operator
issue_count string The Number of Issues.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-kolide-input-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_kolide_input_request",
  "title": "Kolide S2S Input",
  "properties": {
    "connection_id": {
      "description": "Posture Integration ID.",
      "example": "bc7cbfbb-600a-42e4-8a23-45b5e85f804f",
      "type": "string"
    },
    "countOperator": {
      "description": "Count Operator",
      "enum": [
        "<",
        "<=",
        ">",
        ">=",
        "=="
      ],
      "example": ">",
      "type": "string"
    },
    "issue_count": {
      "description": "The Number of Issues.",
      "example": 1,
      "type": "string"
    }
  },
  "required": [
    "connection_id",
    "countOperator",
    "issue_count"
  ],
  "type": "object"
}