mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 06:41:51 +01:00
Merge branch 'feature/name-search' into 'main'
Search for machine by name not uuid See merge request fabinfra/fabaccess/fabaccess-api!10
This commit is contained in:
commit
1441b59145
@ -15,6 +15,6 @@ interface MachineSystem
|
||||
interface Info $CSharp.name("InfoInterface") {
|
||||
getMachineList @0 () -> ( machine_list :List(Machine) );
|
||||
|
||||
getMachine @1 ( uuid :General.UUID ) -> ( machine :Machine, dummy :UInt8 = 0 );
|
||||
getMachine @1 ( name :Text ) -> ( machine :Machine, dummy :UInt8 = 0 );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user