Hello @yosiasz Thank you for writing us back !
We are not merging but planning to build a unified dashboard from these 2 tools for correlation aspects like if Network Anomaly is there at selector AI end does BigPanda created an INC for that so and so forth. Hope that clears a bit here. We dont have sample JSON but both the tools
Sample JSON for BigPanda INC API v2
{
“data”: [
{
“id”: “60a7e841f3e7a32c253b2f5c”,
“created_at”: 1621644353,
“updated_at”: 1621644358,
“summary”: “Multiple ‘CPU overloaded’ alerts on ‘production-database-1’”,
“status”: “critical”,
“severity”: “critical”,
“active”: true,
“flapping”: false,
“shared”: false,
“environment_id”: “60a7e841f3e7a32c253b2f5a”,
“tags”: {
“priority”: “P1”,
“service”: “Billing”
},
“alerts”: \[
“60a7e841f3e7a32c253b2f5d”,
“60a7e841f3e7a32c253b2f5e”
\],
“alerts_count”: 2,
“latest_comment”: {
“text”: “Investigating high CPU load.”,
“user”: {
“id”: “user-123”,
“username”: “john.doe”
},
“timestamp”: 1621644358
},
“snooze”: {
“snoozed”: false
}
}
\],
“metadata”: {
“page”: 1,
“per_page”: 20,
“total_count”: 1
}
}
Sample JSON for Selector AI from its respective API endpoint:
{
“query_metadata”: {
“s2ql_query”: “device where device_role contains ‘Uplink’ and device_name contains ‘router one’”,
“execution_time_ms”: 150
},
“results”: \[
{
“device_id”: “rtr-001”,
“device_name”: “router one”,
“device_role”: “Uplink”,
“status”: “Online”,
“interface_count”: 48
},
{
“device_id”: “rtr-002”,
“device_name”: “router one”,
“device_role”: “Uplink”,
“status”: “Online”,
“interface_count”: 32
},
{
“device_id”: “rtr-003”,
“device_name”: “router one”,
“device_role”: “Uplink”,
“status”: “Online”,
“interface_count”: 64
}
]
}