Crowdstrike S2S Input

APIs.ioEngineeringPlatform

Properties

Name Type Description
connection_id string Posture Integration ID.
last_seen string For more details on last seen, please refer to the Crowdstrike documentation.
operator string Operator
os string Os Version
overall string overall
sensor_config string SensorConfig
state string For more details on state, please refer to the Crowdstrike documentation.
version string Version
versionOperator string Version Operator
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-teams-devices-crowdstrike-input-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/teams-devices_crowdstrike_input_request",
  "title": "Crowdstrike S2S Input",
  "properties": {
    "connection_id": {
      "description": "Posture Integration ID.",
      "example": "bc7cbfbb-600a-42e4-8a23-45b5e85f804f",
      "type": "string"
    },
    "last_seen": {
      "description": "For more details on last seen, please refer to the Crowdstrike documentation.",
      "example": "15d3h20m4s",
      "type": "string"
    },
    "operator": {
      "description": "Operator",
      "enum": [
        "<",
        "<=",
        ">",
        ">=",
        "=="
      ],
      "example": ">",
      "type": "string"
    },
    "os": {
      "description": "Os Version",
      "example": "13.3.0",
      "type": "string"
    },
    "overall": {
      "description": "overall",
      "example": 90,
      "type": "string"
    },
    "sensor_config": {
      "description": "SensorConfig",
      "example": 90,
      "type": "string"
    },
    "state": {
      "description": "For more details on state, please refer to the Crowdstrike documentation.",
      "enum": [
        "online",
        "offline",
        "unknown"
      ],
      "example": "online",
      "type": "string"
    },
    "version": {
      "description": "Version",
      "example": "13.3.0",
      "type": "string"
    },
    "versionOperator": {
      "description": "Version Operator",
      "enum": [
        "<",
        "<=",
        ">",
        ">=",
        "=="
      ],
      "example": ">",
      "type": "string"
    }
  },
  "required": [
    "connection_id"
  ],
  "type": "object"
}