RESTGetOperatorIndexes#
GET - /operators/indices
Get a list of operator indexs.
Parameters#
Query#
filter | String
Filter used to select results.
page | Integer
Page that should be returned.
page_size | Integer
Size of the page that should be returned.
include | List[String]
Comma separated list of fields to include in the response. Use dot notation to define nested fields.
exclude | List[String]
Comma separated list of fields to exclude in the response. Use dot notation to define nested fields.
sort_by | List[String]
Comma separated list of fields that are used to sort objects. Each field can be ordered in a descending (desc) or ascending (asc) order. The order can be defined for each key separately, e.g. key[asc],key[desc]. Default sorting order is ascending.
organization | String
Organization as understood by iib, e.g. “redhat-marketplace”.
Warning
Deprecated and replaced by filtering.
ocp_version | String
Specific OCP version for a bundle.
ocp_versions_range | String
Supported OCP versions range. See https://docs.engineering.redhat.com/display/CFC/Delivery
Returns#
content | application/json
response_type | many
response_object | Operator Index