resourcetypes#

async idem_vra.exec.vra.blueprint.resourcetypes.get_resource_type_using_get(hub, ctx, p_resourceTypeId, **kwargs)[source]#

Returns resource type details Performs GET /blueprint/api/resource-types/{resourceTypeId}

Parameters:
  • p_resourceTypeId (string) – (required in path) resourceTypeId

  • apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about

async idem_vra.exec.vra.blueprint.resourcetypes.list_resource_types_using_get(hub, ctx, **kwargs)[source]#

Lists resource types Performs GET /blueprint/api/resource-types

Parameters:
  • orderby (array) – (optional in query) Sorting criteria in the format: property (asc|desc). Default sort order is ascending on name. Sorting is supported on fields createdAt, updatedAt, createdBy, updatedBy, name.

  • 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). For versioning information please refer to /blueprint/api/about

  • expand (boolean) – (optional in query) Expand with content

  • name (string) – (optional in query) Filter by name

  • providerId (string) – (optional in query) Filter by provider ID

  • search (string) – (optional in query) Search by name and description