request#
- async idem_vra.exec.vra.iaas.request.delete_request(hub, ctx, p_id, **kwargs)[source]#
Delete Request Delete a single Request Performs DELETE /iaas/api/request-tracker/{id}
- Parameters:
p_id (string) – (required in path) The ID of the request.
apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
- async idem_vra.exec.vra.iaas.request.get_request_tracker(hub, ctx, p_id, **kwargs)[source]#
Get request tracker Get request tracker with a given id Performs GET /iaas/api/request-tracker/{id}
- Parameters:
p_id (string) – (required in path) The ID of the request.
apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
- async idem_vra.exec.vra.iaas.request.get_request_trackers(hub, ctx, **kwargs)[source]#
Get request tracker Get all request trackers Performs GET /iaas/api/request-tracker
- Parameters:
apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about