{ "id":"/axapi/v3/call-home/profile", "type":"object", "node-type":"scalar", "title":"profile", "partition-visibility":"shared", "auto-created-object":1, "description":"Call home profile", "properties":{ "name":{ "type":"string", "format":"host", "partition-visibility":"shared", "not-list":[ "ipv4", "ipv6" ], "description":"set hostname url for the host", "optional":true }, "ipv4":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not-list":[ "name", "ipv6" ], "description":"set IPV4 address for the host", "optional":true }, "ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not-list":[ "name", "ipv4" ], "description":"set IPV6 address for the host", "optional":true }, "port":{ "type":"number", "format":"number", "minimum":1, "maximum":32767, "partition-visibility":"shared", "description":"Set port for the call home portal", "optional":true }, "use-mgmt-port":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use management port for connections", "optional":true }, "export-policy":{ "type":"string", "format":"enum", "default":"restrictive", "partition-visibility":"shared", "description":"'restrictive': Export minimal information about system and config, default policy; 'permissive': Export as much as possible information about system, config and solution data; ", "enum":[ "restrictive", "permissive" ], "optional":true }, "time":{ "type":"number", "format":"number", "minimum":0, "maximum":59, "default":0, "partition-visibility":"shared", "description":"Set export time of the data in minutes. default 0 (12 AM). exported between 12-01 AM", "optional":true }, "action":{ "type":"string", "format":"enum", "default":"register", "partition-visibility":"shared", "description":"'register': Register the device to the portal; 'deregister': Deregister the device from the portal; ", "enum":[ "register", "deregister" ], "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 } } }