What's New
GET
/organizations/{organizationId}/campusGateway/clusters
Get the details of campus gateway clusters
What's Changed
GET
/administered/licensing/subscription/entitlements
Return Type:
Changed response : 200 OK
Successful operation
Changed content type :
application/json
- Added property
isFree
(boolean)Whether or not the entitlement is granted for free
- Added property
GET
/networks/{networkId}/appliance/trafficShaping/uplinkSelection
Return Type:
Changed response : 200 OK
Successful operation
Changed content type :
application/json
Changed property
defaultUplink
(string)The default uplink. Must be a WAN interface 'wanX'
Removed enum values:
wan1
wan2
Changed property
wanTrafficUplinkPreferences
(array)Uplink preference rules for WAN traffic
Changed items (object):
Changed property
preferredUplink
(string)Preferred uplink for uplink preference rule. Must be one of: 'wan1' or 'wan2', or any other valid uplink(wanX) if it applies to the network
Removed enum values:
wan1
wan2
Changed property
vpnTrafficUplinkPreferences
(array)Uplink preference rules for VPN traffic
Changed items (object):
Changed property
preferredUplink
(string)Preferred uplink for uplink preference rule. Must be one of: 'wan1', 'wan2', 'bestForVoIP', 'loadBalancing' or 'defaultUplink', or any other valid uplink(wanX) if it applies to the network
Removed enum values:
bestForVoIP
defaultUplink
loadBalancing
wan1
wan2
PUT
/networks/{networkId}/appliance/trafficShaping/uplinkSelection
Request:
Changed content type : application/json
Changed property
defaultUplink
(string)The default uplink. Must be a WAN interface 'wanX'
Removed enum values:
wan1
wan2
Changed property
wanTrafficUplinkPreferences
(array)Array of uplink preference rules for WAN traffic
Changed items (object):
Changed property
preferredUplink
(string)Preferred uplink for this uplink preference rule. Must be one of: 'wan1' or 'wan2', or any other valid uplink(wanX) if it applies to the network
Removed enum values:
wan1
wan2
Changed property
vpnTrafficUplinkPreferences
(array)Array of uplink preference rules for VPN traffic
Changed items (object):
Changed property
preferredUplink
(string)Preferred uplink for this uplink preference rule. Must be one of: 'wan1', 'wan2', 'bestForVoIP', 'loadBalancing' or 'defaultUplink', or any other valid uplink(wanX) if it applies to the network
Removed enum values:
bestForVoIP
defaultUplink
loadBalancing
wan1
wan2
Return Type:
Changed response : 200 OK
Successful operation
Changed content type :
application/json
Changed property
defaultUplink
(string)The default uplink. Must be a WAN interface 'wanX'
Removed enum values:
wan1
wan2
Changed property
wanTrafficUplinkPreferences
(array)Uplink preference rules for WAN traffic
Changed items (object):
Changed property
preferredUplink
(string)Preferred uplink for uplink preference rule. Must be one of: 'wan1' or 'wan2', or any other valid uplink(wanX) if it applies to the network
Removed enum values:
wan1
wan2
Changed property
vpnTrafficUplinkPreferences
(array)Uplink preference rules for VPN traffic
Changed items (object):
Changed property
preferredUplink
(string)Preferred uplink for uplink preference rule. Must be one of: 'wan1', 'wan2', 'bestForVoIP', 'loadBalancing' or 'defaultUplink', or any other valid uplink(wanX) if it applies to the network
Removed enum values:
bestForVoIP
defaultUplink
loadBalancing
wan1
wan2
GET
/networks/{networkId}/appliance/vpn/bgp
Return Type:
Changed response : 200 OK
Successful operation
Changed content type :
application/json
Changed property
neighbors
(array)List of eBGP neighbor configurations
Changed items (object):
Added property
multiExitDiscriminator
(integer)Multi-exit Discriminator (MED) metric associated with routes received from the neighbor
Added property
pathPrepend
(array)Values to prepend to the AS_PATH BGP Attribute associated with routes received from the neighbor
Items (integer):
Added property
weight
(integer)Local weight for routes received from the neighbor
PUT
/networks/{networkId}/appliance/vpn/bgp
Request:
Changed content type : application/json
Changed property
neighbors
(array)List of BGP neighbors. This list replaces the existing set of neighbors. When absent, this field is not updated.
Changed items (object):
Added property
multiExitDiscriminator
(integer)Configures the local metric associated with routes received from the remote peer. Routes from peers with lower metrics are will be preferred. Must be an integer between 0 and 4294967295. MED is 6th in the decision tree when identical routes from multiple peers exist.
Added property
pathPrepend
(array)Prepends the AS_PATH BGP Attribute associated with routes received from the remote peer. Configurable value of ASNs to prepend. Length of the array may not exceed 10, and each ASN in the array must be an integer between 1 and 4294967295. AS_PATH is 4th in the decision tree when identical routes from multiple peers exist.
Items (integer):
Added property
weight
(integer)Sets the local weight for routes received from the remote peer. Routes from peers with higher weights will be preferred. Must be an integer between 0 and 49.
Return Type:
Changed response : 200 OK
Successful operation
Changed content type :
application/json
Changed property
neighbors
(array)List of eBGP neighbor configurations
Changed items (object):
Added property
multiExitDiscriminator
(integer)Multi-exit Discriminator (MED) metric associated with routes received from the neighbor
Added property
pathPrepend
(array)Values to prepend to the AS_PATH BGP Attribute associated with routes received from the neighbor
Added property
weight
(integer)Local weight for routes received from the neighbor
GET
/networks/{networkId}/clients/{clientId}/policy
Return Type:
Changed response : 200 OK
Successful operation
Changed content type :
application/json
Added property
policiesBySsid
(array)The policies applied to the client by SSID
Items (object):
Property
ssidNumber
(integer)The SSID number for the policy rule
Property
devicePolicy
(string)The device policy applied to the client for this SSID
Property
groupPolicyId
(string)The group policy identifier for this SSID
PUT
/networks/{networkId}/clients/{clientId}/policy
Return Type:
Changed response : 200 OK
Successful operation
Changed content type :
application/json
- Added property
policiesBySsid
(array)The policies applied to the client by SSID
- Added property
GET
/networks/{networkId}/sensor/alerts/profiles
Return Type:
Changed response : 200 OK
Successful operation
Changed content type :
application/json
Changed items (object):
Changed property
conditions
(array)List of conditions that will cause the profile to send an alert.
Changed items (object):
Changed property
duration
(integer)Length of time in seconds that the triggering state must persist before an alert is sent. Available options are 0 seconds, 1 minute, 2 minutes, 3 minutes, 4 minutes, 5 minutes, 10 minutes, 15 minutes, 30 minutes, 1 hour, 1 hour and 30 minutes, 2 hours, 4 hours, and 8 hours. Default is 0.
Added enum value:
5400
POST
/networks/{networkId}/sensor/alerts/profiles
Request:
Changed content type : application/json
Changed property
conditions
(array)List of conditions that will cause the profile to send an alert.
Changed items (object):
Changed property
duration
(integer)Length of time in seconds that the triggering state must persist before an alert is sent. Available options are 0 seconds, 1 minute, 2 minutes, 3 minutes, 4 minutes, 5 minutes, 10 minutes, 15 minutes, 30 minutes, 1 hour, 1 hour and 30 minutes, 2 hours, 4 hours, and 8 hours. Default is 0.
Added enum value:
5400
Return Type:
Changed response : 200 OK
Successful operation
Changed content type :
application/json
Changed property
conditions
(array)List of conditions that will cause the profile to send an alert.
Changed items (object):
Changed property
duration
(integer)Length of time in seconds that the triggering state must persist before an alert is sent. Available options are 0 seconds, 1 minute, 2 minutes, 3 minutes, 4 minutes, 5 minutes, 10 minutes, 15 minutes, 30 minutes, 1 hour, 1 hour and 30 minutes, 2 hours, 4 hours, and 8 hours. Default is 0.
Added enum value:
5400
GET
/networks/{networkId}/sensor/alerts/profiles/{id}
Return Type:
Changed response : 200 OK
Successful operation
Changed content type :
application/json
Changed property
conditions
(array)List of conditions that will cause the profile to send an alert.
Changed items (object):
Changed property
duration
(integer)Length of time in seconds that the triggering state must persist before an alert is sent. Available options are 0 seconds, 1 minute, 2 minutes, 3 minutes, 4 minutes, 5 minutes, 10 minutes, 15 minutes, 30 minutes, 1 hour, 1 hour and 30 minutes, 2 hours, 4 hours, and 8 hours. Default is 0.
Added enum value:
5400
PUT
/networks/{networkId}/sensor/alerts/profiles/{id}
Request:
Changed content type : application/json
Changed property
conditions
(array)List of conditions that will cause the profile to send an alert.
Changed items (object):
Changed property
duration
(integer)Length of time in seconds that the triggering state must persist before an alert is sent. Available options are 0 seconds, 1 minute, 2 minutes, 3 minutes, 4 minutes, 5 minutes, 10 minutes, 15 minutes, 30 minutes, 1 hour, 1 hour and 30 minutes, 2 hours, 4 hours, and 8 hours. Default is 0.
Added enum value:
5400
Return Type:
Changed response : 200 OK
Successful operation
Changed content type :
application/json
Changed property
conditions
(array)List of conditions that will cause the profile to send an alert.
Changed items (object):
Changed property
duration
(integer)Length of time in seconds that the triggering state must persist before an alert is sent. Available options are 0 seconds, 1 minute, 2 minutes, 3 minutes, 4 minutes, 5 minutes, 10 minutes, 15 minutes, 30 minutes, 1 hour, 1 hour and 30 minutes, 2 hours, 4 hours, and 8 hours. Default is 0.
Added enum value:
5400
GET
/networks/{networkId}/switch/accessPolicies
Return Type:
Changed response : 200 OK
Successful operation
Changed content type :
application/json
Changed items (object):
- Changed property
radius
(object)Object for RADIUS Settings
- Changed property
criticalAuth
(object)Critical auth settings for when authentication is rejected by the RADIUS server
- Changed property
suspendPortBounce
(boolean)Disable port bounce when RADIUS servers are unreachable
- Changed property
- Changed property
- Changed property
POST
/networks/{networkId}/switch/accessPolicies
Request:
Changed content type : application/json
- Changed property
radius
(object)Object for RADIUS Settings
- Changed property
criticalAuth
(object)Critical auth settings for when authentication is rejected by the RADIUS server
- Changed property
suspendPortBounce
(boolean)Disable port bounce when RADIUS servers are unreachable
- Changed property
- Changed property
Return Type:
Changed response : 201 Created
Successful operation
Changed content type :
application/json
- Changed property
radius
(object)Object for RADIUS Settings
- Changed property
criticalAuth
(object)Critical auth settings for when authentication is rejected by the RADIUS server
- Changed property
suspendPortBounce
(boolean)Disable port bounce when RADIUS servers are unreachable
- Changed property
- Changed property
- Changed property
GET
/networks/{networkId}/switch/accessPolicies/{accessPolicyNumber}
Return Type:
Changed response : 200 OK
Successful operation
Changed content type :
application/json
- Changed property
radius
(object)Object for RADIUS Settings
- Changed property
criticalAuth
(object)Critical auth settings for when authentication is rejected by the RADIUS server
- Changed property
suspendPortBounce
(boolean)Disable port bounce when RADIUS servers are unreachable
- Changed property
- Changed property
- Changed property
PUT
/networks/{networkId}/switch/accessPolicies/{accessPolicyNumber}
Request:
Changed content type : application/json
- Changed property
radius
(object)Object for RADIUS Settings
- Changed property
criticalAuth
(object)Critical auth settings for when authentication is rejected by the RADIUS server
- Changed property
suspendPortBounce
(boolean)Disable port bounce when RADIUS servers are unreachable
- Changed property
- Changed property
Return Type:
Changed response : 200 OK
Successful operation
Changed content type :
application/json
- Changed property
radius
(object)Object for RADIUS Settings
- Changed property
criticalAuth
(object)Critical auth settings for when authentication is rejected by the RADIUS server
- Changed property
suspendPortBounce
(boolean)Disable port bounce when RADIUS servers are unreachable
- Changed property
- Changed property
- Changed property
POST
/networks/{networkId}/switch/routing/multicast/rendezvousPoints
Request:
Changed content type : application/json
- Added property
vrf
(object)The VRF with PIM enabled L3 interface
- Property
name
(string)The name of the VRF
- Property
PUT
/networks/{networkId}/switch/routing/multicast/rendezvousPoints/{rendezvousPointId}
Request:
Changed content type : application/json
- Added property
vrf
(object)The VRF with PIM enabled L3 interface
GET
/organizations/{organizationId}/assurance/alerts
Parameters:
Changed: types
in query
Optional parameter to filter by alert type.
GET
/organizations/{organizationId}/assurance/alerts/overview
Parameters:
Changed: types
in query
Optional parameter to filter by alert type.
GET
/organizations/{organizationId}/assurance/alerts/overview/byNetwork
Parameters:
Changed: types
in query
Optional parameter to filter by alert type.
GET
/organizations/{organizationId}/assurance/alerts/overview/byType
Parameters:
Changed: types
in query
Optional parameter to filter by alert type.
GET
/organizations/{organizationId}/assurance/alerts/overview/historical
Parameters:
Changed: types
in query
Optional parameter to filter by alert type.
GET
/organizations/{organizationId}/devices/uplinks/addresses/byDevice
Return Type:
Changed response : 200 OK
Successful operation
Changed content type :
application/json
Changed items (object):
Changed property
uplinks
(array)List of device uplink addresses information.
Changed items (object):
- Changed property
addresses
(array)Available addresses for the interface. Each interface may have one ipv4 and one ipv6 address.
- Changed property
POST
/organizations/{organizationId}/samlRoles
Request:
Changed content type : application/json
Changed property
orgAccess
(string)The privilege of the SAML administrator on the organization. Can be one of 'none', 'read-only', 'full' or 'enterprise' or a custom role in the format custom-role:ID:NAME.
Removed enum values:
enterprise
full
none
read-only
Changed property
tags
(array)The list of tags that the SAML administrator has privileges on
Changed items (object):
Changed property
access
(string)The privilege of the SAML administrator on the tag. Can be one of 'full', 'read-only', 'guest-ambassador', 'monitor-only' or 'custom-role'
Added enum value:
custom-role
Changed property
networks
(array)The list of networks that the SAML administrator has privileges on
Changed items (object):
Changed property
access
(string)The privilege of the SAML administrator on the network. Can be one of 'full', 'read-only', 'guest-ambassador', 'monitor-only', 'ssid-admin', 'port-tags' or 'custom-role'
Added enum value:
custom-role
PUT
/organizations/{organizationId}/samlRoles/{samlRoleId}
Request:
Changed content type : application/json
Changed property
tags
(array)The list of tags that the SAML administrator has privileges on
Changed items (object):
Changed property
access
(string)The privilege of the SAML administrator on the tag. Can be one of 'full', 'read-only', 'guest-ambassador', 'monitor-only' or 'custom-role'
Added enum value:
custom-role
Changed property
networks
(array)The list of networks that the SAML administrator has privileges on
Changed items (object):
Changed property
access
(string)The privilege of the SAML administrator on the network. Can be one of 'full', 'read-only', 'guest-ambassador', 'monitor-only', 'ssid-admin', 'port-tags' or 'custom-role'
Added enum value:
custom-role