GetFullService
Use this method to retrieve all data of a particular service, including a list of its parameters and its properties. This method effectively combines the GetService, GetServiceParameters and GetPropertiesForService methods.
Input
| Item | Format | Description |
|---|---|---|
| connection | String | The connection ID. See ConnectApp. |
| dmaID | Integer | The DataMiner Agent ID. |
| serviceID | Integer | The service ID. |
Output
| Item | Format | Description |
|---|---|---|
| GetFullServiceResult | Array of: - DMAElement - DMAServiceParametersElement objects - DMAProperty objects |
The complete data of the specified service. |