dnsme:deleterecord
Full name:
org.kuali.maven.plugins:maven-dnsme-plugin:1.0.4-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
|
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 |
recordId |
Integer |
- |
The id of the record to delete
|
recordName |
String |
- |
The name of the record to delete eg "myurl.mykualiproject"
|
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
- Type: java.lang.String
- Required: Yes
- Expression: ${dnsme.domainName}
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 "myurl.mykualiproject"
- 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}