- Wefile (信天邮科技)
- 工作流(workflows)
- 任务(jobs)
- {job Id}
- result
- files
- output Documents/{output Document Id}/files
- 返回任务输出结果(Returns the result of a job.)
- 返回任务状态信息(Returns the state of a job.)
- 删除任务(Deletes a job.)
- result
- 返回多个任务的状态(Returns the states of multiple jobs.)GET
- 删除多个任务(Deletes multiple jobs.)DELETE
- 服务器(server)
- 许可(licenses)
- 队列(queue)
- 语言(languages)
- 统计分析(statistics)
- 工作站(stations)
- 返回部分服务器任务日志(Returns a portion of the server job log.)GET
- 返回服务器任务的统计信息(Returns the statistics of the server jobs.)GET
- 输出格式(output Formats)
返回服务器任务统计(Returns a server statistics.)
GET
/api/server/statistics
请求参数
Query 参数
serverLocation
string
必需
view
string
必需
示例值:
Full
Header 参数
Accept
string
必需
示例值:
application/json
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://frstrial.wefile.com/FineReaderServer14//api/server/statistics?serverLocation=&view=Full' \
--header 'Accept: application/json'
返回响应
🟢200The server statistics.
application/json
Body
FromDate
string
必需
TotalProcessedPageCount
integer
必需
TotalProcessedGothicPageCount
integer
必需
WorkflowStatistics
array [object {14}]
必需
WorkflowInputType
string
必需
WorkflowPriority
string
必需
WorkflowState
string
必需
FromDate
string
必需
ProcessedPageCount
integer
必需
ProcessedGothicPageCount
integer
必需
DuplicateGroupCount
integer
必需
LargeFileConstraint
integer
必需
OutdatedFileConstraint
string
必需
WorkflowName
string
必需
RunStatistics
object
必需
DuplicateFileStatistics
object
必需
LargeFileStatistics
object
必需
OutdatedFileStatistics
object
必需
示例
{
"FromDate": "1964-01-16T18:23:59.276Z",
"TotalProcessedPageCount": 12495207,
"TotalProcessedGothicPageCount": 29490346,
"WorkflowStatistics": [
{
"WorkflowInputType": "Mail_POP3",
"WorkflowPriority": "P_Low",
"WorkflowState": "WS_Suspended",
"FromDate": "2001-01-02T21:06:46.321Z",
"ProcessedPageCount": -77185025,
"ProcessedGothicPageCount": -57468097,
"DuplicateGroupCount": -46612811,
"LargeFileConstraint": -62619007,
"OutdatedFileConstraint": "1944-10-11T22:40:12.497Z",
"WorkflowName": "anim in",
"RunStatistics": {
"JobTotalCount": 58481232,
"JobProcessedCount": 74596985,
"JobTotalNotProcessedCount": 25811141,
"JobDiscardedCount": 53452606,
"JobFailedCount": -54084609,
"JobCopiedFilesCount": -38533228,
"JobCopiedCount": 57793537,
"RunningTime": "aliquip commodo cillum",
"StartTime": "1995-05-19T12:31:31.602Z",
"EndTime": "1956-02-11T22:28:02.064Z",
"CrawlingEndTime": "2010-07-01T22:21:08.347Z"
},
"DuplicateFileStatistics": {
"TotalFileCount": 4344829,
"TotalFileSize": 55580740,
"SkippedFileCount": -70563199,
"SkippedFileSize": -61734855
},
"LargeFileStatistics": {
"TotalFileCount": -26490545,
"TotalFileSize": -67184650,
"SkippedFileCount": 70090485,
"SkippedFileSize": 43490925
},
"OutdatedFileStatistics": {
"TotalFileCount": 49680815,
"TotalFileSize": 55791777,
"SkippedFileCount": -6714777,
"SkippedFileSize": 51926218
}
},
{
"WorkflowInputType": "Mail_POP3",
"WorkflowPriority": "P_BelowNormal",
"WorkflowState": "WS_StartingProcess",
"FromDate": "1978-09-01T10:49:09.642Z",
"ProcessedPageCount": -52332905,
"ProcessedGothicPageCount": -39927153,
"DuplicateGroupCount": -14775621,
"LargeFileConstraint": 46519228,
"OutdatedFileConstraint": "2018-03-24T06:29:18.060Z",
"WorkflowName": "ex exercitation",
"RunStatistics": {
"JobTotalCount": -7954344,
"JobProcessedCount": -12838381,
"JobTotalNotProcessedCount": 8647450,
"JobDiscardedCount": -2424731,
"JobFailedCount": -16580371,
"JobCopiedFilesCount": -87852820,
"JobCopiedCount": 90296804,
"RunningTime": "occaecat aliqua",
"StartTime": "1983-09-29T00:03:47.495Z",
"EndTime": "2003-10-27T00:37:37.966Z",
"CrawlingEndTime": "1974-07-30T12:38:58.618Z"
},
"DuplicateFileStatistics": {
"TotalFileCount": 11856500,
"TotalFileSize": 88784922,
"SkippedFileCount": 45742041,
"SkippedFileSize": 26085076
},
"LargeFileStatistics": {
"TotalFileCount": -6745919,
"TotalFileSize": -14200749,
"SkippedFileCount": 88862947,
"SkippedFileSize": -84087385
},
"OutdatedFileStatistics": {
"TotalFileCount": 28434363,
"TotalFileSize": -45382047,
"SkippedFileCount": -17545962,
"SkippedFileSize": -9067343
}
}
]
}
修改于 2024-04-24 10:44:56