icons#

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

Delete an icon Delete an existing icon by its unique id. Performs DELETE /icon/api/icons/{id}

Parameters:
  • p_id (string) – (required in path) Icon 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.icons.download2(hub, ctx, p_id, **kwargs)[source]#

Download an icon Download an existing icon by its unique id. Performs GET /icon/api/icons/{id}

Parameters:
  • p_id (string) – (required in path) Icon 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.icons.upload2(hub, ctx, file, **kwargs)[source]#

Upload an icon Create an icon. Performs POST /icon/api/icons

Parameters:
  • file (string) – (required in body) Icon file

  • 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.