Full name:
org.kuali.maven.plugins:maven-dnsme-plugin:1.0.3-SNAPSHOT:showrecords
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| apiKey | String | - | The REST api key for a DNSME account |
| domainName | String | - | The domain to show records for |
| restApiUrl | String | - | The url for the DNSME Rest API Default value is: http://api.dnsmadeeasy.com/V1.2. |
| secretKey | String | - | The REST secret key for a DNSME account |
| Name | Type | Since | Description |
|---|---|---|---|
| gtdLocation | GTDLocation | - | DEFAULT, US_EAST, US_WEST, ASIA |
| recordName | String | - | Matches a single record with this exact name |
| recordNameContains | String | - | Matches any record with a name that contains this value |
| recordType | RecordType | - | A, CNAME, MX, NS, PTR, SRV, AAAA, HTTPRED, TXT |
| recordValue | String | - | Matches any record with this exact value |
| recordValueContains | String | - | Matches any record with a value that contains this value |