{ "id":"/axapi/v3/file/web-category-license", "type":"object", "node-type":"scalar", "title":"web-category-license", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"License file to enable web-category feature activation", "properties":{ "device":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Device (Device ID)", "optional":true }, "file":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Web-Category license local file name", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'import': import; ", "enum":[ "import" ], "optional":true }, "file-handle":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Full path of the uploaded file", "optional":true }, "use-mgmt-port":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable management port for backend", "optional":true } } }