{ "id":"/axapi/v3/acos-cloud-integration/ecosystem/k8s", "type":"object", "node-type":"scalar", "title":"k8s", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure the kubernetes ecosystem for integration", "properties":{ "action":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable Configuration; 'disable': Disable Configuration; ", "enum":[ "enable", "disable" ], "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 }, "cluster-config-file":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Enter cluster config file name", "optional":true }, "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" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }