参数

参数名字 描述
search
选填

搜索字符串

Validations:

  • String

page
选填

页号,从 1 开始

Validations:

  • number.

per_page
选填

每页中显示的返回结果数

Validations:

  • number.

order
选填

排序字段及顺序,例如:'name DESC'

Validations:

  • String

full_result
选填

无论如何显示所有结果

Validations:

  • boolean

sort
选填

'order' 参数的哈希版本

Validations:

  • Hash

sort[by]
选填

结果排序字段

Validations:

  • String

sort[order]
选填

如何对分类结果进行排序(例如:ASC 代表升序)

Validations:

  • String

organization_id
必填

机构 ID

Validations:

  • number.

host_id
选填

id of a host

Validations:

  • String

activation_key_id
选填

激活码 ID

Validations:

  • String

available_for
选填

Object to show subscriptions available for, either 'host' or 'activation_key'

Validations:

  • String

match_host
选填

Ignore subscriptions that are unavailable to the specified host

Validations:

  • boolean

match_installed
选填

Return subscriptions that match installed products of the specified host

Validations:

  • boolean

no_overlap
选填

Return subscriptions which do not overlap with a currently-attached subscription

Validations:

  • boolean