- Release Notes
- API Changelog
- Overview
- Generally Available
- v1.57.0
- v1.56.0
- v1.55.0
- v1.54.0
- v1.53.0
- v1.52.0
- v1.51.1
- v1.50.0
- v1.49.0
- v1.48.0
- v1.47.0
- v1.46.0
- v1.45.0
- v1.44.0
- v1.43.0
- v1.42.0
- v1.41.0
- v1.40.0
- v1.39.0
- v1.38.0
- v1.37.0
- v1.36.0
- v1.35.0
- v1.34.0
- v1.33.0
- v1.32.0
- v1.31.0
- v1.30.0
- v1.29.0
- v1.28.0
- v1.27.0
- v1.26.0
- v1.25.0
- v1.24.0
- v1.23.0
- v1.22.0
- v1.21.0
- v1.20.0
- v1.19.0
- v1.18.0
- v1.17.0
- v1.16.0
- v1.15.0
- v1.14.0
- v1.13.0
- v1.12.0
- v1.11.0
- v1.10.0
- v1.8.0
- v1.7.0
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.0
- v0.11.0
- v0.10.0
- v0.9.0
- v0.8.0
- v0.7.0
- v0.6.0
- v0.5.0
- v0.4.0
- v0.3.0
- v0.2.0
- Beta
Version 1.28.0 to 1.29.0
Summary of Changes
3 - New
24 - Updated
611 - Total operations
384 - Total Paths
What's Updated
[ switch ]
ports
List the switch ports for a switch
GET /devices/{serial}/switch/ports
- Optional property
daiTrusted
Added
- Response property
daiTrusted
value added
Return a switch port
GET /devices/{serial}/switch/ports/{portId}
- Optional property
daiTrusted
Added
- Response property
daiTrusted
value added
Update a switch port
PUT /devices/{serial}/switch/ports/{portId}
- Optional property
daiTrusted
Added
- Optional property
daiTrusted
Added
settings
Returns the switch network settings
GET /networks/{networkId}/switch/settings
- Response property
properties
value added
configTemplates
Return all the ports of a switch profile
GET /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports
- Optional property
daiTrusted
Added
- Response property
daiTrusted
value added
Return a switch profile port
GET /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId}
- Optional property
daiTrusted
Added
- Response property
daiTrusted
value added
Update a switch profile port
PUT /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId}
- Optional property
daiTrusted
Added
- Optional property
daiTrusted
Added
[ appliance ]
trafficShaping
Show uplink selection settings for an MX network
GET /networks/{networkId}/appliance/trafficShaping/uplinkSelection
- Response property
properties
value added
- Response property
vlan
value added
- Response property
host
value added
- Response property
protocol
value added
- Response property
source
value added
- Response property
destination
value added
- Response property
builtinPerformanceClassName
value added
vpn
Update a Hub BGP Configuration
PUT /networks/{networkId}/appliance/vpn/bgp
- Optional property
ipv6
Added
[ networks ]
events
List the events for the network
GET /networks/{networkId}/events
- Response property
properties
value added
- Response property
clientMac
value added
[ organizations ]
actionBatches
Return an action batch
GET /organizations/{organizationId}/actionBatches/{actionBatchId}
- Response property
properties
value added
What's New
[ organizations ]
licensing
PATH /organizations/{organizationId}/licensing/coterm/licenses
- Path added
- New operation
List the licenses in a coterm organization
GET
/organizations/{organizationId}/licensing/coterm/licenses
Code SnippetCopy[ { "key": "Z2AA-BBBB-CCCC", "organizationId": "123456", "duration": 365, "mode": "addDevices", "startedAt": "2022-05-02T10:52:00Z", "claimedAt": "2022-07-04T16:23:00Z", "invalidated": true, "invalidatedAt": "2022-07-04T16:23:00Z", "expired": false, "editions": [ { "edition": "Enterprise", "productType": "appliance" } ], "counts": [ { "model": "MR Enterprise", "count": 2 } ] } ]
PATH /organizations/{organizationId}/licensing/coterm/licenses/move
- Path added
- New operation
Moves a license to a different organization (coterm only)
POST
/organizations/{organizationId}/licensing/coterm/licenses/move
Code SnippetCopy{ "remainderLicenses": [ { "key": "Z2AA-BBBB-CCCC", "organizationId": "123456", "duration": 365, "mode": "addDevices", "startedAt": "2022-05-02T10:52:00Z", "claimedAt": "2022-07-04T16:23:00Z", "invalidated": true, "invalidatedAt": "2022-07-04T16:23:00Z", "expired": false, "editions": [ { "edition": "Enterprise", "productType": "appliance" } ], "counts": [ { "model": "MR Enterprise", "count": 2 } ] } ], "movedLicenses": [ { "key": "Z2AA-BBBB-CCCC", "organizationId": "123456", "duration": 365, "mode": "addDevices", "startedAt": "2022-05-02T10:52:00Z", "claimedAt": "2022-07-04T16:23:00Z", "invalidated": true, "invalidatedAt": "2022-07-04T16:23:00Z", "expired": false, "editions": [ { "edition": "Enterprise", "productType": "appliance" } ], "counts": [ { "model": "MR Enterprise", "count": 2 } ] } ] }
users
PATH /organizations/{organizationId}/users/{userId}
- Path added
- New operation
Delete a user and all of its authentication methods.
DELETE
/organizations/{organizationId}/users/{userId}