Get CAL Packages

post

/config/sim/v1/setup/cal/getPackages

Gets a list of all CAL Packages in the specified organization

Request

Supported Media Types
Body ()
The input Body model that needs to be given.
Root Schema : schema
Type: object
Show Source
  • Objects included in the response.
    Example: hierUnitId
  • This can take 2 values: basic or detailed. If 'basic' is specified, The response contains all the properties of the object except Ext values. If 'detailed' is specified, The response contains all the properties of the object.
    Example: detailed
  • If specified, limits the translated strings returned.
    Example: en-US, es-ES, es-MX
  • If using paging, number of results returned in this page.
    Example: 10
  • Starting resource record index. Not required if paging parameters are not supported.
    Example: 0
  • Sorts the response by the specified field name and sort order.
    Example: objectNum:asc
  • Search criteria to filter results based on field value.
    Example: where equals(objectNum,1)
Back to Top

Response

Supported Media Types

200 Response

A collection of CAL Packages.
Body ()
Root Schema : CalPackageGetResponse
Type: object
Show Source
Nested Schema : items
Type: array
Array of CAL Package objects of the organization.
Show Source
Nested Schema : CalPackage
Type: object
Model for an CAL Package Object
Show Source
  • Deployment Order of the package. Enter a number that prioritizes the order of package downloads. CAL Packages with a value of 0 are loaded before packages with a value of 1.
    Example: 20
  • A string value of 0s & 1s of length 8 representing the deployment of the CAL package to service hosts. If no service host is specified, then the package gets deployed to all service hosts
    Example: 00000000
  • limitOptionsExt
    An object containing the descriptive service hosts list where the package can be deployed
  • Unique reference of the CAL package
    Example: 1
  • Name of the package
    Example: CAPSOnISS
  • The type of platform that receives the CAL Package
    Example: 20
  • Version of the package
    Example: 19.3.3
Nested Schema : limitOptionsExt
Type: object
An object containing the descriptive service hosts list where the package can be deployed
Show Source
  • A Boolean flag indicating to deploy package to Check and Posting related service host
    Example: false
  • A Boolean flag indicating to deploy package to Check and Posting Backup related service host
    Example: false
  • A Boolean flag indicating to deploy package to Credit Card related service host
    Example: false
  • A Boolean flag indicating to deploy package to interfaces related service host
    Example: false
  • A Boolean flag indicating to deploy package to KDS Controller related service host
    Example: false
  • A Boolean flag indicating to deploy package to KDS Controller Backup related service host
    Example: false
  • A Boolean flag indicating to deploy package to SIM related service host
    Example: false
  • A Boolean flag indicating to deploy package to Workstation related service host
    Example: false
Back to Top