|
|
@@ -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 { |
|
|
|