Resource Management Commands
nv show system Show general system information. | ||
Syntax Description | N/A | |
Default | N/A | |
History | 25.02.2002 | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/system | |
Related commands | ||
Notes |
nv show system cpu Show system CPU. | ||
Syntax Description | N/A | |
Default | N/A | |
History | 25.02.2002 | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/system/cpu | |
Related Commands | ||
Notes |
nv show system memory Show system memory. | ||
Syntax Description | N/A | |
Default | N/A | |
History | 25.02.2002 | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/system/memory | |
Related Commands | ||
Notes |
nv show system disk Get system disk information. | ||
Syntax Description | N/A | |
Default | N/A | |
History | 25.02.30xx | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/system/disk | |
Related Commands | nv show system disk usage | |
Notes |
nv show system disk usage Get system storage utilization information. | ||
Syntax Description | N/A | |
Default | N/A | |
History | 25.02.30xx | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/system/disk/usage | |
Related Commands | nv show system disk | |
Notes |
nv action erase system disk [force] Wipe all the SSD data. | ||
Syntax Description | force | Optional boolean flag That will bypass the warning message indicating that the disk data will be unrecoverable. |
Default | N/A | |
History | 25.02.30xx | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/system/disk | |
Related Commands | nv action change system security sed-password 12345678 | |
Notes | The procedure is secure by doing crypto erase and block erase, ensuring the data is unrecoverable. |