{ "id":"/axapi/v3/system/resource-usage", "type":"object", "node-type":"scalar", "title":"resource-usage", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure System Resource Usage", "properties":{ "ssl-context-memory":{ "type":"number", "format":"number", "plat-pos-list":["th7440"], "minimum":256, "maximum":16384, "default":2048, "partition-visibility":"shared", "description":"Total SSL context memory needed in units of MB. Will be rounded to closest multiple of 2MB", "optional":true }, "ssl-dma-memory":{ "type":"number", "format":"number", "plat-pos-list":["th7440"], "minimum":32, "maximum":2048, "default":256, "partition-visibility":"shared", "description":"Total SSL DMA memory needed in units of MB. Will be rounded to closest multiple of 2MB", "optional":true }, "nat-pool-addr-count":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Total configurable NAT Pool addresses in the System", "optional":true }, "l4-session-count":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Total Sessions in the System", "optional":true }, "auth-portal-html-file-size":{ "type":"number", "format":"number", "minimum":4, "maximum":120, "default":20, "partition-visibility":"shared", "description":"Specify maximum html file size for each html page in auth portal (in KB)", "optional":true }, "auth-portal-image-file-size":{ "type":"number", "format":"number", "minimum":1, "maximum":80, "default":6, "partition-visibility":"shared", "description":"Specify maximum image file size for default portal (in KB)", "optional":true }, "max-aflex-file-size":{ "type":"number", "format":"number", "minimum":16, "maximum":256, "default":32, "partition-visibility":"shared", "description":"Set maximum aFleX file size (Maximum file size in KBytes, default is 32K)", "optional":true }, "aflex-table-entry-count":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Total aFleX table entry in the system (Total aFlex entry in the system)", "optional":true }, "class-list-ipv6-addr-count":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Total IPv6 addresses for class-list", "optional":true }, "class-list-ac-entry-count":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Total entries for AC class-list", "optional":true }, "class-list-entry-count":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Total entries for class-list", "optional":true }, "max-aflex-authz-collection-number":{ "type":"number", "format":"number", "minimum":256, "maximum":4096, "default":512, "partition-visibility":"shared", "description":"Specify the maximum number of collections supported by aFleX authorization", "optional":true }, "radius-table-size":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Total configurable CGNV6 RADIUS Table entries", "optional":true }, "authz-policy-number":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Specify the maximum number of authorization policies", "optional":true }, "ipsec-sa-number":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Specify the maximum number of IPsec SA", "optional":true }, "ram-cache-memory-limit":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Specify the maximum memory used by ram cache", "optional":true }, "auth-session-count":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Total auth sessions in the system", "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 }, "visibility":{ "type":"object", "$ref":"/axapi/v3/system/resource-usage/visibility", "properties":{ "monitored-entity-count":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Total number of monitored entities for visibility" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }