List Domains
Retrieve a list of all domains in the organization.
External Documentation
To learn more, visit the Cisco Domain Protection documentation.
Parameters
Parameter | Description |
---|---|
Filter | Filter responses. |
Limit | The amount of records to be returned. |
Offset | The offset of the returned records. |
Example Output
{
"version": 1,
"status": "ok",
"code": 200,
"offset": 0,
"count": 2,
"domains": [
{
"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"
}
]
},
{
"id": 345,
"created_at": "2016-01-02 08:19:55.174628+00:00",
"updated_at": "2020-08-02 11:05:11.491274+00:00",
"dmarc_policy": "quarantine",
"dmarc_txt_record": "v=DMARC1; pct=100; p=reject",
"dmarc_updated_at": "2020-08-02 11:05:11.491274+00:00",
"dmarc_invalid": "DMARC policy (p=) must be record's second tag",
"spf_record": "v=spf1 include:spf3.example.com -all",
"spf_updated_at": "2020-07-31 02:09:19.554280+00:00",
"spf_invalid": "This record includes <b>20</b> DNS querying mechanisms/modifiers. SPF imposes a maximum of 10. All lookups after the 10th will receive the result 'permerr'.",
"defensive": true,
"third_party": false,
"is_primary": false,
"progress_state": "in_progress",
"domain": "bar.example.com",
"unicode_domain": "bar.example.com",
"notes": "invalid domain, we need to fix DMARC and SPF records ASAP",
"domain_sets": []
}
]
}
Workflow Library Example
List Domains with Cisco Domain Protection and Send Results Via Email
Preview this Workflow on desktop