[ZBX-22139] Can't connect to openview with template Synergy 6.10 Created: 2022 Dec 23 Updated: 2024 Feb 26 |
|
Status: | Confirmed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | API (A) |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Incident report | Priority: | Trivial |
Reporter: | LAGRAVE | Assignee: | Zabbix Integration Team |
Resolution: | Unresolved | Votes: | 2 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() ![]() ![]() ![]() |
Description |
Steps to reproduce:
Result: |
Comments |
Comment by LAGRAVE [ 2022 Dec 26 ] |
|
Comment by LAGRAVE [ 2022 Dec 26 ] |
|
Comment by Arnros [ 2023 Jan 04 ] |
Hello I have the same problem in oneview 6.50 version REST api 3600. |
Comment by Deepak [ 2023 Jan 17 ] |
Hello, I've the same problem in Oneview 8.0 version as well.My collegque identify that line 67 yaml should get instead of post. |
Comment by Arnros [ 2023 Jan 17 ] |
Hello Deepak. Which version of template do you use ? In 6.2 line 67 is this :
if (request.getStatus() !== 200) { throw 'Get version request failed with status code ' + request.getStatus() + ': ' + response; } Regards
|
Comment by Deepak [ 2023 Jan 17 ] |
Hi Arnros, on this line response = request.post(Synergy.params.base_url + 'rest/version'); try with below one response = request.get(Synergy.params.base_url + 'rest/version'); |
Comment by Arnros [ 2023 Jan 17 ] |
Thanks a lot. It's working |
Comment by LAGRAVE [ 2023 Jan 17 ] |
Hi all
Effectively ! it'ok ... thx |
Comment by den [ 2024 Feb 26 ] |
Hello ! I have a problem with the template working! |