Skip to content

Commit 7f734e6

Browse files
YashviJain01vinay033
authored andcommitted
Addition of migration id and migration status in get server api (#6613)
* resolving conflicts and rebasing it Signed-off-by: Yashvi Jain <[email protected]> * Removing the loggers Signed-off-by: Yashvi Jain <[email protected]> * Query changes for lastes migration status Signed-off-by: Yashvi Jain <[email protected]> * changing the response varibale Signed-off-by: Yashvi Jain <[email protected]>
1 parent 08149e9 commit 7f734e6

File tree

10 files changed

+198
-93
lines changed

10 files changed

+198
-93
lines changed

api/external/infra_proxy/infra_proxy.swagger.json

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/external/infra_proxy/response/servers.pb.go

Lines changed: 64 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/external/infra_proxy/response/servers.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ message Server {
3939
string ip_address = 5;
4040
// Chef organizations count associated with Chef Infra Server.
4141
int32 orgs_count = 6;
42+
//Migration Id for active Chef Infra server migration
43+
string migration_id = 7;
44+
//Migration Id for active Chef Infra server migration
45+
string migration_status =8;
4246
}
4347

4448
message GetServerStatus {

0 commit comments

Comments
 (0)