Sample Success Responses
Domain Registration Create Monitor API sample response
If a request succeeds, it will return a status code in the 200 and a JSON. A part of the example response is given below.
{
"filters": {
"should": [
{
"name": "domain.name.",
"value": "your_domain_name",
"type": "cantains_all"
},
{
"name": "domain.name.keywords",
"value": "domain_keyword",
"type": "eq"
},
{
"name": "domain.dns.a.ip_addresses",
"value": "192.168.XXX.XXX",
"type": "eq"
},
{
"name": "ssl.fingerprint.sha256",
"value": "6387eace858edf0b19e3be9c4213eb2ea455ebe1",
"type": "eq"
},
],
"must": null,
"must_not": null
},
"monitor_id": "000d05e7-49c5-4e3f-bc67-ae2bde3b1b000",
"monitor_name": "domain_monitor",
"status": "active",
"tags": [
"domain_monitor_filter_1"
],
"created_at": "2021-10-25T07:45:27Z",
"updated_at": "2021-10-25T07:45:27Z",
"monitoring_start_date": "2021-10-25T07:45:25Z"
}
Updated about 3 years ago