{ "id":"/axapi/v3/harmony-controller/profile", "type":"object", "node-type":"scalar", "title":"profile", "partition-visibility":"shared", "description":"Harmony controller profile", "properties":{ "host":{ "type":"string", "format":"host", "partition-visibility":"shared", "not":"host-ipv6", "description":"Set harmony controller host address", "optional":true }, "host-ipv6":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "not":"host", "description":"IPV6 address or FQDN for the host", "optional":true }, "port":{ "type":"number", "format":"number", "minimum":1, "maximum":32767, "partition-visibility":"shared", "description":"Set port for remote Harmony Controller", "optional":true }, "use-mgmt-port":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use management port for connections", "optional":true }, "provider":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"provider for the harmony-controller", "optional":true }, "user-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"user-name for the tenant", "optional":true }, "cluster-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"name of cluster in harmony controller that this device is a member of", "optional":true }, "cluster-id":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":" id for the cluster in harmony controller, typically an uuid", "optional":true }, "secret-value":{ "type":"string", "format":"password", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Specify the password for the user", "optional":true }, "password-encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string)", "optional":true }, "region":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"region of the thunder-device", "optional":true }, "auto-restart-action":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': enable auto analytics bus restart, default behavior is enable; 'disable': disable auto analytics bus restart; ", "enum":[ "enable", "disable" ], "optional":true }, "interval":{ "type":"number", "format":"number", "minimum":1, "maximum":15, "default":3, "partition-visibility":"shared", "description":"auto analytics bus restart time interval in mins, default is 3 mins", "optional":true }, "availability-zone":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"availablity zone of the thunder-device", "optional":true }, "analytics":{ "type":"string", "format":"enum", "default":"all", "partition-visibility":"shared", "description":"'all': Export all the analytics information. This is the default value.; 'system': Export only system level policy for device management.; 'disable': Disable all the exports from the device.; ", "enum":[ "all", "system", "disable" ], "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'register': Register the device to the controller; 'deregister': Deregister the device from controller; ", "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 }, "re-sync":{ "type":"object", "$ref":"/axapi/v3/harmony-controller/profile/re-sync", "properties":{ "schema-registry":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"re-sync the schema registry" }, "analytics-bus":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"re-sync analtyics bus connections" } } }, "thunder-mgmt-ip":{ "type":"object", "$ref":"/axapi/v3/harmony-controller/profile/thunder-mgmt-ip", "properties":{ "ip-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not":"ipv6-addr", "description":"IP address (IPv4 address)" }, "ipv6-addr":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not":"ip-address", "description":"IPV6 address for the host" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "tunnel":{ "type":"object", "$ref":"/axapi/v3/harmony-controller/profile/tunnel", "properties":{ "action":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Tunnel Enable; 'disable': Tunnel Disable; ", "enum":[ "enable", "disable" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }