UX 2.0 Configuration
This changelog documents the changes between version 20.18 and 26.1 of UX 2.0 configuration.
What's Changed
GET /v1/policy-group/{policyGroupId}/device/variables/schema
Parameters:
Changed: policyGroupId in path
Policy Group Id
GET /v1/policy-group/{policyGroupId}/rules
Parameters:
Changed: policyGroupId in path
POST /v1/config-group/{configGroupId}/device/{deviceId}/preview
Request:
Changed content type : application/json
Deleted property
valueType(object)Deleted property
empty(object)
GET /v1/policy-group/{policyGroupId}/device/variables
Parameters:
Changed: policyGroupId in path
Policy Group Id
PUT /v1/policy-group/{policyGroupId}/device/variables
Parameters:
Changed: policyGroupId in path
Policy Group Id
POST /v1/policy-group/{policyGroupId}/device/variables
Parameters:
Changed: policyGroupId in path
Policy Group Id
POST /v1/policy-group/{policyGroupId}/device/{deviceId}/preview
Parameters:
Changed: policyGroupId in path
Policy Group Id
Request:
Changed content type : application/json
Deleted property
valueType(object)Deleted property
empty(object)
GET /v1/config-group
Parameters:
Changed: name in query
Return Type:
Changed response : 200 OK
Success
- Changed content type :
application/json
GET /v1/config-group/{configGroupId}
Parameters:
Changed: configGroupId in path
Return Type:
Changed response : 200 OK
Success
Changed content type :
application/jsonChanged property
description(object)Description of the Group.
Changed property
profiles(object)List of devices UUIDs associated with this group
PUT /v1/config-group/{configGroupId}
Parameters:
Changed: configGroupId in path
POST /v1/config-group/{configGroupId}/device/deploy
Parameters:
Changed: configGroupId in path
Config Group Id
POST /v1/config-group/{configGroupId}/device/variables
Parameters:
Changed: configGroupId in path
Config Group Id
GET /v1/policy-group
Return Type:
Changed response : 200 OK
Success
- Changed content type :
application/json
DELETE /v1/policy-group/{policyGroupId}
Parameters:
Changed: policyGroupId in path
GET /v1/policy-group/{policyGroupId}
Parameters:
Changed: policyGroupId in path
Return Type:
Changed response : 200 OK
Success
Changed content type :
application/jsonChanged property
description(object)Description of the Group.
Changed property
profiles(object)List of devices UUIDs associated with this group
PUT /v1/policy-group/{policyGroupId}
Parameters:
Changed: policyGroupId in path
POST /v1/policy-group/{policyGroupId}/device/deploy
Parameters:
Changed: policyGroupId in path
Policy Group Id
GET /v1/topology-group
Return Type:
Changed response : 200 OK
Success
- Changed content type :
application/json
GET /v1/topology-group/{topologyGroupId}
Parameters:
Changed: topologyGroupId in path
Return Type:
Changed response : 200 OK
Success
Changed content type :
application/jsonChanged property
description(object)Description of the Group.
Changed property
profiles(object)List of devices UUIDs associated with this group
PUT /v1/topology-group/{topologyGroupId}
Parameters:
Changed: topologyGroupId in path
POST /v1/topology-group/{topologyGroupId}/device/deploy
Parameters:
Changed: topologyGroupId in path
Topology Group Id
Result
API changes broke backward compatibility