NVIDIA UFM Enterprise REST API Guide v6.15.2
NVIDIA UFM Enterprise REST API Guide v6.15.2

System Log REST API

This API allows users to access and update the system log configurations in UFM.

  • URL – GET /ufmRest/app/syslog

  • Request Data – N/A

  • Response Example

    Copy
    Copied!
                

    { "active":true, "destination":"/var/log/", "level":"WARNING", "ufm_log":true, "events_log":false }

  • Response codes –

    • 200 – OK

  • URL – PUT /ufmRest/app/syslog

  • Request Data

    Copy
    Copied!
                

    { "active": false, "destination": "local", "level":"ERROR", "ufm_log":true, "events_log":true }

  • Response Example – N/A

  • Response codes –

    • 200 – OK

    • 400 – BAD REQUEST

© Copyright 2023, NVIDIA. Last updated on Jan 12, 2024.