Skip to content

Commit

Permalink
Modify Get server API for Migration status (#6645)
Browse files Browse the repository at this point in the history
* Modify Get server API for Migration status

Signed-off-by: Yashvi Jain <Yashvi.jain@progress.com>

* Modify the get server API

Signed-off-by: Yashvi Jain <Yashvi.jain@progress.com>
  • Loading branch information
YashviJain01 authored and vinay033 committed May 9, 2022
1 parent 63199bb commit a3b35b8
Show file tree
Hide file tree
Showing 9 changed files with 121 additions and 81 deletions.
4 changes: 4 additions & 0 deletions api/external/infra_proxy/infra_proxy.swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

87 changes: 49 additions & 38 deletions api/external/infra_proxy/response/servers.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion api/external/infra_proxy/response/servers.proto
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ message Server {
int32 orgs_count = 6;
//Migration Id for active Chef Infra server migration
string migration_id = 7;
//Migration Phase for active Chef Infra server migration
string migration_type =8;
//Migration Id for active Chef Infra server migration
string migration_status =8;
string migration_status =9;
}

message GetServerStatus {
Expand Down
87 changes: 49 additions & 38 deletions api/interservice/infra_proxy/response/servers.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a3b35b8

Please sign in to comment.