{
"$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"
}