Transferring Logs from SRScratch to Amplidata's Evidence |
When collecting a Lattus log bundle from a customer, an FTP location is first created. Once the log files are moved to that FTP location, they are then automatically moved and stored onto SRScratch. The procedure below describes how to move the logs from SRScratch to Amplidata’s Evidence repository site.
For details on collecting a Lattus log bundle, refer to the "Collecting Log Files" section in the Lattus Troubleshooting chapter of the Lattus Service Reference Guide.
The following commands can be issued directly from SRScratch.
curl -X PUT --digest -u quantum:'!mplist0rN4xt' -H "Accept: application/json" -H "x-Ampli-Kind: Directory" http://evidence.amplidata.com:8080/namespace/quantum/QUANTUM-<ticket number>
Note: The <ticket number> should be your Amplidata ticket number, for example, "QUANTUM-842".
curl --digest -u quantum:'!mplist0rN4xt' -H "Accept: application/json" http://evidence.amplidata.com:8080/namespace/quantum/QUANTUM-<ticket number>/ --upload-file <filename>
http://evidence.amplidata.com:8080/namespace/quantum/QUANTUM-<ticket number>/
for i in $(ls); do (curl --digest -u quantum:'!mplist0rN4xt' -H "Accept: application/json" http://evidence.amplidata.com:8080/namespace/quantum/QUANTUM-<ticket number>/ --upload-file $i); done
This page was generated by the BrainKeeper Enterprise Wiki, © 2018 |