dnsme:deleterecord
Full name:
org.kuali.maven.plugins:maven-dnsme-plugin:1.0.5-SNAPSHOT:deleterecord
Description:
Delete a dns record from a domain managed by a DNSME account. Must
provide either a name or an id
Attributes:
- Requires a Maven project to be executed.
Required Parameters
Name |
Type |
Since |
Description |
apiKey |
String |
- |
The REST api key for a DNSME account
|
domainName |
String |
- |
The domain to delete a record from. eg "kuali.org"
|
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
|
Optional Parameters
Name |
Type |
Since |
Description |
failIfRecordNameHasNoMatch |
boolean |
- |
IF true, the Maven build will fail if the plugin is deleting by
recordName and there is no match for the name. Default value is: false. |
recordId |
Integer |
- |
The id of the record to delete
|
recordName |
String |
- |
The name of the record to delete eg "env6.rice"
|
Parameter Details
apiKey:
The REST api key for a DNSME account
- Type: java.lang.String
- Required: Yes
- Expression: ${dnsme.apiKey}
domainName:
The domain to delete a record from. eg "kuali.org"
- Type: java.lang.String
- Required: Yes
- Expression: ${dnsme.domainName}
failIfRecordNameHasNoMatch:
IF true, the Maven build will fail if the plugin is deleting by
recordName and there is no match for the name.
- Type: boolean
- Required: No
- Expression: ${dnsme.failIfRecordNameHasNoMatch}
- Default: false
recordId:
The id of the record to delete
- Type: java.lang.Integer
- Required: No
- Expression: ${dnsme.recordId}
recordName:
The name of the record to delete eg "env6.rice"
- Type: java.lang.String
- Required: No
- Expression: ${dnsme.recordName}
restApiUrl:
The url for the DNSME Rest API
- Type: java.lang.String
- Required: Yes
- Expression: ${dnsme.restApiUrl}
- Default: http://api.dnsmadeeasy.com/V1.2
secretKey:
The REST secret key for a DNSME account
- Type: java.lang.String
- Required: Yes
- Expression: ${dnsme.secretKey}