Get Install Status
post
/config/sim/v2/setup/cal/getInstallStatus
Get Installation Status of CAL Packages
Request
Supported Media Types
- application/json
- multipart/form-data
Root Schema : schema
Type:
Show Source
object
-
include:
string
If specificied, limits the data returned to these fields.Example:
hierUnitId, objectNum, name
-
limit:
integer
If using paging, number of results returned in this page.Example:
100
-
offset:
integer
Starting resource record index. Not required if paging parameters are not supportedExample:
0
-
orderBy:
string
Sorts the response by the specified field name and sort order.Example:
installStatusId:asc
-
searchCriteria:
string
If specified, returns records that match the criteria.Example:
where equals(hierUnitId, 1792)
Response
Supported Media Types
- application/json
200 Response
Success
Root Schema : schema
Type:
Show Source
object
-
count:
integer
Number of records returned on this pageExample:
10
-
hasMore:
boolean
Indicates whether there are additional pages of recordsExample:
true
-
items:
array items
CAL Package Install Status records
-
limit:
integer
The maximum number of records returned on a pageExample:
10
-
offset:
integer
The page number of this data. Starts at 0.Example:
0
-
totalResults:
integer
Total number of records in the data setExample:
100
Nested Schema : items
Type:
array
CAL Package Install Status records
Show Source
-
Array of:
object CALPackageInstallStatus
A model for the CAL Packages Install Status objects
Nested Schema : CALPackageInstallStatus
Type:
object
A model for the CAL Packages Install Status objects
Show Source
-
actionParam:
integer
The offset from the beginning of the Setup.dat file in the package where the installation stopped.Example:
20
-
actionStatus:
string
CAL package installation status - either "Succeeded" or "Failed"Example:
Failed
-
actionTime:
string
The record timestampExample:
2022-01-23T09:21:00
-
actionType:
string
CAL package installation stage - either "Begin" or "End"Example:
Begin
-
calPackageName:
string
CAL package nameExample:
McrsCAL
-
calPackageVersion:
string
CAL package versionExample:
108.1.4.16
-
dcalServiceId:
integer
Distributed CAL service ID.Example:
540
-
installClientId:
integer
Client ID. Postive values are service hosts and workstation. Negative values are Kitchen Display Clients.Example:
-244
-
installStatusId:
integer
Installation status record IDExample:
7000
-
sendStatus:
integer
Indicates if the package installation status has been sent to the Enterprise. It is either 1 (package status has been sent) or 0 (package status hasn't been sent)Example:
0
-
workstationPlatform:
string
Workstation platformExample:
WIN32