09 Oct 2025
08:56 PM
- last edited on
15 Oct 2025
12:57 PM
by
MaciejNeumann
My requirement is
for one of the API i am getting output as
{
"syncToken": "1738496063",
"createDate": "2025-02-02-11-34-23",
"prefixes": [
{
"region": "ap-northeast-1",
"provider": "aws",
"ip_prefix": [
"100.100.100.100/23"
]
},
{
"region": "ap-northeast-2",
"provider": "aws",
"ip_prefix": [
"200.200.200.200/23"
]
}
]
}
can i create a synthetic script and throw an alert if there are any change to this output?
is this possible?
Solved! Go to Solution.
10 Oct 2025 07:30 AM
If you want to detect only change (e.g. not validate a particular IP address) in synthetic, then you have at least two options: