{ "id":"/axapi/v3/system/resource-accounting/template/{name}/network-resources", "type":"object", "node-type":"scalar", "title":"network-resources", "operation-not-allowed": ["DELETE"], "partition-visibility":"shared", "description":"Enter the network resource limits", "properties":{ "static-ipv4-route-cfg":{ "type":"object", "properties":{ "static-ipv4-route-max":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Enter the number of static ipv4 routes allowed (Static ipv4 routes (default is max-value))" }, "static-ipv4-route-min-guarantee":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Minimum guaranteed value ( Minimum guaranteed value)" } } }, "static-ipv6-route-cfg":{ "type":"object", "properties":{ "static-ipv6-route-max":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Enter the number of static ipv6 routes allowed (Static ipv6 routes (default is max-value))" }, "static-ipv6-route-min-guarantee":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Minimum guaranteed value ( Minimum guaranteed value)" } } }, "ipv4-acl-line-cfg":{ "type":"object", "properties":{ "ipv4-acl-line-max":{ "type":"number", "format":"number", "minimum":0, "maximum":16000, "partition-visibility":"shared", "description":"Enter the number of ACL lines allowed (IPV4 ACL lines (default is max-value))" }, "ipv4-acl-line-min-guarantee":{ "type":"number", "format":"number", "minimum":0, "maximum":16000, "default":0, "partition-visibility":"shared", "description":"Minimum guaranteed value ( Minimum guaranteed value)" } } }, "ipv6-acl-line-cfg":{ "type":"object", "properties":{ "ipv6-acl-line-max":{ "type":"number", "format":"number", "minimum":0, "maximum":16000, "partition-visibility":"shared", "description":"Enter the number of ACL lines allowed (IPV6 ACL lines (default is max-value))" }, "ipv6-acl-line-min-guarantee":{ "type":"number", "format":"number", "minimum":0, "maximum":16000, "default":0, "partition-visibility":"shared", "description":"Minimum guaranteed value ( Minimum guaranteed value)" } } }, "static-arp-cfg":{ "type":"object", "properties":{ "static-arp-max":{ "type":"number", "format":"number", "minimum":0, "maximum":128, "partition-visibility":"shared", "description":"Enter the number of static arp entries allowed (Static arp (default is max-value))" }, "static-arp-min-guarantee":{ "type":"number", "format":"number", "minimum":0, "maximum":128, "default":0, "partition-visibility":"shared", "description":"Minimum guaranteed value ( Minimum guaranteed value)" } } }, "static-neighbor-cfg":{ "type":"object", "properties":{ "static-neighbor-max":{ "type":"number", "format":"number", "minimum":0, "maximum":128, "partition-visibility":"shared", "description":"Enter the number of static neighbor entries allowed (Static neighbors (default is max-value))" }, "static-neighbor-min-guarantee":{ "type":"number", "format":"number", "minimum":0, "maximum":128, "default":0, "partition-visibility":"shared", "description":"Minimum guaranteed value ( Minimum guaranteed value)" } } }, "static-mac-cfg":{ "type":"object", "properties":{ "static-mac-max":{ "type":"number", "format":"number", "minimum":0, "maximum":500, "partition-visibility":"shared", "description":"Enter the number of static MAC entries allowed (Static MACs (default is max-value))" }, "static-mac-min-guarantee":{ "type":"number", "format":"number", "minimum":0, "maximum":500, "default":0, "partition-visibility":"shared", "description":"Minimum guaranteed value ( Minimum guaranteed value)" } } }, "object-group-cfg":{ "type":"object", "properties":{ "object-group-max":{ "type":"number", "format":"number", "minimum":0, "maximum":8000, "partition-visibility":"shared", "description":"Enter the number of object groups allowed (Object group (default is max-value))" }, "object-group-min-guarantee":{ "type":"number", "format":"number", "minimum":0, "maximum":8000, "default":0, "partition-visibility":"shared", "description":"Minimum guaranteed value ( Minimum guaranteed value)" } } }, "object-group-clause-cfg":{ "type":"object", "properties":{ "object-group-clause-max":{ "type":"number", "format":"number", "minimum":0, "maximum":8192000, "partition-visibility":"shared", "description":"Enter the number of object group clauses allowed (Object group clauses (default is max-value))" }, "object-group-clause-min-guarantee":{ "type":"number", "format":"number", "minimum":0, "maximum":8192000, "default":0, "partition-visibility":"shared", "description":"Minimum guaranteed value ( Minimum guaranteed value)" } } }, "threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":99, "partition-visibility":"shared", "description":"Enter the threshold as a percentage (Threshold in percentage(default is 100%))", "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 } } }