{ "id":"/axapi/v3/system-view", "type":"object", "node-type":"intermediate", "title":"system-view", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"View System Parameters", "properties":{ "memory-view":{ "type":"object", "$ref":"/axapi/v3/system-view/memory-view", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'usage-percentage': Usage percentage; ", "enum":[ "all", "usage-percentage" ] } } } ] } } }, "hardware-view":{ "type":"object", "$ref":"/axapi/v3/system-view/hardware-view", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "show-backup":{ "type":"object", "$ref":"/axapi/v3/system-view/show-backup", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "show-process":{ "type":"object", "$ref":"/axapi/v3/system-view/show-process", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "show-monitor":{ "type":"object", "$ref":"/axapi/v3/system-view/show-monitor", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "hotfix":{ "type":"object", "$ref":"/axapi/v3/system-view/hotfix", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "chassis-detail":{ "type":"object", "$ref":"/axapi/v3/system-view/chassis-detail", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }