What can I help you with?
NVIDIA UFM Cable Validation Tool v1.5.0

Exclude Devices APIs

  • Description – Gets the excluded devices.

  • Request URL – GET /cablevalidation/devices/excluded

  • Response Content Type – application/json

  • Status Codes

    • 200 – OK

  • Description – Excludes devices

  • Request URL –POST /cablevalidation/devices/exclude

  • Request Data Example

    Copy
    Copied!
                

    ["sw-hdr-proton01", "sw-hdr-proton02"]

  • Response Content Type – application/json

  • Status Codes

    • 200 – OK

    • 400 – BAD REQUEST

  • Response - OK

  • Description – Unexcludes devices.

  • Request URL – DELETE /cablevalidation/devices/unexclude

  • Request Data Example

    Copy
    Copied!
                

    ["sw-hdr-proton01", "sw-hdr-proton02"]

  • Response Content Type – application/json

  • Status Codes

    • 200 – OK

    • 400 – BAD REQUEST

  • Response – OK

© Copyright 2025, NVIDIA. Last updated on May 5, 2025.