NVIDIA UFM Cyber-AI Documentation v2.13.0

Configuration

  • URL

    Copy
    Copied!
                

    PUT /cyber-ai/config/ufm-params

  • Request data

    Copy
    Copied!
                

    { "password": "qwerty", "ip": "10.210.4.57", "username": "admin", "protocol": "[http|https]" "port": 443 }

  • Response codes

    Status

    Description

    204

    Success

    400

    Bad request

  • URL

    Copy
    Copied!
                

    GET /cyber-ai/config/ufm-params

  • Request data

    Copy
    Copied!
                

    none

  • Response

    Copy
    Copied!
                

    none

  • Response codes

    Status

    Description

    200

    Success

  • URL

    Copy
    Copied!
                

    GET /cyber-ai/analytics/summary

  • URL filters

    • From – retrieve alerts triggered within the last given time period

      Copy
      Copied!
                  

      from=-<time>

      Note

      Supported time units: h (for hours), d (for days), w (for weeks), m (for months). For example: from=-6h.

    • Probability – returns all alerts with probability equal to, or greater than the given probability

      Copy
      Copied!
                  

      min_probability=<0-100>

  • Request data

    Copy
    Copied!
                

    none

  • Response

    Copy
    Copied!
                

    { "link_anomaly_predictions": {…}, "link_failure_prediction": {…}, }

    Note

    If successful, the analytics summary will be returned in JSON format.

  • Response codes

    Status

    Description

    204

    Success

    400

    Bad request

© Copyright 2025, NVIDIA. Last updated on Aug 7, 2025.