{ "id":"/axapi/v3/import/to-device", "type":"object", "node-type":"scalar", "title":"to-device", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"specify the target device to import in aVCS", "properties":{ "device":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Device (Device ID)", "optional":true }, "glm-license":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"License File", "optional":true }, "glm-cert":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"GLM certificate", "optional":true }, "web-category-license":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"License file to enable web-category feature", "optional":true }, "overwrite":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Overwrite existing file", "optional":true }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "partition-visibility":"shared", "description":"Use management port as source port", "optional":true }, "remote-file":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"profile name for remote url", "optional":true } } }