Created on 11-22-2024 07:22 AM - edited 05-04-2025 09:24 AM
30GB Limit
This method utilizes a java program to allow case attachments to be uploaded via the command line. This method is intended for those who are experiencing trouble with the case attachment UI or who prefer to upload a file from the command line. This method also supports proxy parameters
Usage: java -jar cloudera.attachment.cli.jar [case_number] [email_address] [file_name...]
Example: java -jar cloudera.attachment.cli.jar 55555 customer@company.com logs1.log logs2.log
The above example uploads logs1.log and logs2.log to case number 55555 from customer@company.com
Supported proxy command line properties include: -Dhttp.proxyHost=, -Dhttp.proxyPort=, -Dhttp.proxyUsername=, -Dhttp.proxyPassword=
Example: java -jar -Dhttp.proxyHost=192.x.x.x -Dhttp.proxyPort=8080 cloudera.attachment.cli.jar 55555 customer@company.com logs1.log
Created on 06-04-2025 05:44 AM
can anyone tell me what URLs have to whitelisted for using the cli command , I am behind a corporate firewall proxy
Created on 06-04-2025 10:46 AM
@MPatra Hi! Do you have any insights here? Thanks!
Created on 06-04-2025 07:00 PM - edited 06-04-2025 07:01 PM
Hello @DianaTorres @datta123
cops.cloudera.com, port 443.
This method also supports proxy parameters