Technical Support Commands
nv show system tech-support files Show the created tech-support files on the switch. | ||
Syntax Description | N/A | |
Default | N/A | |
History | 25.02.2002 | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/system/tech-support/files | |
Related Commands | nv action generate system tech-support nv action delete system tech-support files | |
Notes |
nv action generate system tech-support {-–since <time>} Action to generate a tech-support file on switch. | ||
Syntax Description | --since | Collect logs and cores only from the given since date |
Default | N/A | |
History | 25.02.2002 | |
Example |
| |
REST API | POST https://<ip>/nvue_v1/system/tech-support | |
Related Commands | nv show system tech-support files nv action delete system tech-support files nv action upload system tech-support files | |
Notes |
nv action delete system tech-support files <file-name> Delete tech-support file from the file system. | ||
Syntax Description | file-name | Name of the tech-support file. |
Default | N/A | |
History | 25.02.2002 | |
Example |
| |
REST API | POST https://<ip>/nvue_v1/system/tech-support/files/{file-name} | |
Related Commands | nv action show system tech-support files nv action generate system tech-support nv action upload system tech-support files | |
Notes |
nv action upload system tech-support files <file-name> <remote-url> Upload tech-support file to the remote server. | ||
Syntax Description | file-name | Name of the tech-support file. |
remote-url | Destination image file name Remote url path to upload a file to. Format: [protocol]://username[:password]@hostname/path/filename Supported protocols: SCP, FTP, SFTP, and HTTPS | |
Default | N/A | |
History |
25.02.2002 25.02.4002: Added HTTPS support in remote-url | |
Example |
| |
REST API | POST https://<ip>/nvue_v1/system/tech-support/files/{file-name} | |
Related Commands | nv action show system tech-support files nv action generate system tech-support nv action delete system tech-support files | |
Notes |