Version 1.6.0 to 1.7.0
What's Updated
[ networks ]
Return a network
GET /networks/{networkId}
- Response property
notesvalue added
Return the settings for a network
GET /networks/{networkId}/settings
- Response property
secureConnectvalue added
Update the settings for a network
PUT /networks/{networkId}/settings
- Optional property
secureConnectAdded
[ organizations ]
List the networks that the user has privileges on in an organization
GET /organizations/{organizationId}/networks
- Response property
notesvalue added
[ switch ]
PATH /networks/{networkId}/switch/alternateManagementInterface
- Path added
- New operation
Return the switch alternate management interface for the network
GET
/networks/{networkId}/switch/alternateManagementInterface{ "enabled": true, "vlanId": 100, "protocols": [ "radius", "snmp", "syslog" ], "switches": [ { "serial": "Q234-ABCD-5678", "alternateManagementIp": "1.2.3.4" } ] }
- New operation
Update the switch alternate management interface for the network
PUT
/networks/{networkId}/switch/alternateManagementInterface{ "enabled": true, "vlanId": 100, "protocols": [ "radius", "snmp", "syslog" ], "switches": [ { "serial": "Q234-ABCD-5678", "alternateManagementIp": "1.2.3.4" } ] }