forked from JointCloud/pcm-coordinator
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