Red Hat Training

A Red Hat training course is available for Red Hat Satellite

23.12. Method: listSoftwareEntitlements

Description

List each organization's allocation of a given software entitlement. Organizations with no allocation are not present in the list. A value of -1 indicates unlimited entitlements.

Note

This method is deprecated. Use the listSoftwareEntitlements(string sessionKey, string label, boolean includeUnentitled) method.
Parameters

The following parameters are available for this method:

  • string sessionKey
  • string label - Software entitlement label
Returns

The following return values are available for this method:

  • array:
    • struct - entitlement usage
      • int org_id
      • string org_name
      • int allocated
      • int unallocated
      • int used
      • int free