Public DNS events
Events that Public DNS sends to Cloud Audit:
Method and endpoint | Description | Action |
|---|---|---|
DNS | ||
POST | Creating a new DNS zone with the specified parameters |
|
PUT | Changing DNS zone parameters by its ID |
|
DELETE | Deleting a DNS zone by its ID |
|
A Record | ||
POST | Creating an A-record with specified parameters for a DNS zone |
|
PUT | Changing A-record parameters |
|
DELETE | Deleting an A-record by its ID |
|
AAAA Record | ||
POST | Creating an AAAA-record for a DNS zone using the specified parameters |
|
PUT | Changing AAAA-record parameters |
|
DELETE | Deleting an AAAA-record by its ID |
|
CNAME Record | ||
POST | Creating a CNAME-record for a DNS zone using specified parameters |
|
PUT | Changing CNAME-record parameters |
|
DELETE | Deleting a CNAME-record by its ID |
|
NS Record | ||
POST | Creating an NS-record for a DNS zone using specified parameters |
|
PUT | Changing NS-record parameters |
|
DELETE | Deleting an NS-record by its ID |
|
SRV Record | ||
POST | Creating an SRV-record for a DNS zone |
|
PUT | Changing SRV-record parameters |
|
DELETE | Removing an SRV-record by its ID |
|
TXT Record | ||
POST | Creating a TXT-record for a DNS zone using specified parameters |
|
PUT | Changing TXT-record parameters |
|
DELETE | Deleting a TXT-record by its ID |
|
Namespace | ||
POST | Creating a namespace |
|
PUT | Changing a namespace parameters |
|
DELETE | Deleting a namespace by its ID |
|
PTR Record | ||
POST | Creating a PTR-record for a DNS zone using specified parameters |
|
PUT | Changing PTR-record parameters |
|
DELETE | Deleting a PTR-record by its ID |
|
Purge DNS | ||
POST | Creating a PurgeDns |
|
PUT | Changing a PurgeDns |
|
DELETE | Deleting a PurgeDns |
|
Reverse DNS | ||
POST | Creating a ReverseDns |
|
PUT | Changing a ReverseDns |
|
DELETE | Deleting a ReverseDns |
|