Overview | Service | Command |
Check Domain MX record
Authorization token required | true |
Admin Authorization token required | true |
<CheckDomainMXRecordRequest> ## CheckDomainMXRecordRequest
<domain [by="{domain-selector-by} (id|name|virtualHostname|krb5Realm|foreignName)"]>{key}</domain> ## DomainSelector
</CheckDomainMXRecordRequest>
The following table describes elements and attributes you can define within a
<CheckDomainMXRecordRequest>
element:
XPath | Required / Optional | Description |
/domain | Optional (0 or 1) | Type:{key} Domain Description for element text content:The key used to identify the domain. Meaning determined by {domain-selector-by} |
/domain@by | Optional (0 or 1) | Type:id|name|virtualHostname|krb5Realm|foreignName Select the meaning of {domain-selector-key} |
<CheckDomainMXRecordResponse> ## CheckDomainMXRecordResponse
(<entry>{entries} (String)</entry>)*
<code>{code} (String)</code>
<message>{message} (String)</message>
</CheckDomainMXRecordResponse>
The following table describes elements and attributes you can define within a
<CheckDomainMXRecordResponse>
element:
XPath | Required / Optional | Description |
/entry | Optional (0 or more) | Type:{entries} (String) MX Record entries |
/code | Required (only 1) | Type:{code} (String) Code - Ok or Failed |
/message | Optional (0 or 1) | Type:{message} (String) Message associated with code="Failed" |