{ "id":"/axapi/v3/call-home", "type":"object", "node-type":"intermediate", "title":"call-home", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"Call home information", "properties":{ "profile":{ "type":"object", "$ref":"/axapi/v3/call-home/profile", "properties":{ "name":{ "type":"string", "format":"host", "partition-visibility":"shared", "not-list":[ "ipv4", "ipv6" ], "description":"set hostname url for the host" }, "ipv4":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not-list":[ "name", "ipv6" ], "description":"set IPV4 address for the host" }, "ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not-list":[ "name", "ipv4" ], "description":"set IPV6 address for the host" }, "port":{ "type":"number", "format":"number", "minimum":1, "maximum":32767, "partition-visibility":"shared", "description":"Set port for the call home portal" }, "use-mgmt-port":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use management port for connections" }, "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" ] }, "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" }, "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" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }