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

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

[
    {
        "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

{
    "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}