SonicOS/X API Reference Guide

Table of Contents

# Create a new IPv4 Address Object named Web Server

POST /api/sonicos/address-objects/ipv4

Content-type: application/json

{

"address_object": {

"ipv4": {

"name": "Web Server",

"zone": "DMZ",

"host": {

"ip": "192.168.168.168" } }

} }