From e83272250169c26dddd165c4dbb9f0394cb8fbdd Mon Sep 17 00:00:00 2001 From: Manyanda Chitimbo Date: Wed, 6 Sep 2023 14:14:13 +0200 Subject: [PATCH] OCM-1534: add backplane_url field in the environment struct. This allows the backplane url to be returned as a response for the GET & PATCH call to the /api/clusters_mgmt/v1/environment API --- model/clusters_mgmt/v1/environment_type.model | 3 +++ 1 file changed, 3 insertions(+) diff --git a/model/clusters_mgmt/v1/environment_type.model b/model/clusters_mgmt/v1/environment_type.model index 311a322b..ca102ab0 100644 --- a/model/clusters_mgmt/v1/environment_type.model +++ b/model/clusters_mgmt/v1/environment_type.model @@ -24,4 +24,7 @@ struct Environment { // last time that the worker checked for limited support clusters LastLimitedSupportCheck Date + + // the backplane url for the environment + BackplaneURL String }