records
Overview
Name | records |
Type | Resource |
Id | godaddy.domains.records |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
data | string | |
port | integer | Service port (SRV only) |
priority | integer | Record priority (MX and SRV only) |
protocol | string | Service protocol (SRV only) |
service | string | Service type (SRV only) |
ttl | integer | |
type | string | |
weight | integer | Record weight (SRV only) |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
record_get | SELECT | domain, type | Retrieve DNS Records for the specified Domain, optionally with the specified Type and/or Name |
record_add | EXEC | domain | Add the specified DNS Records to the specified Domain |
record_replace | EXEC | domain | Replace all DNS Records for the specified Domain |
record_replace_type | EXEC | domain, type | Replace all DNS Records for the specified Domain with the specified Type |
record_replace_type_name | EXEC | domain, name, type | Replace all DNS Records for the specified Domain with the specified Type and Name |