2022 R4 Release
# General
# Developer Portal
- Change
API Documentation
toAPI 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 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
,type
andaddress
fields in the responsePUT /locations/floor/{id}
: Fixed incorrect dimension values whenmeasurement_unit
isFEET
GET /locations/tree
: Fixed incorrectcreate_time
andupdate_time
in the response
LastUpdated: 2022/05/26, 13:30:46