Skip to content

The equips Scope

The purpose of this scope is to control access to the to the various aspects of device manipulation.

Actions of the equips domain

NameDescription
createPermission that controls the ability to create new devices.
readPermission that controls access to the device listing and its data.
updatePermission that controls the ability to change equipment data (you need the equips:read permission to be able to preview the device data).
deletePermission that controls the ability to delete devices (needs the equips:read permission to be able to access the device listing).
importPermission that controls the ability to import a file with an equipment listing. You also need the equips:update and/or equips:create permissions to update and/or create devices, respectively.
configurationPermission that controls the deletion of equipment (needs the equips:read permission to be able to pre-list the equipment and jobreqs:read to see the result).
commandPermission that controls the execution of device commands (needs the equips:read permission to be able to pre-list the devices and jobreqs:read to see the result).

Specific entities and possible filters of the equips domain

Entities:

NameDescription
Name of the deviceThe name of the device at hand.

Filters:

NameDescription
nameExample: (name:rt012*).
ipExample: (ip:172.16.240.*).
manager_emailExample: (manager_email:172.16.240.*).
stateExample: (state:quarantine).
any field associated via integrationExample: (location:Lisbon AND regional:sul).