Version 1.47.0 to 1.48.0


Summary of Changes

1 - New

53 - Updated

729 - Total operations

478 - Total Paths



What's Updated

[ licensing ]

subscription

List available subscriptions

GET /administered/licensing/subscription/subscriptions

- Optional property organizations Added

- Optional property enterpriseAgreement Added

- Response property organizations value added

- Response property enterpriseAgreement value added


Claim a subscription into an organization.

POST /administered/licensing/subscription/subscriptions/claim

- Optional property organizations Added

- Optional property enterpriseAgreement Added


Find a subscription by claim key

POST /administered/licensing/subscription/subscriptions/claimKey/validate

- Optional property organizations Added

- Optional property enterpriseAgreement Added


[ devices ]

cellular

Updates the SIM and APN configurations for a cellular device.

PUT /devices/{serial}/cellular/sims

- Optional property simOrder Added

- Optional property simOrdering Added


[ switch ]

ports

List the switch ports for a switch

GET /devices/{serial}/switch/ports

- Optional property dot3az Added

- Response property dot3az value added


Return a switch port

GET /devices/{serial}/switch/ports/{portId}

- Optional property dot3az Added

- Response property dot3az value added


Update a switch port

PUT /devices/{serial}/switch/ports/{portId}

- Optional property dot3az Added

- Optional property dot3az Added


routing

List layer 3 interfaces for a switch

GET /devices/{serial}/switch/routing/interfaces

- Optional property uplinkV4 Added

- Optional property uplinkV6 Added

- Response property uplinkV4 value added

- Response property uplinkV6 value added


Return a layer 3 interface for a switch

GET /devices/{serial}/switch/routing/interfaces/{interfaceId}

- Optional property uplinkV4 Added

- Optional property uplinkV6 Added

- Response property uplinkV4 value added

- Response property uplinkV6 value added


Create a layer 3 interface for a switch

POST /devices/{serial}/switch/routing/interfaces

- Optional property uplinkV4 Added

- Optional property uplinkV6 Added


Update a layer 3 interface for a switch

PUT /devices/{serial}/switch/routing/interfaces/{interfaceId}

- Optional property uplinkV4 Added

- Optional property uplinkV6 Added


stacks

List layer 3 interfaces for a switch stack

GET /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces

- Optional property uplinkV4 Added

- Optional property uplinkV6 Added

- Response property uplinkV4 value added

- Response property uplinkV6 value added


Return a layer 3 interface from a switch stack

GET /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId}

- Optional property uplinkV4 Added

- Optional property uplinkV6 Added

- Response property uplinkV4 value added

- Response property uplinkV6 value added


Create a layer 3 interface for a switch stack

POST /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces

- Optional property uplinkV4 Added

- Optional property uplinkV6 Added


Update a layer 3 interface for a switch stack

PUT /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId}

- Optional property uplinkV4 Added

- Optional property uplinkV6 Added


configTemplates

Return all the ports of a switch template

GET /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports

- Optional property dot3az Added

- Response property dot3az value added


Return a switch template port

GET /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId}

- Optional property dot3az Added

- Response property dot3az value added


Update a switch template port

PUT /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId}

- Optional property dot3az Added

- Optional property dot3az Added


[ networks ]

clients

List the clients that have used this network in the timespan

GET /networks/{networkId}/clients

- Response property items value added


events

List the events for the network

GET /networks/{networkId}/events

- Optional param eventDetails added

- Optional param eventSeverity added


firmwareUpgrades

Get firmware upgrade information for a network

GET /networks/{networkId}/firmwareUpgrades

- Optional property wirelessController Added

- Response property wirelessController value added


Update firmware upgrade information for a network

PUT /networks/{networkId}/firmwareUpgrades

- Optional property wirelessController Added

- Optional property wirelessController Added


What's New

[ organizations ]

devices

PATH /organizations/{organizationId}/devices/details/bulkUpdate

- Path added

- New operation

Updating device details (currently only used for Catalyst devices)

POST /organizations/{organizationId}/devices/details/bulkUpdate

{
    "serials": [
        "Q234-ABCD-0001",
        "Q234-ABCD-0002",
        "Q234-ABCD-0003"
    ]
}