centreon / centreon-plugins

Collection of standard plugins to discover and gather cloud-to-edge metrics and status across your whole IT infrastructure.
https://www.centreon.com
Apache License 2.0
310 stars 274 forks source link

latest 3cx update 6 18.0 (Build 861) breaks centreon-plugins/apps/voip/3cx/restapi #4083

Closed c280driver closed 3 weeks ago

c280driver commented 1 year ago

centreon_3cx_restapi.pl returns: 404 Not Found

garnier-quentin commented 1 year ago

Could you provide the output with --debug option ? And could you find which api endpoint changed ?

c280driver commented 1 year ago

changed endpoint is /api/UpdateChecker/GetFromParams

c280driver commented 1 year ago

seams its changed to /xapi/v1/GetUpdatesStats()

garnier-quentin commented 1 year ago

Do you have a documentation ?

c280driver commented 1 year ago

no sorry. 3cx does not provide any documentation. im not an dev either. just a happy crentreon user.

c280driver commented 1 year ago

also with final version 3cx 18 update 6 the plugin is broken and not usable.

/api/UpdateChecker/GetFromParams changed to /xapi/v1/GetUpdatesStats(), also authentication for this endpoint changed somehow.

UrBnW commented 1 year ago

I'll have a look shortly @garnier-quentin ;)

UrBnW commented 8 months ago

"Shortly" took 8 months, but here it is 👍

omercier commented 1 month ago

Hi @c280driver, Thank you for your patience! Can you try the code in this PR #5093

omercier commented 3 weeks ago

Fixed with #5093