HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Modify the deployment settings

Silverpeak appliance can be configured in either 'bridge' or 'router' modes. Use sysConfig.mode field to decide the deployment mode.
Important:

  • Silverpeak recommends that you set 'inline' flag to true when deploying in 'router' mode. This mode requires one to provide separate LAN and WAN interfaces to the Silverpeak appliance.
  • You must call /deployment/validate first
  • You must reboot the appliance after making any deployment changes.

HTTP Response Codes:
200: Successfully applied deployment mode
202: Successfully applied deployment mode, rebooting appliance now
500: internal error

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

JSON object containing deployment information.

dhcpFailover
object

List of dhcp failover settings configured on the interfaces

dpRoutes
array of objects
required
dpRoutes*
modeIfs
array of objects
required
modeIfs*
reboot
object

If this key is specified in deployment post data the appliance will be rebooted after changing deployment configuration

sysConfig
object
required

Appliance's system configuration

Response
200

No response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!