ExtremeCloud IQ Developer ExtremeCloud IQ Developer
Home
Documentation
API Reference (opens new window)
  • OpenAPI

    • Latest (opens new window)
    • History (opens new window)
  • SDK

    • Java
    • Javascript
    • Python
    • Go
    • C#
Release Notes
Community (opens new window)
ExtremeCloud IQ (opens new window)
Home
Documentation
API Reference (opens new window)
  • OpenAPI

    • Latest (opens new window)
    • History (opens new window)
  • SDK

    • Java
    • Javascript
    • Python
    • Go
    • C#
Release Notes
Community (opens new window)
ExtremeCloud IQ (opens new window)
  • 2022 R4 Release
    • General
      • Developer Portal
      • Long-Running Operation (LRO) Framework
    • New Features
      • Operation
      • Device
      • Network Policy
    • Enhancements
      • Device
    • Bug Fixes
      • Location
  • 2022 R3 Release
  • 2022 R2 Release
  • 2021 GA Release
  • releases
ExtremeCloud IQ API Team
2022-06-15

2022 R4 Release

# General

# Developer Portal

  • Change API Documentation to API Reference

# Long-Running Operation (LRO) Framework

  • Supports converting any time-consuming API to an async API with async=true parameter
  • Added a dedicated Long-Running Operation Guide is available in Documentation/Get Started section

# New Features

# Operation

  • GET /operations/{operationId}: Get Long-Running Operation status and result
  • POST /operations/{operationId}/:cancel: Cancel Long-Running Operation
  • DELETE /operations/{operationId}: Delete Long-Running Operation status and result

# Device

  • POST /devices/country-code/:assign: Assign a country code to the given devices

# Network Policy

  • POST /network-policies: Create a new network policy from scratch
  • GET /network-policies/{id}: Get a network policy by ID
  • PUT /network-policies/{id}: Update the network policy
  • DELETE /network-policies/{id}: Delete a network policy by ID

# Enhancements

# Device

  • GET /devices: Supports async getting large device list w/ LRO Framework
  • POST /devices/:cli: Supports async CLI w/ LRO Framework
  • POST /devices/{id}/:reset: Supports async reset device to factory default w/ LRO Framework

# Bug Fixes

# Location

  • POST /locations: Fixed missing value for org_id, unique_name, type and address fields in the response
  • PUT /locations/floor/{id}: Fixed incorrect dimension values when measurement_unit is FEET
  • GET /locations/tree: Fixed incorrect create_time and update_time in the response
LastUpdated: 2022/05/26, 13:30:46
2022 R3 Release

2022 R3 Release→

Copyright © 1996-2022 Extreme Networks