service_get
The following is a list of properties for the function service_get
:
Property | Value |
---|---|
brief | Get service object |
category | administrative |
description | Get a service object. |
functionId | service_get |
functionLabel | service_get |
parameters | [ { "dataType": "string", "description": "The serviceId of the service.", "name": "serviceId" } ] |
returns | { "dataType": "object", "dataTypeParameter": "_AdaptiveService_", "description": "_AdaptiveService_ object for the service which will contain the current status of the service. If there is an error, the status property value will be \"error\" and \"statusMessage\" contain an error message." } |