Red Hat Training

A Red Hat training course is available for Red Hat Satellite

23.15. listSoftwareEntitlements

Name
listSoftwareEntitlements
Description
List each organization's allocation of a given software entitlement. A value of -1 indicates unlimited entitlements.
Available since: 10.4
Parameters
  • string sessionKey
  • string label - Software entitlement label.
  • boolean includeUnentitled - If true, the result will include both organizations that have the entitlement as well as those that do not; otherwise, the result will only include organizations that have the entitlement.
Return Value
  • array:
    • struct - entitlement usage
      • int org_id
      • string org_name
      • int allocated
      • int unallocated
      • int used
      • int free