...
Code Block | ||||
---|---|---|---|---|
| ||||
URL: /v2/projects/<project-name>/logical-clouds/<logical-cloud-name>/cluster-providers/<cluster-provider-name>/cluster-references/ POST BODY: { "metadata" : { "name": "lc-cl-1", "description": "desc", "userData1":"<user data>", "userData2":"<user data>" }, "spec" : { "cluster-provider": "cp-1", "cluster-name": "c1", //name of the cluster, "loadbalancer-ip" : "0.0.0.0" //IP address of the istio loadbalancer for the logical cloud control plane in the cluster } } } Return Status: 200 (OK) Return Body: { "cluster-name" : "cluster-1" "loadbalancer-ip" : "0.0.0.0" } |
...