catalogitemtypes#

async idem_vra.exec.vra.catalog.catalogitemtypes.get_type_by_id_using_get2(hub, ctx, p_id, **kwargs)[source]#

Fetch catalog item type associated with the specified ID. Returns the Catalog Item Type with the specified ID. Performs GET /catalog/api/types/{id}

Parameters:
  • p_id (string) – (required in path) Catalog Type ID

  • apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.

async idem_vra.exec.vra.catalog.catalogitemtypes.get_types_using_get4(hub, ctx, **kwargs)[source]#

Find all Catalog Item Types. Returns a paginated list of all available Catalog Item Types. Performs GET /catalog/api/types

Parameters:
  • orderby (array) – (optional in query) Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

  • skip (integer) – (optional in query) Number of records you want to skip

  • top (integer) – (optional in query) Number of records you want

  • apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.