SonicOS/X API Reference Guide

Table of Contents

# Modify the Web Server Address Object host IP

PUT /api/sonicos/address-objects/ipv4/name/Web%20Server

Content-type: application/json

{

"address_object": {

"ipv4": {

"host": {

"ip": "192.168.168.1" } }

} }