pem.getWebspacesList
This method is supported in Operations starting from version 2.4.
This method returns the list of Apache Webspaces with their properties for specified Subscription.
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
The ID of the Subscription |
The method returns the array of structures:
Name |
Type |
Short Description |
---|---|---|
|
int |
IP Address of the host the corresponding service is running on. |
|
int |
ID of a Webspace. |
|
string |
Path to Webspace on the host. |
|
int |
ID of the Domain, which is used as part of Instant Access URL for the Webspace. |
|
string |
Instant Access URL for the Webspace. |
See also: