{ "id":"/axapi/v3/import-periodic/thales-kmdata/{thales-kmdata}", "type":"object", "node-type":"list", "title":"thales-kmdata", "partition-visibility":"shared", "description":"import Thales Kmdata files ", "properties":{ "thales-kmdata":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"import Thales Kmdata files - in .tgz format that has all files needed by AX", "optional":false }, "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 }, "period":{ "type":"number", "format":"number", "minimum":60, "maximum":31536000, "partition-visibility":"shared", "description":"Specify the period in second", "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 } }, "object-keys":[ "thales-kmdata" ], "required":[ "thales-kmdata" ] }