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