Route Anomalies for a Host - Example
HTTP GET https://aos-server/api/blueprints/\{blueprint_id}/anomalies (output has been truncated to only show example of one missing route. Actual GET response will return entire routing table)
{
"items": [
{
"actual": {
"value": "missing"
},
"anomaly_type": "route",
"expected": {
"value": "up"
},
"id": "547bcbc9-963f-4477-904b-712482aa6428",
"identity": {
"anomaly_type": "route",
"destination_ip": "0.0.0.0/0",
"system_id": "000C29202526"
},
"last_modified_at": "2017-06-09T17:28:13.773324Z",
"role": "unknown",
"severity": "critical"
},
{
"actual": {
"value": "partial"
},
"anomaly_type": "route",
"expected": {
"value": "up"
},
"id": "92a6804a-42ff-4cbd-a52b-5c6acadc1d23",
"identity": {
"anomaly_type": "route",
"destination_ip": "0.0.0.0/0",
"system_id": "000C29EA59A7"
},
"last_modified_at": "2017-06-09T17:28:44.787604Z",
"role": "unknown",
"severity": "critical"
},
{
"actual": {
"value": "partial"
},
"anomaly_type": "route",
"expected": {
"value": "up"
},
"id": "25886eb7-e629-4f56-9479-686fe1e53c64",
"identity": {
"anomaly_type": "route",
"destination_ip": "0.0.0.0/0",
"system_id": "000C29E808A1"
},
"last_modified_at": "2017-06-09T17:28:13.773423Z",
"role": "unknown",
"severity": "critical"
},
{
"actual": {
"value": "partial"
},
"anomaly_type": "route",
"expected": {
"value": "up"
},
"id": "2b7a77ac-fd12-41fe-acfc-a53678b177ed",
"identity": {
"anomaly_type": "route",
"destination_ip": "0.0.0.0/0",
"system_id": "000C2982786A"
},
"last_modified_at": "2017-06-09T17:28:13.773389Z",
"role": "unknown",
"severity": "critical"
},
{
"actual": {
"value": "partial"
},
"anomaly_type": "route",
"expected": {
"value": "up"
},
"id": "50a1e0d6-e483-4bc4-bed8-cbc5666569f8",
"identity": {
"anomaly_type": "route",
"destination_ip": "0.0.0.0/0",
"system_id": "000C2998C7E7"
},
"last_modified_at": "2017-06-09T17:28:13.773453Z",
"role": "unknown",
"severity": "critical"
},
{
"actual": {
"value": "down"
},
"anomaly_type": "bgp",
"expected": {
"value": "up"
},
"id": "ab9f4273-e86f-456c-8cc7-7115f3aafa45",
"identity": {
"anomaly_type": "bgp",
"destination_asn": "1",
"destination_ip": "10.1.1.1",
"source_asn": "65417",
"source_ip": "10.0.0.5",
"system_id": "000C29202526"
},
"last_modified_at": "2017-06-09T17:28:13.727949Z",
"role": "to_external_router",
"severity": "critical"
}
],
"count": 6
}