- 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
- What's Updated
- What's New
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
Code SnippetCopy{ "serials": [ "Q234-ABCD-0001", "Q234-ABCD-0002", "Q234-ABCD-0003" ] }