7.7.9.3 Specifics
7.7.9.4 Access rights per profiles
Administrator Operator Viewer
reboot
7.7.10 rest list
7.7.10.1 Usage
rest list <path>
This command shall list the endpoints starting from <path>
If no path provided, the command shall list all resources starting from "/"
rest list ?
This command print the help for the command.
7.7.10.2 Options
-d <number> : number of levels to show in the response
if no number provided, the default value is 1
7.7.10.3 Example
Command :
rest list /managers/1/networkService/networkInterfaces/eth0/ipv4
Result :
/managers/1/networkService/networkInterfaces/eth0/ipv4/status
/managers/1/networkService/networkInterfaces/eth0/ipv4/address
/managers/1/networkService/networkInterfaces/eth0/ipv4/subnetMask
/managers/1/networkService/networkInterfaces/eth0/ipv4/gateway
/managers/1/networkService/networkInterfaces/eth0/ipv4/settings
7.7.11 rest get
7.7.11.1 Usage
rest get <option> <path>
This command returns the payload starting from <path>
If no path provided, the command returns the payload starting from "/" with a depth of 1
rest get ?
This command print the help for the command.
7.7.11.2 Options
-d <number> : number of levels to show in the response
if no number provided, the default value is 1