Previous Topic: DeleteDomainGroupsNext Topic: FindDomainGroup


FindDomain

The FindDomain method finds a named domain unit.

Parameters

xsd:string sessionId (m)

Specifies the session id obtained from the login to the web service.

xsd:string domainName (m)

The domain name to search for. This may contain wildcard characters (*).

Xsd:long noOfDomains

The number of domains that should be returned from the search if more than one match is found.

DomainPropertiesRequired domainPropertiesRequired

This parameter specifies which domain properties to retrieve. Mandatory if noOfDomains is greater than 0.

Return Values

ArrayOfDomainProperties arrayOfDomainProperties

An array of domain properties structures, one for each domain matched by the search. This array will either be of the size of the number of domains matched by the search, or of the number of domains requested by the method call - whichever size is the lowest.

xsd:long totalNoOfDomainsFound

The total number of domains that were matched by the search. You can use this to indicate that there were more matches found than the requested number of domains.

Remarks

The method supports wildcard pattern matching for the domain name. The name is case insensitive.

More information:

DomainPropertiesRequired