pem.getDomainList

This method is supported by Operations starting from version 2.5.

This method returns the list of all Domains, which have hosting moduels added from Subscription specified.

The method has the following input parameters:

Name

Type

Short Description

subscription_id

int

Subscription ID.

This method returns the array of structures:

Name

Type

Short Description

domain_id

int

ID of Domain.

domain_name

string

The name of Domain.

domain_type

string

Domain type. The current set of the possible domain types are:

  • DOMAIN
  • SUBDOMAIN

domain_hosting_type

string

Domain hosting type. Current set of possible Domain hosting types are:

  • REGULAR
  • SLAVE
  • NONE

registrar_status

int

Numeric registrar status. There are the following possible values:

  • 0 – Undefined.
  • 10 – Ordering in progress.
  • 15 – Transferring.
  • 20 – Failed.
  • 30 – Ready (Domain having this registrar status can be used for services provisioning).
  • 50 – Closing (Domain having this registrar status can be used for services provisioning).
  • 60 – Closed.
  • 70 – Gone.

is_locked

boolean

Whether Domain is disabled.

dns_management_allowed

boolean

If a Customer is allowed to manage Domain's DNS records.