v4

latestOpenAPI 3.0.1Apache 2.02026-08-036821,1001.5 MB
Device

Get Actions Support metadata

Get metadata information of actions supported for devices

post/devices/actions-support-metadata

Query parameters

deviceActionsXiqRmDeviceAction[]

Request body for device model properties

Request body

product_typesstring[]

The device product type

Example request

{
  "product_types": [
    "AP_302W",
    "AP_4020",
    "VSP_4900_24P"
  ]
}

Response

OK

Example response

{
  "action_supported_metadata": [
    {
      "supported_wireless_product_types": [
        "AP_302W",
        "AP_305C",
        "AP_4020",
        "AP_4060"
      ],
      "supported_wired_product_types": [
        "VSP_4900_24P",
        "X440_G2_24t_10_G4",
        "SwitchEngine_5520_24T",
        "FabricEngine_5520_24T"
      ]
    }
  ]
}