{ "id":"/axapi/v3/object-group/network/{net-name}", "type":"object", "node-type":"list", "title":"network", "partition-visibility":"shared", "description":"Configure Network Object Group", "properties":{ "net-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Network Object Group Name", "optional":false }, "usage":{ "type":"string", "format":"enum", "default":"acl", "partition-visibility":"shared", "description":"'acl': Use for access-lists (default).; 'fw': Use for Firewall rule-set; ", "enum":[ "acl", "fw" ], "optional":true }, "ip-version":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'v4': IPv4 rule; 'v6': IPv6 rule; ", "enum":[ "v4", "v6" ], "optional":true }, "description":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Description of the object-group instance", "optional":true }, "rules":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "seq-num":{ "type":"number", "format":"number", "minimum":1, "maximum":8192, "partition-visibility":"shared", "description":"Sequence number" }, "host-v4":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IPv4 Host Address" }, "host-v6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPv6 Host Address" }, "ip-range-start":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IPv4 Host Address start" }, "ip-range-end":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IPV4 Host address end" }, "ipv6-range-start":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPv6 Host Address start" }, "ipv6-range-end":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPV6 Host address end" }, "any":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Any host" }, "subnet":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IPv4 Network Address" }, "rev-subnet-mask":{ "type":"string", "format":"ipv4-rev-netmask", "partition-visibility":"shared", "description":"Network Mask. 0=apply, 255=ignore" }, "fw-ipv4-address":{ "type":"string", "format":"ipv4-cidr", "partition-visibility":"shared", "description":"IPv4 Network Address" }, "ipv6-subnet":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"IPv6 Network Address" }, "fw-ipv6-subnet":{ "type":"string", "format":"ipv6-address-plen", "partition-visibility":"shared", "description":"IPv6 Network Address" }, "obj-network":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/object/network", "description":"Network Object" }, "slb-server":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "$ref":"/axapi/v3/slb/server", "description":"Server" }, "slb-vserver":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "$ref":"/axapi/v3/slb/virtual-server", "description":"Virtual Server" } } } ] }, "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 } }, "object-keys":[ "net-name" ], "required":[ "net-name" ] }