• ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
We are proud to announce new Poly Studio Series video bars and remote room control with Poly Connect. Read more about the solutions!
HP Recommended

Hello, 

 

Thank you for having me back here. Pleasure is mine, question about remote capture of system log file.

Do you currently have known curl script to capture the Download Logs for an X50/G7500 system? Just for a single device? 

Dan Petrillo
1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended

Great, This solution worked great, I appreciate it.  The Solution provided by Steffen

Dan Petrillo

View solution in original post

2 REPLIES 2
HP Recommended

Hello @DanielPetrillo ,

 

welcome back to the HP Poly community.

 

Just change the Password and IP to match your system.

 

Studio X, G62 or G7500

curl -b cookies.txt -c cookies.txt -i -X POST -d "{\"user\": \"admin\",\"password\": \"789\"}" -H "Content-Type: application/json" -k https://192.168.1.100/rest/session
curl -b cookies.txt -c cookies.txt -X POST -H "accept: application/octet-stream" -k https://192.168.1.100/rest/current/devicemanagement/logs -O -J

TC Logs since TCOS 6.0.0 or later

curl -b cookies.txt -c cookies.txt -i -X POST -d "{\"user\": \"admin\",\"password\": \"789\"}" -H "Content-Type: application/json" -k https://192.168.1.101/rest/session
curl -b cookies.txt -c cookies.txt -X GET -H "accept: application/octet-stream" -k https://192.168.1.101/rest/system/logs -O -J

Best Regards

 

Steffen Baier

------------------------------------------------
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.

Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN
HP Recommended

Great, This solution worked great, I appreciate it.  The Solution provided by Steffen

Dan Petrillo
† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.