Get CAL Packages

post

/config/sim/v2/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
  • If specified, limits the data returned to these fields.
    Example: hierUnitId, objectNum, name
  • If this value is specified, the include parameter is ignored.
    Value Description
    basic Forces the response to include all fields except option string details
    detailed Forces the response to include all fields including option string details
    Example: detailed
  • If specified, limits translated strings returned
    Example: 1,2,3
  • If using paging, number of results returned in this page.
    Example: 100
  • 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: hierUnitId:asc
  • If specified, returns records that match the criteria.
    Example: where equals(hierUnitId, 7)
Back to Top

Response

Supported Media Types

200 Response

A collection of CAL Packages.
Body ()
Root Schema : schema
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