updated GetRunningInstance apis
Former-commit-id: e3b83f65357add17098b0a277f51a1e13bfbd87f
This commit is contained in:
parent
9abbf03b33
commit
b016f42a0f
|
@ -158,6 +158,7 @@ type (
|
||||||
|
|
||||||
GetRunningInstanceReq {
|
GetRunningInstanceReq {
|
||||||
Id string `form:"deployTaskId"`
|
Id string `form:"deployTaskId"`
|
||||||
|
AdapterId string `form:"adapterId"`
|
||||||
}
|
}
|
||||||
GetRunningInstanceResp {
|
GetRunningInstanceResp {
|
||||||
List interface{} `json:"list"`
|
List interface{} `json:"list"`
|
||||||
|
|
|
@ -6053,7 +6053,8 @@ type StopAllByDeployTaskIdResp struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type GetRunningInstanceReq struct {
|
type GetRunningInstanceReq struct {
|
||||||
Id string `form:"deployTaskId"`
|
Id string `form:"deployTaskId"`
|
||||||
|
AdapterId string `form:"adapterId"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type GetRunningInstanceResp struct {
|
type GetRunningInstanceResp struct {
|
||||||
|
|
Loading…
Reference in New Issue