pem.enableDomain

This method is supported by Operations starting from version 2.3.

This method enables the specified Domain in Operations. It means that all Domain’s DNS Records will be restored to the values they have before the Domain was disabled.

The method has the following input parameters:

Name

Type

Short Description

domain_id

int

The ID of the Domain to enable.

[domain_name]

string

Name of the Domain to enable. This parameter is optional. If it is specified, then domain_id parameter is ignored.

The method has no output parameters.

See also:

pem.disableDomain method