|
|
|
@@ -157,6 +157,7 @@ type ( |
|
|
|
|
|
|
|
type ( |
|
|
|
GeneralTaskReq { |
|
|
|
Token string `json:"token"` |
|
|
|
Name string `json:"name"` |
|
|
|
AdapterIds []string `json:"adapterIds"` |
|
|
|
ClusterIds []string `json:"clusterIds"` |
|
|
|
@@ -317,8 +318,8 @@ type ( |
|
|
|
} |
|
|
|
) |
|
|
|
|
|
|
|
type( |
|
|
|
asynCommitAiTaskReq{ |
|
|
|
type ( |
|
|
|
asynCommitAiTaskReq { |
|
|
|
Name string `json:"name,optional"` |
|
|
|
AdapterIds []string `json:"adapterIds,optional"` |
|
|
|
ClusterIds []string `json:"clusterIds,optional"` |
|
|
|
@@ -329,15 +330,14 @@ type( |
|
|
|
Command string `json:"command,optional"` |
|
|
|
FlavorId string `json:"flavorId,optional"` |
|
|
|
Status string `json:"status,optional"` |
|
|
|
ClusterId int64 `json:"clusterId,optional"` |
|
|
|
AdapterId string `json:"adapterId,optional"` |
|
|
|
|
|
|
|
ClusterId int64 `json:"clusterId,optional"` |
|
|
|
AdapterId string `json:"adapterId,optional"` |
|
|
|
} |
|
|
|
|
|
|
|
asynCommitAiTaskResp{ |
|
|
|
Code int32 `json:"code"` |
|
|
|
Msg string `json:"msg"` |
|
|
|
TaskId int64 `json:"taskId"` |
|
|
|
asynCommitAiTaskResp { |
|
|
|
Code int32 `json:"code"` |
|
|
|
Msg string `json:"msg"` |
|
|
|
TaskId int64 `json:"taskId"` |
|
|
|
} |
|
|
|
) |
|
|
|
|
|
|
|
@@ -991,7 +991,7 @@ type adapterInfoNameReqResp { |
|
|
|
Code int32 `json:"code,omitempty"` |
|
|
|
Msg string `json:"msg,omitempty"` |
|
|
|
ErrorMsg string `json:"errorMsg,omitempty"` |
|
|
|
InfoList InfoList `json:"infoList,omitempty"` |
|
|
|
InfoList InfoList `json:"infoList,omitempty"` |
|
|
|
} |
|
|
|
|
|
|
|
type InfoList { |
|
|
|
@@ -1279,7 +1279,7 @@ type ( |
|
|
|
TaskName string `json:"taskName"` |
|
|
|
Incident string `json:"incident"` |
|
|
|
} |
|
|
|
ListNoticeReq{ |
|
|
|
ListNoticeReq { |
|
|
|
} |
|
|
|
|
|
|
|
ListNoticeResp { |
|
|
|
|