{ "id":"/axapi/v3/acos-cloud-integration/ecosystem/consul", "type":"object", "node-type":"scalar", "title":"consul", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure the consul ecosystem for integration", "properties":{ "service-label":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "service-label-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/slb/service-group", "description":"Name service group to be monitored" } } } ] }, "ipv4-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not-list":[ "ipv6-address", "host-name" ], "description":"Configure the bootstrap server's IPv4 address (the host IPv4 address)", "optional":true }, "ipv6-address":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not-list":[ "ipv4-address", "host-name" ], "description":"Configure the bootstrap server's IPv6 address (the host IPv6 address)", "optional":true }, "host-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "not-list":[ "ipv4-address", "ipv6-address" ], "description":"Configure the host name for bootstrap server(e.g www.a10networks.com)", "optional":true }, "port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Configure the http port to use (port 8500)", "optional":true }, "health-check-interval":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'5': 5 seconds; '10': 10 seconds; '15': 15 seconds; '20': 20 seconds; ", "enum":[ "5", "10", "15", "20" ], "optional":true }, "action":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable Configuration; 'disable': Disable Configuration; ", "enum":[ "enable", "disable" ], "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 } } }