Service: zimbraAdmin

Command: GetAllDomains
Namespace: urn:zimbraAdmin
Description: Get all domains
Properties:
Authorization token required true
Admin Authorization token required true

GetAllDomainsRequest

    <GetAllDomainsRequest [applyConfig="{apply-config} (0|1)"] /> ## GetAllDomainsRequest

elements and attributes you can define within a <GetAllDomainsRequest> element:

XPath Required / Optional Description
@applyConfig Optional (0 or 1) Type: 0|1
Apply config flag

GetAllDomainsResponse

    <GetAllDomainsResponse> ## GetAllDomainsResponse
        (<domain name="{name}" id="{id}"> ## DomainInfo
            (<a n="{key}" /> ## Attr)*
          </domain>)*
    </GetAllDomainsResponse>

elements and attributes you can define within a <GetAllDomainsResponse> element:

XPath Required / Optional Description
/domain Optional (0 or more) Information on domains
/domain@name Required (only 1) Type: String
Name
/domain@id Required (only 1) Type: String
ID
/domain/a Optional (0 or more) Attributes
/domain/a@n Required (only 1) Type: String
Key