recordResponseAdditionalState
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
auto |
boolean |
yes | Whether the DNS record is managed automatically by regfish. |
active |
boolean |
yes | Whether the DNS record is currently active. |
ts_created |
integer |
yes | Unix timestamp when the record was created. |
ts_updated |
integer |
yes | Unix timestamp when the record was last updated. |
Example
Section titled “Example”{ "auto": true, "active": true, "ts_created": 0, "ts_updated": 0}