- 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
scheduleAdded
- Optional property
adaptivePolicyGroupAdded
- Response property
schedulevalue added
- Response property
adaptivePolicyGroupvalue added
Return a switch port
GET /devices/{serial}/switch/ports/{portId}
- Optional property
scheduleAdded
- Optional property
adaptivePolicyGroupAdded
- Response property
schedulevalue added
- Response property
adaptivePolicyGroupvalue added
Update a switch port
PUT /devices/{serial}/switch/ports/{portId}
- Optional property
scheduleAdded
- Optional property
adaptivePolicyGroupAdded
routing
List layer 3 static routes for a switch
GET /devices/{serial}/switch/routing/staticRoutes
- Optional property
managementNextHopAdded
- Response property
managementNextHopvalue added
Return a layer 3 static route for a switch
GET /devices/{serial}/switch/routing/staticRoutes/{staticRouteId}
- Optional property
managementNextHopAdded
- Response property
managementNextHopvalue added
Update a layer 3 static route for a switch
PUT /devices/{serial}/switch/routing/staticRoutes/{staticRouteId}
- Optional property
managementNextHopAdded
- Optional property
managementNextHopAdded
Create a layer 3 static route for a switch
POST /devices/{serial}/switch/routing/staticRoutes
- Optional property
managementNextHopAdded
stacks
List layer 3 static routes for a switch stack
GET /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes
- Optional property
managementNextHopAdded
- Response property
managementNextHopvalue added
Return a layer 3 static route for a switch stack
GET /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId}
- Optional property
managementNextHopAdded
- Response property
managementNextHopvalue added
Update a layer 3 static route for a switch stack
PUT /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes/{staticRouteId}
- Optional property
managementNextHopAdded
Create a layer 3 static route for a switch stack
POST /networks/{networkId}/switch/stacks/{switchStackId}/routing/staticRoutes
- Optional property
managementNextHopAdded
configTemplates
Return all the ports of a switch template
GET /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports
- Optional property
scheduleAdded
- Response property
schedulevalue added
Return a switch template port
GET /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId}
- Optional property
scheduleAdded
- Response property
schedulevalue added
Update a switch template port
PUT /organizations/{organizationId}/configTemplates/{configTemplateId}/switch/profiles/{profileId}/ports/{portId}
- Optional property
scheduleAdded
[ 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
sortOrderadded
- Optional property
captureIdAdded
- Response property
captureIdvalue added
rfProfiles
List RF profiles for this network
GET /networks/{networkId}/wireless/rfProfiles
- Optional property
isIndoorDefaultAdded
- Optional property
isOutdoorDefaultAdded
- Response property
isIndoorDefaultvalue added
- Response property
isOutdoorDefaultvalue added
Return a RF profile
GET /networks/{networkId}/wireless/rfProfiles/{rfProfileId}
- Optional property
isIndoorDefaultAdded
- Optional property
isOutdoorDefaultAdded
- Response property
isIndoorDefaultvalue added
- Response property
isOutdoorDefaultvalue added
Updates specified RF profile for this network
PUT /networks/{networkId}/wireless/rfProfiles/{rfProfileId}
- Optional property
isIndoorDefaultAdded
- Optional property
isOutdoorDefaultAdded
- Optional property
isIndoorDefaultAdded
- Optional property
isOutdoorDefaultAdded
Creates new RF profile for this network
POST /networks/{networkId}/wireless/rfProfiles
- Optional property
isIndoorDefaultAdded
- Optional property
isOutdoorDefaultAdded
[ organizations ]
alerts
Return overview of active health alerts for an organization
GET /organizations/{organizationId}/assurance/alerts/overview
- Optional param
categoryadded
Return a Summary of Alerts grouped by network and severity
GET /organizations/{organizationId}/assurance/alerts/overview/byNetwork
- Optional param
categoryadded
Return a Summary of Alerts grouped by type and severity
GET /organizations/{organizationId}/assurance/alerts/overview/byType
- Optional param
categoryadded
Returns historical health alert overviews
GET /organizations/{organizationId}/assurance/alerts/overview/historical
- Optional param
categoryadded
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 organizationtoList 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
currentUpgradesOnlyadded
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