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 resultPOST /operations/{operationId}/:cancel: Cancel Long-Running OperationDELETE /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 scratchGET /network-policies/{id}: Get a network policy by IDPUT /network-policies/{id}: Update the network policyDELETE /network-policies/{id}: Delete a network policy by ID
# Enhancements
# Device
GET /devices: Supports async getting large device list w/ LRO FrameworkPOST /devices/:cli: Supports async CLI w/ LRO FrameworkPOST /devices/{id}/:reset: Supports async reset device to factory default w/ LRO Framework
# Bug Fixes
# Location
POST /locations: Fixed missing value fororg_id,unique_name,typeandaddressfields in the responsePUT /locations/floor/{id}: Fixed incorrect dimension values whenmeasurement_unitisFEETGET /locations/tree: Fixed incorrectcreate_timeandupdate_timein the response
LastUpdated: 2022/05/26, 13:30:46