{ "id":"/axapi/v3/file/core", "type":"object", "node-type":"scalar", "title":"core", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"file operation for core files", "properties":{ "file":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"local core file name", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'export': export; 'delete': delete; ", "enum":[ "export", "delete" ], "optional":true }, "slot":{ "type":"number", "format":"number", "plat-pos-list":["chassis"], "minimum":0, "maximum":1, "partition-visibility":"shared", "description":"specify slot id in chassis", "optional":true } } }