pem.addSubdomain
This method is supported by Operations starting from version 2.3.
This method adds a Subdomain into Operations under the corresponding Subscription.
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
This parameter indicates the existing Subscription under which the Subdomain is added. |
|
string |
Name of the Domain to add the new Subdomain under. |
|
string |
The prefix for Subdomain to add. The new Subdomain will be accessible via http:// |
|
int |
Hosting type for the Subdomain. This parameter is optional. It can take the following values:
There are the following use cases:
|
|
int |
Type of domain parking. This parameter can be issued only if
If this parameter is omitted and |
|
string |
Path or URL to redirect. Parameter meaning depends on the hosting type:
|
|
boolean |
This parameter can be passed only if parameter The following options are possible:
|
The method has the following output parameters.
Name |
Type |
Short Description |
---|---|---|
|
int |
ID of domain. |