Ad Widget

Collapse

Monitoring Nextcloud with template "Nextcloud by HTTP"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Arcocide
    Member
    • Apr 2015
    • 85

    #1

    Monitoring Nextcloud with template "Nextcloud by HTTP"

    Hi everyone,

    I would like to monitoring my Nextcloud site with the tremplate " Nextcloud by HTTP" but t's doesn't work. When i try with this command :
    curl -u admin:egrgdf -X GET 'https://nextcloud.domaine.fr/ocs/v1.php/...' -H "OCS-APIRequest: true"


    <?xml version="1.0"?>
    <ocs>
    <meta>
    <status>failure</status>
    <statuscode>998</statuscode>
    <message>Invalid query, please check the syntax. API specifications are here: http://www.freedesktop.org/wiki/Spec...ation-services.
    </message>
    <totalitems></totalitems>
    <itemsperpage></itemsperpage>
    </meta>
    <data/>
    </ocs>

    I use Nextcloud 32 on Ubuntu 24.04.

    Regards,
Working...