actiontemplates#
- async idem_vra.exec.vra.abx.actiontemplates.get_all_using_get3(hub, ctx, **kwargs)[source]#
Fetch all action templates Retrieves all action templates Performs GET /abx/api/resources/action-templates
- async idem_vra.exec.vra.abx.actiontemplates.get_by_id_using_get3(hub, ctx, p_id, **kwargs)[source]#
Fetch an action template by its ID Retrieves an action template entity with a specific ID Performs GET /abx/api/resources/action-templates/{id}
- Parameters:
p_id (string) – (required in path) ID of the action template