The DNS Record Resource
Attributes
- idstring
The ID of the Record.
- hub_idstring
The ID of the hub the record is in.
- creatorobject
Information about the creator of the record.
Show child fields - zone_idstring
The ID of the zone this record is for.
- namestring
The name for the record, where @ is the origin of the zone and sub would resolve to
sub.domain.com
. - resolved_domainstring
This will be information about the full domain that will be resolvable via this record.
- typeobject
The type of this record.
Show child fields - featuresobject | null
Information about the features enabled on this record.
Show child fields - stateobject
Information regarding the current state of the record.
Show child fields - eventsobject
A collection of timestamps for each event in the record's lifetime.
Show child fields
Example Record
{"id": "6e43de0a78ecdb000129b8ec","hub_id": "5cc78aa0db2ab000014a8b98","creator": {"type": "account","id": "5cc78aa0db2ab000014a8b98"},"zone_id": "5cc78aa0db2ab000014a8b98","name": "@","resolved_domain": "domain.com","type": {"linked": {"container_id": "6e43de0a78ecdb000129b8ec","features": {"tls": {"enable": true}}}},"features": {"certificate": {"id": "5cc78aa0db2ab000014a8b98","generated": "2019-05-27T22:09:50.393Z","wildcard_child": true}},"state": {"changed": "2019-05-27T22:09:50.393Z","current": "live"},"events": {"created": "2019-05-27T22:09:50.375Z","updated": "0001-01-01T00:00:00Z","deleted": "0001-01-01T00:00:00Z"}}