-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add example of reduced-redundancy Equinix notification, fix a corner case with email subject matching and long subjects, add include_filter for Equinix * Add CHANGELOG for #112
- Loading branch information
1 parent
ce2c5b1
commit 2cbd97b
Showing
10 changed files
with
643 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
[ | ||
{ | ||
"account": "009999", | ||
"circuits": [ | ||
{ | ||
"circuit_id": "10101", | ||
"impact": "NO-IMPACT" | ||
}, | ||
{ | ||
"circuit_id": "10108", | ||
"impact": "NO-IMPACT" | ||
}, | ||
{ | ||
"circuit_id": "10001", | ||
"impact": "NO-IMPACT" | ||
}, | ||
{ | ||
"circuit_id": "09999000-B", | ||
"impact": "NO-IMPACT" | ||
}, | ||
{ | ||
"circuit_id": "09999020-B", | ||
"impact": "NO-IMPACT" | ||
}, | ||
{ | ||
"circuit_id": "09999045-B", | ||
"impact": "NO-IMPACT" | ||
}, | ||
{ | ||
"circuit_id": "09999063-B", | ||
"impact": "NO-IMPACT" | ||
}, | ||
{ | ||
"circuit_id": "09999022-B", | ||
"impact": "NO-IMPACT" | ||
}, | ||
{ | ||
"circuit_id": "09999022-B", | ||
"impact": "NO-IMPACT" | ||
}, | ||
{ | ||
"circuit_id": "09999064-B", | ||
"impact": "NO-IMPACT" | ||
}, | ||
{ | ||
"circuit_id": "09999063-B", | ||
"impact": "NO-IMPACT" | ||
}, | ||
{ | ||
"circuit_id": "09999069-B", | ||
"impact": "NO-IMPACT" | ||
}, | ||
{ | ||
"circuit_id": "09999057-B", | ||
"impact": "NO-IMPACT" | ||
}, | ||
{ | ||
"circuit_id": "09999058-B", | ||
"impact": "NO-IMPACT" | ||
}, | ||
{ | ||
"circuit_id": "09999052-B", | ||
"impact": "NO-IMPACT" | ||
} | ||
], | ||
"end": 1625238000, | ||
"maintenance_id": "K-293030438574", | ||
"organizer": "[email protected]", | ||
"provider": "equinix", | ||
"sequence": 1, | ||
"stamp": 1634658948, | ||
"start": 1625220000, | ||
"status": "CONFIRMED", | ||
"summary": "Fwd: REMINDER - 3rd Party Equinix Network Device Maintenance-TY Metro Area Network Maintenance -02-JUL-2021 [K-293030438574]", | ||
"uid": "0" | ||
} | ||
] |
Oops, something went wrong.