 2022 R4 Release
          2022 R4 Release
        
  # General
# Developer Portal
- Change API DocumentationtoAPI Reference
# Long-Running Operation (LRO) Framework
- Supports converting any time-consuming API to an async API with async=trueparameter
- Added a dedicated Long-Running Operation Guide is available in Documentation/Get Startedsection
# 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,- typeand- addressfields in the response
- PUT /locations/floor/{id}: Fixed incorrect dimension values when- measurement_unitis- FEET
- GET /locations/tree: Fixed incorrect- create_timeand- update_timein the response
LastUpdated: 2022/05/26, 13:30:46
