- What's Updated
- What's New
- [ administered ]
- identities
- List the non-sensitive metadata associated with the API keys that belong to the user
- Generates an API key for an identity. For users who have access to more than one organization, the change will take up to five minutes to propagate. If one of the organizations is currently under maintenance, the change may not propagate fully until after the maintenance has been completed.
- Revokes an identity's API key, using the last four characters of the key. For users who have access to more than one organization, the change will take up to five minutes to propagate. If one of the organizations is currently under maintenance, the change may not propagate fully until after the maintenance has been completed.
- identities
- [ administered ]
Version 1.48.0 to 1.49.0
Summary of Changes
3 - New
51 - Updated
732 - Total operations
481 - Total Paths
What's Updated
[ switch ]
ports
List the switch ports for a switch
GET /devices/{serial}/switch/ports
- Optional property
schedule
Added
- Optional property
adaptivePolicyGroup
Added
- Response property
schedule
value added
- Response property
adaptivePolicyGroup
value added
Return a switch port
GET /devices/{serial}/switch/ports/{portId}
- Optional property
schedule
Added
- Optional property
adaptivePolicyGroup
Added
- Response property
schedule
value added
- Response property
adaptivePolicyGroup
value added
Update a switch port
PUT /devices/{serial}/switch/ports/{portId}
- Optional property
schedule
Added
- Optional property
adaptivePolicyGroup
Added
routing
List layer 3 static routes for a switch
GET /devices/{serial}/switch/routing/staticRoutes
- Optional property
managementNextHop
Added
- Response property
managementNextHop
value added
Return a layer 3 static route for a switch
GET /devices/{serial}/switch/routing/staticRoutes/{staticRouteId}
- Optional property
managementNextHop
Added
- Response property
managementNextHop
value added
Update a layer 3 static route for a switch
PUT /devices/{serial}/switch/routing/staticRoutes/{staticRouteId}
- Optional property
managementNextHop
Added
- Optional property
managementNextHop
Added
Create a layer 3 static route for a switch
POST /devices/{serial}/switch/routing/staticRoutes
- Optional property
managementNextHop
Added
stacks
List layer 3 static routes for a switch stack
GET /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes
- Optional property
managementNextHop
Added
- Response property
managementNextHop
value added
Return a layer 3 static route for a switch stack
GET /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId}
- Optional property
managementNextHop
Added
- Response property
managementNextHop
value added
Update a layer 3 static route for a switch stack
PUT /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId}
- Optional property
managementNextHop
Added
Create a layer 3 static route for a switch stack
POST /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes
- Optional property
managementNextHop
Added
configTemplates
Return all the ports of a switch template
GET /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports
- Optional property
schedule
Added
- Response property
schedule
value added
Return a switch template port
GET /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId}
- Optional property
schedule
Added
- Response property
schedule
value added
Update a switch template port
PUT /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId}
- Optional property
schedule
Added
[ wireless ]
clients
List the wireless connectivity events for a client within a network in the timespan.
GET /networks/{networkId}/wireless/clients/{clientId}/connectivityEvents
- Optional param
sortOrder
added
- Optional property
captureId
Added
- Response property
captureId
value added
rfProfiles
List RF profiles for this network
GET /networks/{networkId}/wireless/rfProfiles
- Optional property
isIndoorDefault
Added
- Optional property
isOutdoorDefault
Added
- Response property
isIndoorDefault
value added
- Response property
isOutdoorDefault
value added
Return a RF profile
GET /networks/{networkId}/wireless/rfProfiles/{rfProfileId}
- Optional property
isIndoorDefault
Added
- Optional property
isOutdoorDefault
Added
- Response property
isIndoorDefault
value added
- Response property
isOutdoorDefault
value added
Updates specified RF profile for this network
PUT /networks/{networkId}/wireless/rfProfiles/{rfProfileId}
- Optional property
isIndoorDefault
Added
- Optional property
isOutdoorDefault
Added
- Optional property
isIndoorDefault
Added
- Optional property
isOutdoorDefault
Added
Creates new RF profile for this network
POST /networks/{networkId}/wireless/rfProfiles
- Optional property
isIndoorDefault
Added
- Optional property
isOutdoorDefault
Added
[ organizations ]
alerts
Return overview of active health alerts for an organization
GET /organizations/{organizationId}/assurance/alerts/overview
- Optional param
category
added
Return a Summary of Alerts grouped by network and severity
GET /organizations/{organizationId}/assurance/alerts/overview/byNetwork
- Optional param
category
added
Return a Summary of Alerts grouped by type and severity
GET /organizations/{organizationId}/assurance/alerts/overview/byType
- Optional param
category
added
Returns historical health alert overviews
GET /organizations/{organizationId}/assurance/alerts/overview/historical
- Optional param
category
added
devices
List the devices in an organization that have been assigned to a network.
GET /organizations/{organizationId}/devices
- Summary changed from
List the devices in an organization
toList the devices in an organization that have been assigned to a network.
firmware
Get firmware upgrade status for the filtered devices
GET /organizations/{organizationId}/firmware/upgrades/byDevice
- Optional param
currentUpgradesOnly
added
What's New
[ administered ]
identities
PATH /administered/identities/me/api/keys
- Path added
- New operation
List the non-sensitive metadata associated with the API keys that belong to the user
GET
/administered/identities/me/api/keys
[ { "suffix": "da4f", "createdAt": "2018-02-11T00:00:00.090210Z" } ]
PATH /administered/identities/me/api/keys/generate
- Path added
- New operation
Generates an API key for an identity. For users who have access to more than one organization, the change will take up to five minutes to propagate. If one of the organizations is currently under maintenance, the change may not propagate fully until after the maintenance has been completed.
POST
/administered/identities/me/api/keys/generate
{ "key": "1284392014819" }
PATH /administered/identities/me/api/keys/{suffix}/revoke
- Path added
- New operation
Revokes an identity's API key, using the last four characters of the key. For users who have access to more than one organization, the change will take up to five minutes to propagate. If one of the organizations is currently under maintenance, the change may not propagate fully until after the maintenance has been completed.
POST
/administered/identities/me/api/keys/{suffix}/revoke