Parámetros

Nombre del parámetro Descripción
organization_id
requerido

ID de la organización

Validations:

  • Must be a number.

page
opcional

Número de página, comenzando por 1

Validations:

  • Must be a number.

per_page
opcional

Number of results per page to return.

Validations:

  • Must be a number.

order
opcional

The order to sort the results in. ['asc', 'desc'] Defaults to 'desc'.

Validations:

  • String

sort_by
opcional

The field to sort the data by. Defaults to the created date.

Validations:

  • String

pool_ids
opcional

Return only the upstream pools which map to the given Katello pool IDs

Validations:

  • Must be an array of any type

quantities_only
opcional

Only returns id and quantity fields

Validations:

  • Must be one of: true, false, 1, 0

attachable
opcional

Return only subscriptions which can be attached to the upstream allocation

Validations:

  • Must be one of: true, false, 1, 0