- What's Changed
- What's Updated
- What's New
Version 1.55.0 to 1.56.0
Summary of Changes
2 - New
55 - Updated
799 - Total Endpoints
539 - Total Paths
What's Changed
[ licensing ]
subscription
List available subscriptions
GET /administered/licensing/subscription/subscriptions
- Param
organizationIdsbecame required
What's Updated
[ switch ]
routing
List layer 3 interfaces for a switch
GET /devices/{serial}/switch/routing/interfaces
- Optional param
modeadded
- Optional param
protocoladded
- Property
vrfDeleted
- Optional property
modeAdded
- Optional property
switchPortIdAdded
- Response property
modevalue added
- Response property
switchPortIdvalue added
Return a layer 3 interface for a switch
GET /devices/{serial}/switch/routing/interfaces/{interfaceId}
- Property
vrfDeleted
- Optional property
modeAdded
- Optional property
switchPortIdAdded
- Response property
modevalue added
- Response property
switchPortIdvalue added
Create a layer 3 interface for a switch
POST /devices/{serial}/switch/routing/interfaces
- Property
vrfDeleted
- Property
vrfDeleted
- Optional property
modeAdded
- Optional property
switchPortIdAdded
Update a layer 3 interface for a switch
PUT /devices/{serial}/switch/routing/interfaces/{interfaceId}
- Property
vrfDeleted
- Property
vrfDeleted
- Optional property
modeAdded
- Optional property
switchPortIdAdded
stacks
List layer 3 interfaces for a switch stack
GET /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces
- Property
vrfDeleted
- Optional property
modeAdded
- Optional property
switchPortIdAdded
- Response property
modevalue added
- Response property
switchPortIdvalue added
Return a layer 3 interface from a switch stack
GET /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId}
- Property
vrfDeleted
- Optional property
modeAdded
- Optional property
switchPortIdAdded
- Response property
modevalue added
- Response property
switchPortIdvalue added
Create a layer 3 interface for a switch stack
POST /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces
- Property
vrfDeleted
- Optional property
modeAdded
- Optional property
switchPortIdAdded
Update a layer 3 interface for a switch stack
PUT /networks/{networkId}/switch/stacks/{switchStackId}/routing/interfaces/{interfaceId}
- Property
vrfDeleted
- Optional property
modeAdded
- Optional property
switchPortIdAdded
[ appliance ]
vpn
Return the site-to-site VPN settings of a network
GET /networks/{networkId}/appliance/vpn/siteToSiteVpn
- Optional property
natAdded
- Optional property
subnetAdded
- Response property
natvalue added
- Response property
subnetvalue added
Update the site-to-site VPN settings of a network
PUT /networks/{networkId}/appliance/vpn/siteToSiteVpn
- Optional property
natAdded
- Optional property
subnetAdded
- Optional property
natAdded
- Optional property
subnetAdded
[ camera ]
qualityRetentionProfiles
Creates new quality retention profile for this network.
POST /networks/{networkId}/camera/qualityRetentionProfiles
- Optional property
MV53XAdded
Update an existing quality retention profile for this network.
PUT /networks/{networkId}/camera/qualityRetentionProfiles/{qualityRetentionProfileId}
- Optional property
MV53XAdded
[ networks ]
clients
Return the client associated with the given identifier
GET /networks/{networkId}/clients/{clientId}
- Optional property
recentDeviceNameAdded
- Optional property
recentDeviceSerialAdded
- Response property
recentDeviceNamevalue added
- Response property
recentDeviceSerialvalue added
syslogServers
List the syslog servers for a network
GET /networks/{networkId}/syslogServers
- Property
encryptionDeleted
Update the syslog servers for a network
PUT /networks/{networkId}/syslogServers
- Property
encryptionDeleted
- Property
encryptionDeleted
[ wireless ]
ssids
Modify the splash page settings for the given SSID
PUT /networks/{networkId}/wireless/ssids/{number}/splash/settings
- Optional property
selfRegistrationAdded
[ cellularGateway ]
esims
The eSIM inventory of a given organization.
GET /organizations/{organizationId}/cellularGateway/esims/inventory
- Response property
propertiesvalue added
What's New
[ appliance ]
firewall
PATH /networks/{networkId}/appliance/firewall/multicastForwarding
- Path added
- New endpoint
Update static multicast forward rules for a network
PUT
/networks/{networkId}/appliance/firewall/multicastForwarding{ "network": { "id": "N_24329156", "name": "Main Office" }, "rules": [ { "description": "test", "address": "224.0.0.1", "vlanIds": [ "1" ] } ] }
PATH /organizations/{organizationId}/appliance/firewall/multicastForwarding/byNetwork
- Path added
- New endpoint
List Static Multicasting forwarding settings for MX networks
GET
/organizations/{organizationId}/appliance/firewall/multicastForwarding/byNetwork{ "items": [ { "network": { "id": "N_24329156", "name": "Main Office" }, "rules": [ { "description": "test", "address": "224.0.0.1", "vlanIds": [ "1" ] } ] } ], "meta": { "counts": { "items": { "total": 1, "remaining": 0 } } } }