File Management: Debug REST Endpoints
File Management: Debug
Manage debug files
- Delete debug files
- Method: deletePath:
https://cloud-native-SBC-IP/files/v1/debug
- Delete the specified debug file
- Method: deletePath:
https://cloud-native-SBC-IP/files/v1/debug/{filename}
- Get a zip of the debug files
- Method: getPath:
https://cloud-native-SBC-IP/files/v1/debug/zip
- Get meta-data info for the debug files
- Method: getPath:
https://cloud-native-SBC-IP/files/v1/debug
- Get the specified debug file
- Method: getPath:
https://cloud-native-SBC-IP/files/v1/debug/{filename}