v1

latestSwagger 2.02026-08-0484141342.3 KB
Integrations

# Integrations

Integration List; Integration ID, Integration Name, Created At, Updated At, Health Status, Integration Agent ID, Integration Agent Name (If Available)

get/v1/integrations

Response

IntegrationsReturnSwagger

Example response

{
  "integrations": [
    {
      "connection_name": "TAC-1",
      "created_at": 1645625919624,
      "default_integration_id": 1,
      "description": "Description about product",
      "display_name": "Crowdstrike",
      "health_status": {
        "error": {
          "step": "Connection | Authentication | Log Storage | Peer-Manager Communication | vendor | os | alert | log",
          "type": "Microsoft Defender for Endpoint Authentication Check Step Error"
        }
      },
      "integration_agent": "Saturn Agent",
      "integration_agent_id": 1,
      "integration_id": 1,
      "name": "Crowdstrike",
      "type": "SIEM / EDR",
      "updated_at": 1645625919624
    }
  ]
}