UFM Configuration REST API

  • Description – Returns UFM configuration details, such as whether the feature is activated or not, and more.

  • Request URL – GET / ufmRest/app/ufm_config

  • Request Content Type – Application/json

  • Response

    Copy
    Copied!
                

    default_session_interval: 30 disabled_features: ["UsageStatistics"] ha_mode: "Disabled" ha_standby_node: [] is_local_user: true ..

  • Status Code:

    • 200 – Ok

  • Description – Updates sections within the gv.cfg file. Please note that not all sections and properties can to be modified.

  • Request URL – PUT / ufmRest/app/ufm_config

  • Request Content Type – Application/json

  • Response: Text

  • Request Data

    Copy
    Copied!
                

    <section name>:{      <property>:<value>   }

  • Status Code:

    • 200 – Ok

© Copyright 2023, NVIDIA. Last updated on Mar 4, 2024.