{ "id":"/axapi/v3/harmony-controller", "type":"object", "node-type":"intermediate", "title":"harmony-controller", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"Harmony controller information", "properties":{ "profile":{ "type":"object", "$ref":"/axapi/v3/harmony-controller/profile", "properties":{ "host":{ "type":"string", "format":"host", "partition-visibility":"shared", "description":"Set harmony controller host adddress" }, "use-mgmt-port":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use management port for connections" }, "port":{ "type":"number", "format":"number", "minimum":1, "maximum":32767, "default":8443, "partition-visibility":"shared", "description":"Set port for remote Harmony Controller, default is 8443" }, "provider":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"provider for the harmony-controller" }, "user-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"user-name for the tenant" }, "secret-value":{ "type":"string", "format":"password", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Specify the password for the user" }, "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)" }, "region":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"region of the thunder-device" }, "availability-zone":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"availablity zone of the thunder-device" }, "metrics-export-interval":{ "type":"number", "format":"number", "minimum":15, "maximum":300, "default":60, "partition-visibility":"shared", "description":"metrics export interval in seconds, default is 60 (metrics export interval in seconds, default is 60 seconds)" }, "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" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "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", "description":"IP address (IPv4 address)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "telemetry":{ "type":"object", "$ref":"/axapi/v3/harmony-controller/telemetry", "properties":{ "log-rate":{ "type":"number", "format":"number", "minimum":0, "maximum":10000, "default":1, "partition-visibility":"shared", "description":"Max number of session logs sent by the partition per second" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }