{ "id":"/axapi/v3/object", "type":"object", "node-type":"intermediate", "title":"object", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Configure Object", "properties":{ "network-list":{ "type":"array", "minItems":1, "items":{ "type":"network" }, "uniqueItems":true, "$ref":"/axapi/v3/object/network/{net-name}", "array":[ { "properties":{ "net-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Network Object Name", "optional":false }, "description":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Description of the object instance", "optional":true }, "ip-range-start":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not-list":[ "ipv6-range-start", "subnet", "ipv6-subnet" ], "description":"IPv4 Host Address start", "optional":true }, "ip-range-end":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IPV4 Host address end", "optional":true }, "ipv6-range-start":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not-list":[ "ip-range-start", "subnet", "ipv6-subnet" ], "description":"IPv6 Host Address start", "optional":true }, "ipv6-range-end":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPV6 Host address end", "optional":true }, "subnet":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "not-list":[ "ip-range-start", "ipv6-range-start", "ipv6-subnet" ], "description":"IPv4 Network Address", "optional":true }, "ipv6-subnet":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "not-list":[ "ip-range-start", "ipv6-range-start", "subnet" ], "description":"IPv6 Network Address", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "required":[ "net-name" ] } ] } } }