Commit 9515e5ed by fukai

去除无用的JSON文件

parent 7291e7bc
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/ruleProj/Authority/authorityRuleModulePage" : {
"get" : {
"description" : "Method Description -- authorityRuleModuleWin",
"operationId" : "authorityRuleModuleWin",
"tags" : [ "AuthorityController" ],
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "manageId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- manageId"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "object",
"additionalProperties" : {
"$ref" : "#/definitions/Object"
}
},
"description" : "Response OK"
}
}
}
},
"/ruleProj/Authority/authorityRuleModuleAction" : {
"post" : {
"description" : "Method Description -- authorityRuleModuleAction",
"operationId" : "authorityRuleModuleAction",
"tags" : [ "AuthorityController" ],
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "authinfo",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/AuthInfo"
},
"description" : "parameter name -- authinfo"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/Response"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"Response" : {
"type" : "object",
"properties" : { }
},
"AuthInfo" : {
"type" : "object",
"properties" : {
"id" : {
"type" : "string"
},
"projectCode" : {
"type" : "string"
},
"authTypeValue" : {
"type" : "string"
},
"authLoginNames" : {
"type" : "string"
}
}
},
"Object" : {
"type" : "object",
"properties" : { }
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.3.0",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/configDeal/exportApplicationKVValue" : {
"get" : {
"description" : "Method Description -- exportConfig",
"operationId" : "exportConfig",
"tags" : [ "ConfigDealResource" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "config",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- config"
}, {
"name" : "fileName",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- fileName"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/Response"
},
"description" : "Response OK"
}
}
}
},
"/configDeal/importConfig" : {
"post" : {
"description" : "Method Description -- importConfig",
"operationId" : "importConfig",
"tags" : [ "ConfigDealResource" ],
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "multipartformdatainput",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/MultipartFormDataInput"
},
"description" : "parameter name -- multipartformdatainput"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
},
"/configDeal/exportConfigFromDB" : {
"get" : {
"description" : "Method Description -- exportConfigFromDB",
"operationId" : "exportConfigFromDB",
"tags" : [ "ConfigDealResource" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "config",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- config"
}, {
"name" : "fileName",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- fileName"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/Response"
},
"description" : "Response OK"
}
}
}
},
"/configDeal/exportAllConfigByFormat" : {
"get" : {
"description" : "Method Description -- exportAllConfigFromDBByFormat",
"operationId" : "exportAllConfigFromDBByFormat",
"tags" : [ "ConfigDealResource" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "fileName",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- fileName"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/Response"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"Response" : {
"type" : "object",
"properties" : { }
},
"MultipartFormDataInput" : {
"type" : "object",
"properties" : { }
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/ruleProj/excel/download" : {
"get" : {
"description" : "Method Description -- exportExcel",
"operationId" : "exportExcel",
"tags" : [ "ExcelAction" ],
"parameters" : [ {
"name" : "downloadType",
"in" : "path",
"required" : "true",
"type" : "string",
"description" : "parameter name -- downloadType"
}, {
"name" : "type",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- type"
}, {
"name" : "id",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- id"
}, {
"name" : "name",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- name"
} ],
"responses" : {
"200" : {
"description" : "Response OK"
}
}
}
},
"/ruleProj/excel/downloadTemplate" : {
"get" : {
"description" : "Method Description -- exportExcel",
"operationId" : "exportExcel",
"tags" : [ "ExcelAction" ],
"parameters" : [ {
"name" : "name",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- name"
} ],
"responses" : {
"200" : {
"description" : "Response OK"
}
}
}
},
"/ruleProj/excel/upload" : {
"post" : {
"description" : "Method Description -- importExcel",
"operationId" : "importExcel",
"tags" : [ "ExcelAction" ],
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "multipartformdatainput",
"in" : "body",
"required" : "true",
"type" : "string",
"schema" : {
"$ref" : "#/definitions/MultipartFormDataInput"
},
"description" : "parameter name -- multipartformdatainput"
}, {
"name" : "type",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- type"
}, {
"name" : "isImportUser",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- isImportUser"
}, {
"name" : "projectCode",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- projectCode"
} ],
"responses" : {
"200" : {
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"MultipartFormDataInput" : {
"type" : "object",
"properties" : { }
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/flowExecute/nextGoingFlows" : {
"post" : {
"description" : "Method Description -- findNextGoingFlows",
"operationId" : "findNextGoingFlows",
"tags" : [ "FlowExecuteResource" ],
"parameters" : [ {
"name" : "flowmanagevo",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/FlowManageVO"
},
"description" : "parameter name -- flowmanagevo"
}, {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/PagingData_FlowManageVO"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"PagingData_FlowManageVO" : {
"type" : "object",
"properties" : {
"offset" : {
"type" : "integer"
},
"total" : {
"type" : "integer"
},
"sort" : {
"type" : "string"
},
"limit" : {
"type" : "integer"
},
"rows" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/FlowManageVO"
}
},
"order" : {
"type" : "string"
},
"search" : {
"type" : "string"
}
}
},
"FlowManageVO" : {
"type" : "object",
"properties" : {
"id" : {
"type" : "integer"
},
"flowId" : {
"type" : "string"
},
"jobGroup" : {
"type" : "integer"
},
"flowDesc" : {
"type" : "string"
},
"flowCron" : {
"type" : "string"
},
"addTime" : {
"type" : "string"
},
"updateTime" : {
"type" : "string"
},
"author" : {
"type" : "string"
},
"triggerStatus" : {
"type" : "integer"
},
"flowXmlData" : {
"type" : "string"
},
"flowNodeDataStr" : {
"type" : "string"
},
"flowNodeData" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/Object"
}
},
"nodeMap" : {
"type" : "string"
},
"delStatus" : {
"type" : "integer"
},
"publishVersion" : {
"type" : "integer"
},
"childFlowNDMap" : {
"type" : "string"
},
"connects" : {
"type" : "string"
},
"connectsStr" : {
"type" : "string"
},
"fileCoordFlag" : {
"type" : "string"
},
"filePath" : {
"type" : "string"
},
"fileBean" : {
"type" : "string"
},
"fileCron" : {
"type" : "string"
},
"fileParam" : {
"type" : "string"
},
"hour" : {
"type" : "integer"
},
"nextTriggerTime" : {
"type" : "string"
},
"flowLogId" : {
"type" : "integer"
},
"nodeId" : {
"type" : "string"
},
"operator" : {
"type" : "string"
},
"subJobIds" : {
"type" : "string"
},
"isSharding" : {
"type" : "string"
},
"executeType" : {
"type" : "integer"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/flowmanage/copy/{id}" : {
"post" : {
"description" : "Method Description -- copy",
"operationId" : "copy",
"tags" : [ "FlowManageResource" ],
"parameters" : [ {
"name" : "id",
"in" : "path",
"required" : "true",
"type" : "integer",
"description" : "parameter name -- id"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
},
"/flowmanage/issueFlow/{id}" : {
"post" : {
"description" : "Method Description -- issueFlow",
"operationId" : "issueFlow",
"tags" : [ "FlowManageResource" ],
"parameters" : [ {
"name" : "id",
"in" : "path",
"required" : "true",
"type" : "integer",
"description" : "parameter name -- id"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
},
"/flowmanage/exportFlow" : {
"post" : {
"description" : "Method Description -- exportFlow",
"operationId" : "exportFlow",
"tags" : [ "FlowManageResource" ],
"consumes" : [ "application/json" ],
"parameters" : [ ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/Response"
},
"description" : "Response OK"
}
}
}
},
"/flowmanage/importFlow" : {
"post" : {
"description" : "Method Description -- importConfig",
"operationId" : "importConfig",
"tags" : [ "FlowManageResource" ],
"produces" : [ "application/json" ],
"consumes" : [ "multipart/form-data" ],
"parameters" : [ {
"name" : "multipartformdatainput",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/MultipartFormDataInput"
},
"description" : "parameter name -- multipartformdatainput"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/Response"
},
"description" : "Response OK"
}
}
}
},
"/flowmanage/findByCondition" : {
"get" : {
"description" : "Method Description -- findByCondition",
"operationId" : "findByCondition",
"tags" : [ "FlowManageResource" ],
"parameters" : [ {
"name" : "flowId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- flowId"
}, {
"name" : "flowDesc",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- flowDesc"
}, {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/PagingData_FlowManageTempBo"
},
"description" : "Response OK"
}
}
}
},
"/flowmanage/deleteFlow/{id}" : {
"post" : {
"description" : "Method Description -- deleteFlow",
"operationId" : "deleteFlow",
"tags" : [ "FlowManageResource" ],
"parameters" : [ {
"name" : "id",
"in" : "path",
"required" : "true",
"type" : "integer",
"description" : "parameter name -- id"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
},
"/flowmanage" : {
"" : {
"description" : "Method Description -- importDataHandle",
"operationId" : "importDataHandle",
"tags" : [ "FlowManageResource" ],
"parameters" : [ ],
"responses" : {
"200" : {
"description" : "Response OK"
}
}
}
},
"/flowmanage/saveFlow" : {
"post" : {
"description" : "Method Description -- saveFlow",
"operationId" : "saveFlow",
"tags" : [ "FlowManageResource" ],
"parameters" : [ {
"name" : "flowmanagetempbo",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/FlowManageTempBo"
},
"description" : "parameter name -- flowmanagetempbo"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
},
"/flowmanage/updateFlow/{id}" : {
"get" : {
"description" : "Method Description -- editById",
"operationId" : "editById",
"tags" : [ "FlowManageResource" ],
"parameters" : [ {
"name" : "id",
"in" : "path",
"required" : "true",
"type" : "string",
"description" : "parameter name -- id"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/FlowManageTempBo"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"Response" : {
"type" : "object",
"properties" : { }
},
"MultipartFormDataInput" : {
"type" : "object",
"properties" : { }
},
"FlowManageTempBo" : {
"type" : "object",
"properties" : {
"id" : {
"type" : "integer"
},
"flowId" : {
"type" : "string"
},
"jobGroup" : {
"type" : "integer"
},
"flowDesc" : {
"type" : "string"
},
"flowCron" : {
"type" : "string"
},
"addTime" : {
"type" : "string"
},
"updateTime" : {
"type" : "string"
},
"author" : {
"type" : "string"
},
"flowXmlData" : {
"type" : "string"
},
"flowNodeDataStr" : {
"type" : "string"
},
"flowNodeData" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/Object"
}
},
"lastVersion" : {
"type" : "integer"
},
"connectsStr" : {
"type" : "string"
},
"connects" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/Object"
}
},
"fileCoordFlag" : {
"type" : "string"
},
"filePath" : {
"type" : "string"
},
"fileBean" : {
"type" : "string"
},
"fileCron" : {
"type" : "string"
},
"alarmNumLimit" : {
"type" : "integer"
},
"expectExecuteTimes" : {
"type" : "integer"
}
}
},
"PagingData_FlowManageTempBo" : {
"type" : "object",
"properties" : {
"offset" : {
"type" : "integer"
},
"total" : {
"type" : "integer"
},
"sort" : {
"type" : "string"
},
"limit" : {
"type" : "integer"
},
"order" : {
"type" : "string"
},
"rows" : {
"type" : "array",
"items" : { }
},
"search" : {
"type" : "string"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/gateway/monitor/getconfig" : {
"get" : {
"description" : "Method Description -- getConsulKvValue",
"operationId" : "getConsulKvValue",
"tags" : [ "GatewayAutoConfig" ],
"responses" : {
"200" : {
"schema" : {
"type" : "object",
"additionalProperties" : {
"$ref" : "#/definitions/Object"
}
},
"description" : "Response OK"
}
}
}
},
"/gateway/monitor/storeconfig" : {
"post" : {
"description" : "Method Description -- storeConsulKvValue",
"operationId" : "storeConsulKvValue",
"tags" : [ "GatewayAutoConfig" ],
"parameters" : [ ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
},
"/gateway/config/getConfigValue" : {
"get" : {
"description" : "Method Description -- getConsulValue",
"operationId" : "getConsulValue",
"tags" : [ "GatewayAutoConfig" ],
"responses" : {
"200" : {
"schema" : {
"type" : "object",
"additionalProperties" : {
"$ref" : "#/definitions/Object"
}
},
"description" : "Response OK"
}
}
}
},
"/gateway/config/storeConfigValue" : {
"post" : {
"description" : "Method Description -- storeConsulValue",
"operationId" : "storeConsulValue",
"tags" : [ "GatewayAutoConfig" ],
"parameters" : [ ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"Object" : {
"type" : "object",
"properties" : { }
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/batch/job/queryJob" : {
"get" : {
"description" : "Method Description -- queryJob",
"operationId" : "queryJob",
"tags" : [ "JobResource" ],
"parameters" : [ {
"name" : "jobId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- jobId"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/BatchJobBo"
},
"description" : "Response OK"
}
}
}
},
"/batch/job/pageData" : {
"get" : {
"description" : "Method Description -- queryJobs",
"operationId" : "queryJobs",
"tags" : [ "JobResource" ],
"parameters" : [ {
"name" : "startTime",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- startTime"
}, {
"name" : "endTime",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- endTime"
}, {
"name" : "version",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- version"
}, {
"name" : "jobName",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- jobName"
}, {
"name" : "jobId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- jobId"
}, {
"name" : "status",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- status"
}, {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/PagingData"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"BatchJobBo" : {
"type" : "object",
"properties" : {
"jobId" : {
"type" : "string"
},
"jobName" : {
"type" : "string"
},
"version" : {
"type" : "integer"
},
"createTime" : {
"type" : "string"
},
"startTime" : {
"type" : "string"
},
"endTime" : {
"type" : "string"
},
"status" : {
"type" : "string"
},
"lastUpdated" : {
"type" : "string"
},
"exitCode" : {
"type" : "string"
},
"exitMessage" : {
"type" : "string"
},
"jobExecutionId" : {
"type" : "string"
}
}
},
"PagingData" : {
"type" : "object",
"properties" : {
"offset" : {
"type" : "integer"
},
"total" : {
"type" : "integer"
},
"order" : {
"type" : "string"
},
"limit" : {
"type" : "integer"
},
"rows" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"sort" : {
"type" : "string"
},
"search" : {
"type" : "string"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/Manage/clear" : {
"get" : {
"description" : "Method Description -- clearConfigVo",
"operationId" : "clearConfigVo",
"tags" : [ "ManageResource" ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/Response"
},
"description" : "Response OK"
}
}
}
},
"/Manage/page" : {
"get" : {
"description" : "Method Description -- getManageList",
"operationId" : "getManageList",
"tags" : [ "ManageResource" ],
"parameters" : [ {
"name" : "id",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- id"
}, {
"name" : "monitorswitch",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- monitorswitch"
}, {
"name" : "resourceurl",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- resourceurl"
}, {
"name" : "methodtype",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- methodtype"
}, {
"name" : "createtime",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- createtime"
}, {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/PagingData_ManageBO"
},
"description" : "Response OK"
}
}
}
},
"/Manage" : {
"get" : {
"description" : "Method Description -- getManageAll",
"operationId" : "getManageAll",
"tags" : [ "ManageResource" ],
"responses" : {
"200" : {
"schema" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/ManageBO"
}
},
"description" : "Response OK"
}
}
},
"post" : {
"description" : "Method Description -- saveManage",
"operationId" : "saveManage",
"tags" : [ "ManageResource" ],
"parameters" : [ {
"name" : "managebo",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/ManageBO"
},
"description" : "parameter name -- managebo"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/ManageBO"
},
"description" : "Response OK"
}
}
}
},
"/Manage/close/{ids}" : {
"get" : {
"description" : "Method Description -- closeManage",
"operationId" : "closeManage",
"tags" : [ "ManageResource" ],
"parameters" : [ {
"name" : "ids",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- ids"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
},
"/Manage/dels/{ids}" : {
"get" : {
"description" : "Method Description -- deleteManage",
"operationId" : "deleteManage",
"tags" : [ "ManageResource" ],
"parameters" : [ {
"name" : "ids",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- ids"
} ],
"responses" : {
"200" : {
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"Response" : {
"type" : "object",
"properties" : { }
},
"ManageBO" : {
"type" : "object",
"properties" : {
"hashCode" : {
"type" : "integer"
},
"id" : {
"type" : "integer"
},
"monitorswitch" : {
"type" : "string"
},
"resourceurl" : {
"type" : "string"
},
"methodtype" : {
"type" : "string"
},
"createtime" : {
"type" : "string"
},
"updatetime" : {
"type" : "string"
},
"app1" : {
"type" : "string"
},
"app2" : {
"type" : "string"
},
"list" : {
"type" : "string"
}
}
},
"PagingData_ManageBO" : {
"type" : "object",
"properties" : {
"offset" : {
"type" : "integer"
},
"total" : {
"type" : "integer"
},
"rows" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/ManageBO"
}
},
"limit" : {
"type" : "integer"
},
"sort" : {
"type" : "string"
},
"order" : {
"type" : "string"
},
"search" : {
"type" : "string"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/Monitor/List" : {
"get" : {
"description" : "Method Description -- getMonitorList",
"operationId" : "getMonitorList",
"tags" : [ "MonitorResource" ],
"parameters" : [ {
"name" : "userId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- userId"
}, {
"name" : "startTime",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- startTime"
}, {
"name" : "endTime",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- endTime"
}, {
"name" : "requestUrl",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- requestUrl"
}, {
"name" : "responseCode",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- responseCode"
}, {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
}, {
"name" : "sort",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- sort"
}, {
"name" : "dir",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- dir"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/PagingData_MonitorBO"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"PagingData_MonitorBO" : {
"type" : "object",
"properties" : {
"offset" : {
"type" : "integer"
},
"total" : {
"type" : "integer"
},
"rows" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/MonitorBO"
}
},
"limit" : {
"type" : "integer"
},
"sort" : {
"type" : "string"
},
"order" : {
"type" : "string"
},
"search" : {
"type" : "string"
}
}
},
"MonitorBO" : {
"type" : "object",
"properties" : {
"id" : {
"type" : "integer"
},
"clientIp" : {
"type" : "string"
},
"userId" : {
"type" : "integer"
},
"requestHead" : {
"type" : "string"
},
"requestMethod" : {
"type" : "string"
},
"requestUrl" : {
"type" : "string"
},
"requestParam" : {
"type" : "string"
},
"responseData" : {
"type" : "string"
},
"responseCode" : {
"type" : "integer"
},
"startTime" : {
"type" : "string"
},
"endTime" : {
"type" : "string"
},
"continueTime" : {
"type" : "integer"
},
"sessionId" : {
"type" : "string"
},
"logName" : {
"type" : "string"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/monitorlog" : {
"get" : {
"description" : "Method Description -- getMonitorLogVoList",
"operationId" : "getMonitorLogVoList",
"tags" : [ "MonitorLogResource" ],
"parameters" : [ {
"name" : "userId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- userId"
}, {
"name" : "startTime",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- startTime"
}, {
"name" : "endTime",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- endTime"
}, {
"name" : "requestUrl",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- requestUrl"
}, {
"name" : "responseCode",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- responseCode"
}, {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
}, {
"name" : "sort",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- sort"
}, {
"name" : "dir",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- dir"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/PagingData_MonitorLogVo"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"PagingData_MonitorLogVo" : {
"type" : "object",
"properties" : {
"offset" : {
"type" : "integer"
},
"total" : {
"type" : "integer"
},
"limit" : {
"type" : "integer"
},
"search" : {
"type" : "string"
},
"order" : {
"type" : "string"
},
"rows" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/MonitorLogVo"
}
},
"sort" : {
"type" : "string"
}
}
},
"MonitorLogVo" : {
"type" : "object",
"properties" : {
"offset" : {
"type" : "integer"
},
"total" : {
"type" : "integer"
},
"limit" : {
"type" : "integer"
},
"search" : {
"type" : "string"
},
"order" : {
"type" : "string"
},
"rows" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"sort" : {
"type" : "string"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.3.0",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/poinTracer/list" : {
"get" : {
"description" : "Method Description -- list",
"operationId" : "list",
"tags" : [ "PoinTracerResource" ],
"parameters" : [ {
"name" : "tracerqueryparams",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/TracerQueryParams"
},
"description" : "parameter name -- tracerqueryparams"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/TracerLogVo"
},
"description" : "Response OK"
}
}
}
},
"/poinTracer/detail" : {
"get" : {
"description" : "Method Description -- detail",
"operationId" : "detail",
"tags" : [ "PoinTracerResource" ],
"parameters" : [ {
"name" : "traceId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- traceId"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/TracerLogDetailVo"
},
"description" : "Response OK"
}
}
}
},
"/poinTracer/services" : {
"get" : {
"description" : "Method Description -- getServiceName",
"operationId" : "getServiceName",
"tags" : [ "PoinTracerResource" ],
"responses" : {
"200" : {
"schema" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"TracerLogVo" : {
"type" : "object",
"properties" : {
"total" : {
"type" : "number"
},
"maxCostTime" : {
"type" : "integer"
},
"services" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/TracerServicesVo"
}
}
}
},
"TracerQueryParams" : {
"type" : "object",
"properties" : {
"traceId" : {
"type" : "string"
},
"gId" : {
"type" : "string"
},
"serviceName" : {
"type" : "string"
},
"unitCode" : {
"type" : "string"
},
"requestStartTime" : {
"type" : "string"
},
"requestEndTime" : {
"type" : "string"
},
"costTime" : {
"type" : "string"
},
"count" : {
"type" : "integer"
},
"orderType" : {
"type" : "integer"
},
"offset" : {
"type" : "integer"
},
"limit" : {
"type" : "integer"
}
}
},
"TracerLogDetailVo" : {
"type" : "object",
"properties" : {
"servicesVo" : {
"$ref" : "#/definitions/TracerServicesVo"
},
"serviceCountVos" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/TracerServiceCountVo"
}
},
"services" : {
"type" : "array",
"items" : {
"type" : "map"
}
},
"fromToVos" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/TopologicalFromToVo"
}
},
"labelVos" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/TopologicalServiceLabel"
}
},
"detailVos" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/TopologicalDetailVo"
}
}
}
},
"TracerServiceCountVo" : {
"type" : "object",
"properties" : {
"name" : {
"type" : "string"
},
"count" : {
"type" : "integer"
},
"costTime" : {
"type" : "integer"
}
}
},
"TopologicalServiceLabel" : {
"type" : "object",
"properties" : {
"id" : {
"type" : "integer"
},
"label" : {
"type" : "string"
}
}
},
"TopologicalFromToVo" : {
"type" : "object",
"properties" : {
"from" : {
"type" : "integer"
},
"to" : {
"type" : "integer"
}
}
},
"TopologicalDetailVo" : {
"type" : "object",
"properties" : {
"serviceName" : {
"type" : "string"
},
"callNum" : {
"type" : "integer"
},
"calledNum" : {
"type" : "integer"
},
"totalCostTime" : {
"type" : "integer"
},
"avgCostTime" : {
"type" : "integer"
},
"redisNum" : {
"type" : "integer"
},
"dbNum" : {
"type" : "integer"
},
"sysName" : {
"type" : "string"
}
}
},
"TracerServicesVo" : {
"type" : "object",
"properties" : {
"costTime" : {
"type" : "integer"
},
"spanCount" : {
"type" : "integer"
},
"requestTime" : {
"type" : "string"
},
"count" : {
"type" : "integer"
},
"resultCode" : {
"type" : "string"
},
"traceId" : {
"type" : "string"
},
"serviceCounts" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/TracerServiceCountVo"
}
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.3.0",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/poinTracerTopological/info" : {
"get" : {
"description" : "Method Description -- info",
"operationId" : "info",
"tags" : [ "PoinTracerTopologicalResource" ],
"parameters" : [ {
"name" : "startTime",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- startTime"
}, {
"name" : "endTime",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- endTime"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/TopologicalVo"
},
"description" : "Response OK"
}
}
}
},
"/poinTracerTopological/detail" : {
"get" : {
"description" : "Method Description -- detail",
"operationId" : "detail",
"tags" : [ "PoinTracerTopologicalResource" ],
"parameters" : [ {
"name" : "startTime",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- startTime"
}, {
"name" : "endTime",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- endTime"
}, {
"name" : "serviceName",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- serviceName"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/TopologicalDetailVo"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"TopologicalVo" : {
"type" : "object",
"properties" : {
"fromToVos" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/TopologicalFromToVo"
}
},
"labelVos" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/TopologicalServiceLabel"
}
}
}
},
"TopologicalDetailVo" : {
"type" : "object",
"properties" : {
"serviceName" : {
"type" : "string"
},
"callNum" : {
"type" : "integer"
},
"calledNum" : {
"type" : "integer"
},
"totalCostTime" : {
"type" : "integer"
},
"avgCostTime" : {
"type" : "integer"
},
"redisNum" : {
"type" : "integer"
},
"dbNum" : {
"type" : "integer"
},
"sysName" : {
"type" : "string"
}
}
},
"TopologicalServiceLabel" : {
"type" : "object",
"properties" : {
"id" : {
"type" : "integer"
},
"label" : {
"type" : "string"
}
}
},
"TopologicalFromToVo" : {
"type" : "object",
"properties" : {
"from" : {
"type" : "integer"
},
"to" : {
"type" : "integer"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/Reports/getChartInfo" : {
"get" : {
"description" : "Method Description -- getChartInfo",
"operationId" : "getChartInfo",
"tags" : [ "ReportsResource" ],
"parameters" : [ {
"name" : "selectDate",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- selectDate"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "object",
"additionalProperties" : {
"$ref" : "#/definitions/Object"
}
},
"description" : "Response OK"
}
}
}
},
"/Reports/getDashboardInfo" : {
"get" : {
"description" : "Method Description -- dashboardInfo",
"operationId" : "dashboardInfo",
"tags" : [ "ReportsResource" ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
},
"/Reports/getJobLogStatistics" : {
"post" : {
"description" : "Method Description -- getJobLogStatistics",
"operationId" : "getJobLogStatistics",
"tags" : [ "ReportsResource" ],
"parameters" : [ {
"name" : "logstatistics",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/LogStatistics"
},
"description" : "parameter name -- logstatistics"
}, {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/ResponseEntity"
},
"description" : "Response OK"
}
}
}
},
"/Reports/getSumJobLogStatistics" : {
"get" : {
"description" : "Method Description -- getSumJobLogStatistics",
"operationId" : "getSumJobLogStatistics",
"tags" : [ "ReportsResource" ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/ResponseEntity"
},
"description" : "Response OK"
}
}
}
},
"/Reports/getFlowLogStatistics" : {
"post" : {
"description" : "Method Description -- getFlowLogStatistics",
"operationId" : "getFlowLogStatistics",
"tags" : [ "ReportsResource" ],
"parameters" : [ {
"name" : "logstatistics",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/LogStatistics"
},
"description" : "parameter name -- logstatistics"
}, {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/ResponseEntity"
},
"description" : "Response OK"
}
}
}
},
"/Reports/getSumFlowLogStatistics" : {
"get" : {
"description" : "Method Description -- getSumFlowLogStatistics",
"operationId" : "getSumFlowLogStatistics",
"tags" : [ "ReportsResource" ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/ResponseEntity"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"ResponseEntity" : {
"type" : "object",
"properties" : {
"headers" : {
"$ref" : "#/definitions/HttpHeaders"
},
"body" : {
"$ref" : "#/definitions/Object"
}
}
},
"LogStatistics" : {
"type" : "object",
"properties" : {
"failureCount" : {
"type" : "integer"
},
"successCount" : {
"type" : "integer"
},
"runningCount" : {
"type" : "integer"
},
"flowInfoId" : {
"type" : "integer"
},
"flowId" : {
"type" : "string"
},
"jobId" : {
"type" : "integer"
}
}
},
"HttpHeaders" : {
"type" : "object",
"properties" : { }
},
"Object" : {
"type" : "object",
"properties" : { }
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/restmonitorconf/page" : {
"get" : {
"description" : "Method Description -- getRestmonitorconfList",
"operationId" : "getRestmonitorconfList",
"tags" : [ "RestmonitorconfResource" ],
"parameters" : [ {
"name" : "id",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- id"
}, {
"name" : "monitorswitch",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- monitorswitch"
}, {
"name" : "resourceurl",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- resourceurl"
}, {
"name" : "methodtype",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- methodtype"
}, {
"name" : "createtime",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- createtime"
}, {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- limit"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/PagingData"
},
"description" : "Response OK"
}
}
}
},
"/restmonitorconf" : {
"post" : {
"description" : "Method Description -- saveRestmonitorconfs",
"operationId" : "saveRestmonitorconfs",
"tags" : [ "RestmonitorconfResource" ],
"parameters" : [ {
"name" : "ecrestmonitorconfbo",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/EcRestmonitorconfBO"
},
"description" : "parameter name -- ecrestmonitorconfbo"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/EcRestmonitorconfBO"
},
"description" : "Response OK"
}
}
},
"get" : {
"description" : "Method Description -- getRestmonitorconfAll",
"operationId" : "getRestmonitorconfAll",
"tags" : [ "RestmonitorconfResource" ],
"responses" : {
"200" : {
"schema" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/EcRestmonitorconfBO"
}
},
"description" : "Response OK"
}
}
}
},
"/restmonitorconf/dels/{ids}" : {
"post" : {
"description" : "Method Description -- deleteRestmonitorconfs",
"operationId" : "deleteRestmonitorconfs",
"tags" : [ "RestmonitorconfResource" ],
"parameters" : [ {
"name" : "ids",
"in" : "path",
"required" : "true",
"type" : "string",
"description" : "parameter name -- ids"
} ],
"responses" : {
"200" : {
"description" : "Response OK"
}
}
}
},
"/restmonitorconf/clear" : {
"get" : {
"description" : "Method Description -- clearConfigVo",
"operationId" : "clearConfigVo",
"tags" : [ "RestmonitorconfResource" ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/Response"
},
"description" : "Response OK"
}
}
}
},
"/restmonitorconf/clearAllMonitorConfigByIP" : {
"get" : {
"description" : "Method Description -- clearAllMonitorConfigByIP",
"operationId" : "clearAllMonitorConfigByIP",
"tags" : [ "RestmonitorconfResource" ],
"responses" : {
"200" : {
"schema" : {
"type" : "object",
"additionalProperties" : {
"type" : "list"
}
},
"description" : "Response OK"
}
}
}
},
"/restmonitorconf/close/{ids}" : {
"get" : {
"description" : "Method Description -- closeRestmonitorconfs",
"operationId" : "closeRestmonitorconfs",
"tags" : [ "RestmonitorconfResource" ],
"parameters" : [ {
"name" : "ids",
"in" : "path",
"required" : "true",
"type" : "string",
"description" : "parameter name -- ids"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"Response" : {
"type" : "object",
"properties" : { }
},
"EcRestmonitorconfBO" : {
"type" : "object",
"properties" : {
"id" : {
"type" : "integer"
},
"monitorswitch" : {
"type" : "string"
},
"resourceurl" : {
"type" : "string"
},
"methodtype" : {
"type" : "string"
},
"createtime" : {
"type" : "string"
},
"updatetime" : {
"type" : "string"
},
"app1" : {
"type" : "string"
},
"app2" : {
"type" : "string"
},
"list" : {
"type" : "string"
}
}
},
"PagingData" : {
"type" : "object",
"properties" : {
"offset" : {
"type" : "integer"
},
"total" : {
"type" : "integer"
},
"limit" : {
"type" : "integer"
},
"order" : {
"type" : "string"
},
"sort" : {
"type" : "string"
},
"rows" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"search" : {
"type" : "string"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/ruleProj/batchTest/test" : {
"get" : {
"description" : "Method Description -- test",
"operationId" : "test",
"tags" : [ "RuleBatchTestResource" ],
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "projectCode",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- projectCode"
}, {
"name" : "id",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- id"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/Response"
},
"description" : "Response OK"
}
}
}
},
"/ruleProj/batchTest/download" : {
"get" : {
"description" : "Method Description -- handle",
"operationId" : "handle",
"tags" : [ "RuleBatchTestResource" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "projectCode",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- projectCode"
}, {
"name" : "id",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- id"
} ],
"responses" : {
"200" : {
"description" : "Response OK"
}
}
}
},
"/ruleProj/batchTest/index" : {
"get" : {
"description" : "Method Description -- doBatch",
"operationId" : "doBatch",
"tags" : [ "RuleBatchTestResource" ],
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
}, {
"name" : "projectCode",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- projectCode"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/PagingData"
},
"description" : "Response OK"
}
}
}
},
"/ruleProj/batchTest/add" : {
"get" : {
"description" : "Method Description -- doAdd",
"operationId" : "doAdd",
"tags" : [ "RuleBatchTestResource" ],
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "projectCode",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- projectCode"
}, {
"name" : "code",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- code"
}, {
"name" : "type",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- type"
}, {
"name" : "version",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- version"
}, {
"name" : "codeName",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- codeName"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/Response"
},
"description" : "Response OK"
}
}
}
},
"/ruleProj/batchTest/upload" : {
"post" : {
"description" : "Method Description -- upload",
"operationId" : "upload",
"tags" : [ "RuleBatchTestResource" ],
"produces" : [ "application/json" ],
"parameters" : [ {
"name" : "multipartformdatainput",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/MultipartFormDataInput"
},
"description" : "parameter name -- multipartformdatainput"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
},
"/ruleProj/batchTest/del" : {
"get" : {
"description" : "Method Description -- doDel",
"operationId" : "doDel",
"tags" : [ "RuleBatchTestResource" ],
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "id",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- id"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/Response"
},
"description" : "Response OK"
}
}
}
},
"/ruleProj/batchTest/dowmTemp" : {
"get" : {
"description" : "Method Description -- doDowmTemp",
"operationId" : "doDowmTemp",
"tags" : [ "RuleBatchTestResource" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "projectCode",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- projectCode"
}, {
"name" : "id",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- id"
} ],
"responses" : {
"200" : {
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"Response" : {
"type" : "object",
"properties" : { }
},
"MultipartFormDataInput" : {
"type" : "object",
"properties" : { }
},
"PagingData" : {
"type" : "object",
"properties" : {
"offset" : {
"type" : "integer"
},
"total" : {
"type" : "integer"
},
"order" : {
"type" : "string"
},
"limit" : {
"type" : "integer"
},
"rows" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"sort" : {
"type" : "string"
},
"search" : {
"type" : "string"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/ruleproj/dbunitDown/dbunitDownRuleFlow" : {
"get" : {
"description" : "Method Description -- dbunitDownRuleFlow",
"operationId" : "dbunitDownRuleFlow",
"tags" : [ "RuleDbunitDownResource" ],
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "deploymentId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- deploymentId"
}, {
"name" : "enterpointIds",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- enterpointIds"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/Response"
},
"description" : "Response OK"
}
}
}
},
"/ruleproj/dbunitDown/findEnterPoint" : {
"get" : {
"description" : "Method Description -- findEnterByDeploymentId",
"operationId" : "findEnterByDeploymentId",
"tags" : [ "RuleDbunitDownResource" ],
"parameters" : [ {
"name" : "deploymentId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- deploymentId"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "object",
"additionalProperties" : {
"$ref" : "#/definitions/Object"
}
},
"description" : "Response OK"
}
}
}
},
"/ruleproj/dbunitDown/multiDbunitDown" : {
"get" : {
"description" : "Method Description -- multiDbunitDownRuleFlow",
"operationId" : "multiDbunitDownRuleFlow",
"tags" : [ "RuleDbunitDownResource" ],
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "projectCode",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- projectCode"
}, {
"name" : "deploymentId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- deploymentId"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/Response"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"Response" : {
"type" : "object",
"properties" : { }
},
"Object" : {
"type" : "object",
"properties" : { }
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/ruleProj/ruleFlow/index" : {
"get" : {
"description" : "Method Description -- index",
"operationId" : "index",
"tags" : [ "RuleFlowResource" ],
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
}, {
"name" : "projectCode",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- projectCode"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/PagingData"
},
"description" : "Response OK"
}
}
}
},
"/ruleProj/ruleFlow/openRuleFlowDetail" : {
"post" : {
"description" : "Method Description -- openRuleFlowDetail",
"operationId" : "openRuleFlowDetail",
"tags" : [ "RuleFlowResource" ],
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "ruleflowmodel",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/RuleFlowModel"
},
"description" : "parameter name -- ruleflowmodel"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "object",
"additionalProperties" : {
"$ref" : "#/definitions/Object"
}
},
"description" : "Response OK"
}
}
}
},
"/ruleProj/ruleFlow/saveOrUpdate" : {
"post" : {
"description" : "Method Description -- saveOrUpdate",
"operationId" : "saveOrUpdate",
"tags" : [ "RuleFlowResource" ],
"produces" : [ "application/json" ],
"consumes" : [ "application/json" ],
"parameters" : [ {
"name" : "ruleflowmodel",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/RuleFlowModel"
},
"description" : "parameter name -- ruleflowmodel"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/Response"
},
"description" : "Response OK"
}
}
}
},
"/ruleProj/ruleFlow" : {
"" : {
"description" : "Method Description -- revertRuleFlowModel",
"operationId" : "revertRuleFlowModel",
"tags" : [ "RuleFlowResource" ],
"parameters" : [ {
"name" : "httpservletrequest",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/HttpServletRequest"
},
"description" : "parameter name -- httpservletrequest"
}, {
"name" : "httpservletresponse",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/HttpServletResponse"
},
"description" : "parameter name -- httpservletresponse"
}, {
"name" : "ruleflowmodel",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/RuleFlowModel"
},
"description" : "parameter name -- ruleflowmodel"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/ResMessage"
},
"description" : "Response OK"
}
}
}
},
"/ruleProj/ruleFlow/publishRuleFlowModel" : {
"get" : {
"description" : "Method Description -- publishRuleFlowModel",
"operationId" : "publishRuleFlowModel",
"tags" : [ "RuleFlowResource" ],
"parameters" : [ {
"name" : "flowId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- flowId"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/Response"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"Response" : {
"type" : "object",
"properties" : { }
},
"HttpServletRequest" : {
"type" : "object",
"properties" : { }
},
"JsonMessage" : {
"type" : "object",
"properties" : {
"result" : {
"type" : "boolean"
},
"message" : {
"type" : "string"
},
"data" : {
"$ref" : "#/definitions/Serializable"
}
}
},
"RuleFlowModel" : {
"type" : "object",
"properties" : {
"name" : {
"type" : "string"
},
"code" : {
"type" : "string"
},
"projectCode" : {
"type" : "string"
},
"manageId" : {
"type" : "string"
},
"version" : {
"type" : "string"
},
"ruleflowInfo" : {
"type" : "string"
},
"createBy" : {
"type" : "string"
},
"updateBy" : {
"type" : "string"
},
"bpmnData" : {
"$ref" : "#/definitions/RuleFlowBpmnData"
}
}
},
"ResMessage" : {
"type" : "object",
"properties" : {
"code" : {
"type" : "string"
},
"msg" : {
"type" : "string"
},
"desDetail" : {
"type" : "string"
}
}
},
"ModelMap" : {
"type" : "object",
"properties" : { }
},
"HttpServletResponse" : {
"type" : "object",
"properties" : { }
},
"PagingData" : {
"type" : "object",
"properties" : {
"offset" : {
"type" : "integer"
},
"total" : {
"type" : "integer"
},
"order" : {
"type" : "string"
},
"limit" : {
"type" : "integer"
},
"rows" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"sort" : {
"type" : "string"
},
"search" : {
"type" : "string"
}
}
},
"Serializable" : {
"type" : "object",
"properties" : { }
},
"Object" : {
"type" : "object",
"properties" : { }
},
"RuleFlowBpmnData" : {
"type" : "object",
"properties" : {
"states" : {
"$ref" : "#/definitions/ArrayList"
},
"paths" : {
"$ref" : "#/definitions/ArrayList"
}
}
},
"ArrayList" : {
"type" : "object",
"properties" : { }
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/seataServer/find/global/" : {
"get" : {
"description" : "Method Description -- findFailedGlobalTransactions",
"operationId" : "findFailedGlobalTransactions",
"tags" : [ "SeataServerResource" ],
"parameters" : [ {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
}, {
"name" : "xid",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- xid"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/PagingData"
},
"description" : "Response OK"
}
}
}
},
"/seataServer/find/lock/" : {
"get" : {
"description" : "Method Description -- findFailedLocks",
"operationId" : "findFailedLocks",
"tags" : [ "SeataServerResource" ],
"parameters" : [ {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
}, {
"name" : "xid",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- xid"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/PagingData"
},
"description" : "Response OK"
}
}
}
},
"/seataServer/delete/{xid}" : {
"post" : {
"description" : "Method Description -- deleteDepart",
"operationId" : "deleteDepart",
"tags" : [ "SeataServerResource" ],
"parameters" : [ {
"name" : "xid",
"in" : "path",
"required" : "true",
"type" : "string",
"description" : "parameter name -- xid"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
},
"/seataServer/seataMonitorBar" : {
"get" : {
"description" : "Method Description -- seataMonitorBar",
"operationId" : "seataMonitorBar",
"tags" : [ "SeataServerResource" ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"PagingData" : {
"type" : "object",
"properties" : {
"offset" : {
"type" : "integer"
},
"total" : {
"type" : "integer"
},
"order" : {
"type" : "string"
},
"limit" : {
"type" : "integer"
},
"rows" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"sort" : {
"type" : "string"
},
"search" : {
"type" : "string"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/batch/step/pageData" : {
"get" : {
"description" : "Method Description -- queryJobs",
"operationId" : "queryJobs",
"tags" : [ "StepResource" ],
"parameters" : [ {
"name" : "startTime",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- startTime"
}, {
"name" : "endTime",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- endTime"
}, {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
}, {
"name" : "jobId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- jobId"
}, {
"name" : "stepName",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- stepName"
}, {
"name" : "stepId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- stepId"
}, {
"name" : "status",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- status"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/PagingData"
},
"description" : "Response OK"
}
}
}
},
"/batch/step/querystep" : {
"get" : {
"description" : "Method Description -- queryStep",
"operationId" : "queryStep",
"tags" : [ "StepResource" ],
"parameters" : [ {
"name" : "id",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- id"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/BatchStepBo"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"BatchStepBo" : {
"type" : "object",
"properties" : {
"stepId" : {
"type" : "string"
},
"version" : {
"type" : "integer"
},
"stepName" : {
"type" : "string"
},
"startTime" : {
"type" : "string"
},
"endTime" : {
"type" : "string"
},
"status" : {
"type" : "string"
},
"lastUpdated" : {
"type" : "string"
},
"commitCount" : {
"type" : "string"
},
"readCount" : {
"type" : "string"
},
"filterCount" : {
"type" : "string"
},
"writeCount" : {
"type" : "string"
},
"readSkipCount" : {
"type" : "string"
},
"writeSkipCount" : {
"type" : "string"
},
"processSkipCount" : {
"type" : "string"
},
"rollbackCount" : {
"type" : "string"
},
"exitCode" : {
"type" : "string"
},
"exitMessage" : {
"type" : "string"
}
}
},
"PagingData" : {
"type" : "object",
"properties" : {
"offset" : {
"type" : "integer"
},
"total" : {
"type" : "integer"
},
"order" : {
"type" : "string"
},
"limit" : {
"type" : "integer"
},
"rows" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"sort" : {
"type" : "string"
},
"search" : {
"type" : "string"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.3.0",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/subjoblog/list" : {
"get" : {
"description" : "Method Description -- list",
"operationId" : "list",
"tags" : [ "SubJobLogResource" ],
"parameters" : [ {
"name" : "jobLogId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- jobLogId"
}, {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/PagingData"
},
"description" : "Response OK"
}
}
}
},
"/subjoblog/retry" : {
"get" : {
"description" : "Method Description -- retry",
"operationId" : "retry",
"tags" : [ "SubJobLogResource" ],
"parameters" : [ {
"name" : "jobLogId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- jobLogId"
}, {
"name" : "operator",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- operator"
}, {
"name" : "subJobIds",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- subJobIds"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
},
"/subjoblog/pageList" : {
"get" : {
"description" : "Method Description -- pageList",
"operationId" : "pageList",
"tags" : [ "SubJobLogResource" ],
"parameters" : [ {
"name" : "jobGroup",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- jobGroup"
}, {
"name" : "jobId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- jobId"
}, {
"name" : "jobLogId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- jobLogId"
}, {
"name" : "logStatus",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- logStatus"
}, {
"name" : "executorShardingParam",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- executorShardingParam"
}, {
"name" : "filterTime",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- filterTime"
}, {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
}, {
"name" : "subUnit",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- subUnit"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/PagingData"
},
"description" : "Response OK"
}
}
}
},
"/subjoblog/unitPageList" : {
"get" : {
"description" : "Method Description -- unitPageList",
"operationId" : "unitPageList",
"tags" : [ "SubJobLogResource" ],
"parameters" : [ {
"name" : "jobGroup",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- jobGroup"
}, {
"name" : "parentJobLogId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- parentJobLogId"
}, {
"name" : "jobLogId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- jobLogId"
}, {
"name" : "logStatus",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- logStatus"
}, {
"name" : "executorShardingParam",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- executorShardingParam"
}, {
"name" : "filterTime",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- filterTime"
}, {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
}, {
"name" : "subUnit",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- subUnit"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/PagingData"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"PagingData" : {
"type" : "object",
"properties" : {
"offset" : {
"type" : "integer"
},
"total" : {
"type" : "integer"
},
"sort" : {
"type" : "string"
},
"search" : {
"type" : "string"
},
"limit" : {
"type" : "integer"
},
"order" : {
"type" : "string"
},
"rows" : {
"type" : "array",
"items" : { }
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.3.0",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/unit/jobgroup/remove" : {
"post" : {
"description" : "Method Description -- remove",
"operationId" : "remove",
"tags" : [ "UnitJobGroupResource" ],
"parameters" : [ {
"name" : "id",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- id"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
},
"/unit/jobgroup/update" : {
"post" : {
"description" : "Method Description -- update",
"operationId" : "update",
"tags" : [ "UnitJobGroupResource" ],
"parameters" : [ {
"name" : "xxljobgroup",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/XxlJobGroup"
},
"description" : "parameter name -- xxljobgroup"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
},
"/unit/jobgroup/save" : {
"post" : {
"description" : "Method Description -- save",
"operationId" : "save",
"tags" : [ "UnitJobGroupResource" ],
"parameters" : [ {
"name" : "xxljobgroup",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/XxlJobGroup"
},
"description" : "parameter name -- xxljobgroup"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
},
"/unit/jobgroup/loadById" : {
"get" : {
"description" : "Method Description -- loadById",
"operationId" : "loadById",
"tags" : [ "UnitJobGroupResource" ],
"parameters" : [ {
"name" : "id",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- id"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/XxlJobGroup"
},
"description" : "Response OK"
}
}
}
},
"/unit/jobgroup/pageList" : {
"get" : {
"description" : "Method Description -- pageList",
"operationId" : "pageList",
"tags" : [ "UnitJobGroupResource" ],
"parameters" : [ {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
}, {
"name" : "appName",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- appName"
}, {
"name" : "title",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- title"
}, {
"name" : "unitTag",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- unitTag"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/PagingData_XxlJobGroup"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"XxlJobGroup" : {
"type" : "object",
"properties" : {
"id" : {
"type" : "integer"
},
"appname" : {
"type" : "string"
},
"title" : {
"type" : "string"
},
"unitTag" : {
"type" : "string"
},
"addressType" : {
"type" : "integer"
},
"addressList" : {
"type" : "string"
},
"registryList" : {
"type" : "array",
"items" : {
"type" : "string"
}
}
}
},
"PagingData_XxlJobGroup" : {
"type" : "object",
"properties" : {
"offset" : {
"type" : "integer"
},
"total" : {
"type" : "integer"
},
"sort" : {
"type" : "string"
},
"limit" : {
"type" : "integer"
},
"rows" : {
"type" : "array",
"items" : { }
},
"order" : {
"type" : "string"
},
"search" : {
"type" : "string"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/xxljob/jobcode/index" : {
"get" : {
"description" : "Method Description -- index",
"operationId" : "index",
"tags" : [ "XxlJobCodeResource" ],
"parameters" : [ {
"name" : "jobId",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- jobId"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/XxlJobInfoLogGlue_XxlJobInfoLogGlue"
},
"description" : "Response OK"
}
}
}
},
"/xxljob/jobcode/save" : {
"post" : {
"description" : "Method Description -- save",
"operationId" : "save",
"tags" : [ "XxlJobCodeResource" ],
"parameters" : [ {
"name" : "xxljoblogglue",
"in" : "body",
"required" : "true",
"schema" : {
"$ref" : "#/definitions/XxlJobLogGlue"
},
"description" : "parameter name -- xxljoblogglue"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"XxlJobInfoLogGlue" : {
"type" : "object",
"properties" : {
"jobInfo" : {
"$ref" : "#/definitions/XxlJobInfo"
},
"jobLogGlues" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/XxlJobLogGlue"
}
}
}
},
"XxlJobInfoLogGlue_XxlJobInfoLogGlue" : {
"type" : "object",
"properties" : {
"jobInfo" : {
"$ref" : "#/definitions/XxlJobInfo"
},
"jobLogGlues" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/XxlJobLogGlue"
}
}
}
},
"XxlJobLogGlue" : {
"type" : "object",
"properties" : {
"id" : {
"type" : "integer"
},
"jobId" : {
"type" : "integer"
},
"glueType" : {
"type" : "string"
},
"glueTypeDesc" : {
"type" : "string"
},
"glueSource" : {
"type" : "string"
},
"glueRemark" : {
"type" : "string"
},
"addTime" : {
"type" : "string"
},
"updateTime" : {
"type" : "string"
}
}
},
"XxlJobInfo" : {
"type" : "object",
"properties" : {
"id" : {
"type" : "integer"
},
"jobGroup" : {
"type" : "integer"
},
"jobCron" : {
"type" : "string"
},
"jobDesc" : {
"type" : "string"
},
"addTime" : {
"type" : "string"
},
"updateTime" : {
"type" : "string"
},
"author" : {
"type" : "string"
},
"alarmEmail" : {
"type" : "string"
},
"executorRouteStrategy" : {
"type" : "string"
},
"executorHandler" : {
"type" : "string"
},
"executorParam" : {
"type" : "string"
},
"executorBlockStrategy" : {
"type" : "string"
},
"executorTimeout" : {
"type" : "integer"
},
"executorFailRetryCount" : {
"type" : "integer"
},
"glueType" : {
"type" : "string"
},
"glueTypeDesc" : {
"type" : "string"
},
"glueSource" : {
"type" : "string"
},
"glueRemark" : {
"type" : "string"
},
"glueUpdatetime" : {
"type" : "string"
},
"childJobId" : {
"type" : "string"
},
"triggerStatus" : {
"type" : "integer"
},
"triggerLastTime" : {
"type" : "number"
},
"triggerNextTime" : {
"type" : "number"
},
"flowId" : {
"type" : "string"
},
"vid" : {
"type" : "integer"
},
"nodeId" : {
"type" : "string"
},
"startFlag" : {
"type" : "integer"
},
"lightBatch" : {
"type" : "string"
},
"flowLogId" : {
"type" : "integer"
},
"shareParamFlag" : {
"type" : "integer"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "4.1.2",
"title" : "Poin App"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/joblog/clearLog" : {
"get" : {
"description" : "Method Description -- clearLog",
"operationId" : "clearLog",
"tags" : [ "XxlJobLogResource" ],
"parameters" : [ {
"name" : "jobGroup",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- jobGroup"
}, {
"name" : "jobId",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- jobId"
}, {
"name" : "type",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- type"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "string"
},
"description" : "Response OK"
}
}
}
},
"/joblog/pageList" : {
"get" : {
"description" : "Method Description -- pageList",
"operationId" : "pageList",
"tags" : [ "XxlJobLogResource" ],
"parameters" : [ {
"name" : "offset",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- offset"
}, {
"name" : "limit",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- limit"
}, {
"name" : "jobGroup",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- jobGroup"
}, {
"name" : "logStatus",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- logStatus"
}, {
"name" : "jobId",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- jobId"
}, {
"name" : "filterTime",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- filterTime"
} ],
"responses" : {
"200" : {
"schema" : {
"$ref" : "#/definitions/PagingData_XxlJobLog"
},
"description" : "Response OK"
}
}
}
},
"/joblog/getJobsByGroup" : {
"get" : {
"description" : "Method Description -- getJobsByGroup",
"operationId" : "getJobsByGroup",
"tags" : [ "XxlJobLogResource" ],
"parameters" : [ {
"name" : "jobGroup",
"in" : "query",
"required" : "false",
"type" : "integer",
"description" : "parameter name -- jobGroup"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/ComboItem"
}
},
"description" : "Response OK"
}
}
}
},
"/joblog/findByFlowInfo": {
"get": {
"description": "Method Description -- findByFlowInfo",
"operationId": "findByFlowInfo",
"tags": ["XxlJobLogResource"],
"parameters": [
{
"name": "flowLogId",
"in": "query",
"required": "true",
"type": "integer",
"description": "parameter name -- flowLogId"
},
{
"name": "jobId",
"in": "query",
"required": "true",
"type": "integer",
"description": "parameter name -- jobId"
},
{
"name": "nodeId",
"in": "query",
"required": "true",
"type": "string",
"description": "parameter name -- nodeId"
},
{
"name": "whetherFlow",
"in": "query",
"required": "true",
"type": "string",
"description": "parameter name -- whetherFlow"
}
],
"responses": {
"200": {
"schema" : {
"$ref" : "#/definitions/XxlJobLog"
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : {
"XxlJobLog" : {
"type" : "object",
"properties" : {
"id" : {
"type" : "number"
},
"jobGroup" : {
"type" : "integer"
},
"jobId" : {
"type" : "integer"
},
"executorAddress" : {
"type" : "string"
},
"executorHandler" : {
"type" : "string"
},
"executorParam" : {
"type" : "string"
},
"executorShardingParam" : {
"type" : "string"
},
"executorFailRetryCount" : {
"type" : "integer"
},
"triggerTime" : {
"type" : "string"
},
"triggerCode" : {
"type" : "integer"
},
"triggerMsg" : {
"type" : "string"
},
"handleTime" : {
"type" : "string"
},
"handleCode" : {
"type" : "integer"
},
"handleMsg" : {
"type" : "string"
},
"alarmStatus" : {
"type" : "integer"
},
"flowId" : {
"type" : "string"
},
"flowVersionId" : {
"type" : "integer"
},
"flowLogId" : {
"type" : "integer"
},
"nodeId" : {
"type" : "string"
},
"nodeName" : {
"type": "string"
},
"operator" : {
"type": "string"
},
"operateTime" : {
"type": "string"
},
"operation" : {
"type": "string"
},
"rebootId" : {
"type": "string"
},
"shardingTotal" : {
"type": "integer"
},
"shardingSuccess" : {
"type": "string"
},
"sharding_item_params" : {
"type": "string"
},
"sharding_fail" : {
"type": "string"
}
}
},
"PagingData_XxlJobLog" : {
"type" : "object",
"properties" : {
"offset" : {
"type" : "integer"
},
"total" : {
"type" : "integer"
},
"order" : {
"type" : "string"
},
"limit" : {
"type" : "integer"
},
"rows" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/XxlJobLog"
}
},
"sort" : {
"type" : "string"
},
"search" : {
"type" : "string"
}
}
},
"ComboItem" : {
"type" : "object",
"properties" : {
"id" : {
"type" : "integer"
},
"strVal" : {
"type" : "string"
},
"name" : {
"type" : "string"
},
"selected" : {
"type" : "boolean"
}
}
}
}
}
\ No newline at end of file
{
"swagger" : "2.0",
"info" : {
"version" : "1.0.0",
"title" : "Application"
},
"host" : "{{host}}",
"basePath" : "{{basePath}}",
"schemes" : [ "{{schemes}}" ],
"consumes" : [ "application/json", "application/xml" ],
"produces" : [ "application/json", "application/xml" ],
"paths" : {
"/auth/hiddenResource" : {
"get" : {
"description" : "Method Description -- getHiddenResourceByUrl",
"operationId" : "getHiddenResourceByUrl",
"tags" : [ "AuthResource" ],
"parameters" : [ ],
"responses" : {
"200" : {
"schema" : {
"type" : "array",
"items" : {
"type" : "map"
}
},
"description" : "Response OK"
}
}
}
},
"/auth/hiddenButtonVue" : {
"get" : {
"description" : "Method Description -- getHiddenVueByUrl",
"operationId" : "getHiddenVueByUrl",
"tags" : [ "AuthResource" ],
"parameters" : [ {
"name" : "publicPath",
"in" : "query",
"required" : "false",
"type" : "string",
"description" : "parameter name -- publicPath"
} ],
"responses" : {
"200" : {
"schema" : {
"type" : "array",
"items" : {
"type" : "map"
}
},
"description" : "Response OK"
}
}
}
}
},
"definitions" : { }
}
\ No newline at end of file
{
"swagger":"2.0",
"info":{
"version":"1.0.0",
"title":"Application"
},
"host":"{{host}}",
"basePath":"{{basePath}}",
"schemes":[
"{{schemes}}"
],
"consumes":[
"application/json",
"application/xml"
],
"produces":[
"application/json",
"application/xml"
],
"paths":{
"/connapi/connList":{
"get":{
"description":"Method Description -- getResourceConnApiList",
"operationId":"getResourceConnApiList",
"tags":[
"EcResourceConnApiResource"
],
"parameters":[
{
"name":"resourceIdForUrl",
"in":"query",
"required":"false",
"type":"string",
"description":"parameter name -- resourceIdForUrl"
},
{
"name":"restapi",
"in":"query",
"required":"false",
"type":"string",
"description":"parameter name -- restapi"
},
{
"name":"requestPattern",
"in":"query",
"required":"false",
"type":"string",
"description":"parameter name -- requestPattern"
},
{
"name":"offset",
"in":"query",
"required":"false",
"type":"integer",
"description":"parameter name -- offset"
},
{
"name":"limit",
"in":"query",
"required":"false",
"type":"integer",
"description":"parameter name -- limit"
},
{
"name":"sort",
"in":"query",
"required":"false",
"type":"string",
"description":"parameter name -- sort"
},
{
"name":"dir",
"in":"query",
"required":"false",
"type":"string",
"description":"parameter name -- dir"
}
],
"responses":{
"200":{
"schema":{
"$ref":"#/definitions/PagingData_EcResourceConnApi"
},
"description":"Response OK"
}
}
}
},
"/connapi/connListHasId":{
"get":{
"description":"Method Description -- getResourceConnApiListHasRId",
"operationId":"getResourceConnApiListHasRId",
"tags":[
"EcResourceConnApiResource"
],
"parameters":[
{
"name":"resourceIdForUrl",
"in":"query",
"required":"false",
"type":"string",
"description":"parameter name -- resourceIdForUrl"
},
{
"name":"restapi",
"in":"query",
"required":"false",
"type":"string",
"description":"parameter name -- restapi"
},
{
"name":"requestPattern",
"in":"query",
"required":"false",
"type":"string",
"description":"parameter name -- requestPattern"
},
{
"name":"offset",
"in":"query",
"required":"false",
"type":"integer",
"description":"parameter name -- offset"
},
{
"name":"limit",
"in":"query",
"required":"false",
"type":"integer",
"description":"parameter name -- limit"
},
{
"name":"sort",
"in":"query",
"required":"false",
"type":"string",
"description":"parameter name -- sort"
},
{
"name":"dir",
"in":"query",
"required":"false",
"type":"string",
"description":"parameter name -- dir"
}
],
"responses":{
"200":{
"schema":{
"$ref":"#/definitions/PagingData_EcResourceConnApi"
},
"description":"Response OK"
}
}
}
},
"/connapi/connListByRId":{
"get":{
"description":"Method Description -- getResourceConnApiListByRId",
"operationId":"getResourceConnApiListByRId",
"tags":[
"EcResourceConnApiResource"
],
"parameters":[
{
"name":"resourceIdForUrl",
"in":"query",
"required":"false",
"type":"string",
"description":"parameter name -- resourceIdForUrl"
},
{
"name":"offset",
"in":"query",
"required":"false",
"type":"integer",
"description":"parameter name -- offset"
},
{
"name":"limit",
"in":"query",
"required":"false",
"type":"integer",
"description":"parameter name -- limit"
},
{
"name":"sort",
"in":"query",
"required":"false",
"type":"string",
"description":"parameter name -- sort"
},
{
"name":"dir",
"in":"query",
"required":"false",
"type":"string",
"description":"parameter name -- dir"
}
],
"responses":{
"200":{
"schema":{
"$ref":"#/definitions/PagingData_EcResourceConnApi"
},
"description":"Response OK"
}
}
}
},
"/connapi/getListByRIdWithSelected/{roleId}":{
"get":{
"description":"Method Description -- getResourceConnApiListAndCk",
"operationId":"getResourceConnApiListAndCk",
"tags":[
"EcResourceConnApiResource"
],
"parameters":[
{
"name":"roleId",
"in":"path",
"required":"true",
"type":"integer",
"description":"parameter name -- roleId"
},
{
"name":"resourceIdForUrl",
"in":"query",
"required":"false",
"type":"string",
"description":"parameter name -- resourceIdForUrl"
},
{
"name":"selectFlag",
"in":"query",
"required":"false",
"type":"string",
"description":"parameter name -- selectFlag"
}
],
"responses":{
"200":{
"schema":{
"type":"array",
"items":{
"$ref":"#/definitions/EcResourceConnApi2"
}
},
"description":"Response OK"
}
}
}
},
"/connapi/findConnapiById":{
"get":{
"description":"Method Description -- findResourceConnApiById",
"operationId":"findResourceConnApiById",
"tags":[
"EcResourceConnApiResource"
],
"parameters":[
{
"name":"id",
"in":"query",
"required":"false",
"type":"string",
"description":"parameter name -- id"
}
],
"responses":{
"200":{
"schema":{
"$ref":"#/definitions/EcResourceConnApi_EcResourceConnApi"
},
"description":"Response OK"
}
}
}
},
"/connapi/saveOrUpdate":{
"post":{
"description":"Method Description -- saveConn",
"operationId":"saveConn",
"tags":[
"EcResourceConnApiResource"
],
"parameters":[
{
"name":"EcResourceConnApi",
"in":"body",
"required":"true",
"schema":{
"$ref":"#/definitions/EcResourceConnApi"
},
"description":"parameter name -- EcResourceConnApi"
}
],
"responses":{
"200":{
"schema":{
"type":"object",
"additionalProperties":{
"type":"string"
}
},
"description":"Response OK"
}
}
}
},
"/connapi/saveConnInfos":{
"post":{
"description":"Method Description -- saveConnInfos",
"operationId":"saveConnInfos",
"tags":[
"EcResourceConnApiResource"
],
"parameters":[
{
"name":"EcResourceConnApiList",
"in":"body",
"required":"true",
"schema":{
"$ref":"#/definitions/EcResourceConnApi"
},
"description":"parameter name -- EcResourceConnApiList"
}
],
"responses":{
"200":{
"schema":{
"type":"object",
"additionalProperties":{
"type":"string"
}
},
"description":"Response OK"
}
}
}
},
"/connapi/deleteConn":{
"post":{
"description":"Method Description -- deleteConn",
"operationId":"deleteConn",
"tags":[
"EcResourceConnApiResource"
],
"parameters":[
{
"name":"delIds",
"in":"query",
"required":"false",
"type":"string",
"description":"parameter name -- delIds"
}
],
"responses":{
"200":{
"schema":{
"type":"object",
"additionalProperties":{
"type":"string"
}
},
"description":"Response OK"
}
}
}
}
},
"definitions":{
"EcResourceConnApi_EcResourceConnApi":{
"type":"object",
"properties":{
"id":{
"type":"integer"
},
"resourceId":{
"type":"integer"
},
"restapi":{
"type":"string"
},
"requestPattern":{
"type":"string"
}
}
},
"EcResourceConnApi":{
"type":"object",
"properties":{
"id":{
"type":"integer"
},
"resourceId":{
"type":"integer"
},
"restapi":{
"type":"string"
},
"requestPattern":{
"type":"string"
}
}
},
"EcResourceConnApi2":{
"type":"object",
"properties":{
"id":{
"type":"integer"
},
"resourceId":{
"type":"integer"
},
"restapi":{
"type":"string"
},
"requestPattern":{
"type":"string"
},
"state":{
"type":"string"
}
}
},
"PagingData_EcResourceConnApi":{
"type":"object",
"properties":{
"offset":{
"type":"integer"
},
"total":{
"type":"integer"
},
"order":{
"type":"string"
},
"limit":{
"type":"integer"
},
"rows":{
"type":"array",
"items":{
"$ref":"#/definitions/EcResourceConnApi"
}
},
"sort":{
"type":"string"
},
"search":{
"type":"string"
}
}
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment