mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 14:51:42 +01:00
Merge branch 'feature/no-uuid' into 'master'
Move away from UUIDs See merge request fabinfra/fabaccess/fabaccess-api!6
This commit is contained in:
commit
4adb053417
@ -34,7 +34,7 @@ interface Machines {
|
|||||||
listMachines @0 () -> ( machines :List(Machine) );
|
listMachines @0 () -> ( machines :List(Machine) );
|
||||||
# List all machines that BFFH knows about the user has been granted at least read access on
|
# List all machines that BFFH knows about the user has been granted at least read access on
|
||||||
|
|
||||||
getMachine @1 ( uuid :UUID ) -> ( machine :Machine, dummy :UInt8 = 0 );
|
getMachine @1 ( uid :Text ) -> ( machine :Machine, dummy :UInt8 = 0 );
|
||||||
# Access a particular machine by known UUID. This may fail for two reasons: The user
|
# Access a particular machine by known UUID. This may fail for two reasons: The user
|
||||||
# has not been granted access to know the machine exists or the machine does in fact
|
# has not been granted access to know the machine exists or the machine does in fact
|
||||||
# not exist. In both cases the `machine` result will be a NULL-pointer
|
# not exist. In both cases the `machine` result will be a NULL-pointer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user