Configuring an IPv4 Address for a Subinterface
DME
Copy
POST http://<IP_address>/api/mo/sys/intf.json
{ "topSystem": { "children": [ { "ipv4Entity": { "children": [ { "ipv4Inst" : { "children" : [ { "ipv4Dom" : { "attributes" : { "name" : "default" }, "children" : [ { "ipv4If" : { "attributes" : { "id" : "eth3/35.101" } "children" : [ { "ipv4Addr" : { "attributes" : { "addr" : "113.1.1.1/24" }}}]}}]}}]}}]}}]}}