pem.APS.getServiceInstances
This method is supported by Operations starting from version 5.4.4.
This method returns a list of Application Service Instances of the specified Application Instance.
The method has the following input parameters:
Name |
Type |
Short Description |
|
int |
Application Instance ID |
|
string |
Application Service ID. The Application Service ID of the required Application Service can be obtained in the following ways:
|
Note: If the empty string is specified in the service_id
parameter, the method returns information about all existing Application Service Instances.
The method returns an array of the following structures:
Name |
Type |
Short Description |
---|---|---|
|
int |
Application Service Instance ID |
|
string |
Application Service ID |
|
string |
The current status of the Application Service Instance. There are the following options:
|
|
int |
The identifier of the parent Application Service Instance. |
|
int |
Resource Type ID of the corresponding 'Application Service' Resource Type. If there is no any 'Application Service' Resource Type for the Application Service Instance, the 0 value is returned. |
|
array of struct |
Settings of the Application Service Instance |
|
string |
Name of a setting |
|
string |
Value of a setting |
Note: This method can also be called under Reseller permissions.