{ "id":"/axapi/v3/enable-core", "type":"object", "node-type":"scalar", "title":"enable-core", "partition-visibility":"shared", "description":"Enable system coredump switch", "properties":{ "core-level":{ "type":"string", "format":"enum", "default":"a10", "partition-visibility":"shared", "not":"full", "description":"'a10': Enable A10 core dump, by default; 'system': Enable system coredump; ", "enum":[ "a10", "system" ], "optional":true }, "full":{ "type":"number", "format":"flag", "plat-neg-list":["cth"], "default":0, "partition-visibility":"shared", "not":"core-level", "description":"Enable full system core dump", "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 } } }