Created
January 21, 2019 15:22
-
-
Save chapinb/e191da1319723d6d423c1ebbdcad2d74 to your computer and use it in GitHub Desktop.
Sample API Response
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
{ | |
"query_seconds": 0.114051, | |
"records": { | |
"13.52.4.25": { | |
"message": "", | |
"results": [ | |
{ | |
"cidr": "13.52.0.0/16", | |
"first_collected": "2017-09-08T16:27:01", | |
"last_collected": "2019-01-13T08:00:01", | |
"region": "us-west-1", | |
"service": "AMAZON" | |
}, | |
{ | |
"cidr": "13.52.0.0/16", | |
"first_collected": "2017-09-08T16:27:01", | |
"last_collected": "2019-01-13T08:00:01", | |
"region": "us-west-1", | |
"service": "EC2" | |
} | |
] | |
}, | |
"18.220.48.96": { | |
"message": "", | |
"results": [ | |
{ | |
"cidr": "18.220.0.0/14", | |
"first_collected": "2017-08-24T11:08:39", | |
"last_collected": "2019-01-13T08:00:01", | |
"region": "us-east-2", | |
"service": "AMAZON" | |
}, | |
{ | |
"cidr": "18.220.0.0/14", | |
"first_collected": "2017-08-24T11:08:39", | |
"last_collected": "2019-01-13T08:00:01", | |
"region": "us-east-2", | |
"service": "EC2" | |
} | |
] | |
}, | |
"27.37.37.37": { | |
"message": "No results found", | |
"results": [] | |
} | |
}, | |
"requested_ips": [ | |
"13.52.4.25", | |
"27.37.37.37", | |
"18.220.48.96" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment