Fetches information about a specific domain.
External DocumentationTo learn more, visit the Cisco Domain Protection documentation.

Parameters

ParameterDescription
Domain IDThe ID of the domain to fetch information for. Can be retrieved form the ‘List Domains’ action.

Example Output

{
	"version": 1,
	"status": "ok",
	"code": 200,
	"domain": {
		"id": 123,
		"created_at": "2019-07-23 11:12:13.141516+00:00",
		"updated_at": "2020-08-01 18:06:49.902724+00:00",
		"dmarc_policy": "reject",
		"dmarc_txt_record": "v=DMARC1; p=reject; sp=reject; ri=3600; rua=mailto:test-org@rua.example.com; ruf=mailto:test-org@ruf.example.com; fo=1",
		"dmarc_updated_at": "2020-08-01 16:02:33.902724+00:00",
		"dmarc_invalid": null,
		"spf_record": "v=spf1 include:spf2.example.com -all",
		"spf_updated_at": "2020-08-01 18:06:49.902724+00:00",
		"spf_invalid": null,
		"defensive": false,
		"third_party": false,
		"is_primary": true,
		"progress_state": "complete",
		"domain": "foo.example.com",
		"unicode_domain": "foo.example.com",
		"notes": "do not delete this domain",
		"domain_sets": [
			{
				"id": 27,
				"name": "Corporate Domains"
			}
		]
	}
}

Workflow Library Example

Get Domain with Cisco Domain Protection and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop