External DocumentationTo learn more, visit the Cisco Umbrella documentation.
Actions
Search Domain Status
Search the status of given domain.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Domain | The domain to search the status of. |
{
"ip": "<string>",
"success": true,
"type": "<string>",
"continent": "<string>",
"continent_code": "<string>",
"country": "<string>",
"country_code": "<string>",
"region": "<string>",
"region_code": "<string>",
"city": "<string>",
"latitude": 5,
"longitude": 188,
"is_eu": false,
"postal": "<string>",
"calling_code": "<string>",
"capital": "<string>",
"borders": "<string>",
"flag": {
"img": "<string>",
"emoji": "<string>",
"emoji_unicode": "<string>"
},
"connection": {
"asn": 29052,
"org": "<string>",
"isp": "<string>",
"domain": "<string>"
},
"timezone": {
"id": "<string>",
"abbr": "<string>",
"is_dst": true,
"offset": 41477,
"utc": "-07:00",
"current_time": "2025-04-30T07:34:56-07:00"
}
}
Was this page helpful?