Skip to content

Add list method to Machines component

Marcos Huck requested to merge feature/machines_list into feature/code_refactor

Context

Multi Region Support requires listing machines.

Change

This MR includes a List methods that receives an input with a set of filters and returns a list of instances with their respective state.

Merge request reports