- 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 the statistics of the server jobs.)
GET
/api/server/jobLogStat
请求参数
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/jobLogStat' \
--header 'Accept: application/json'
返回响应
🟢200A statiscs of the server job.
application/json
Body
Top
integer
必需
Skip
integer
必需
Count
integer
必需
Records
array [object {14}]
必需
Date
string
必需
TotalJobCount
integer
必需
SucceededJobCount
integer
必需
FailedJobCount
integer
必需
ProcessedJobCount
integer
必需
SkippedJobCount
integer
必需
InputFilesCount
integer
必需
FailedInputFilesCount
integer
必需
PublishedFilesCount
integer
必需
FailedPublishedFilesCount
integer
必需
PagesCount
integer
必需
TotalCharacters
integer
必需
UncertainCharacters
integer
必需
WorkflowName
string
必需
示例
{
"Top": -14950571,
"Skip": -47766731,
"Count": -4868653,
"Records": [
{
"Date": "1988-11-15T02:18:41.496Z",
"TotalJobCount": 60150654,
"SucceededJobCount": 27113169,
"FailedJobCount": -68922161,
"ProcessedJobCount": 99956628,
"SkippedJobCount": 36902442,
"InputFilesCount": 37990775,
"FailedInputFilesCount": -81759013,
"PublishedFilesCount": 43389826,
"FailedPublishedFilesCount": -61794738,
"PagesCount": 82758190,
"TotalCharacters": 60908850,
"UncertainCharacters": -19645884,
"WorkflowName": "in anim"
},
{
"Date": "1950-11-16T19:32:43.982Z",
"TotalJobCount": -10033445,
"SucceededJobCount": 60004574,
"FailedJobCount": 6286627,
"ProcessedJobCount": -67250135,
"SkippedJobCount": -34571187,
"InputFilesCount": -28248932,
"FailedInputFilesCount": -89068294,
"PublishedFilesCount": -61252669,
"FailedPublishedFilesCount": 4502041,
"PagesCount": -94539534,
"TotalCharacters": 26485572,
"UncertainCharacters": -351671,
"WorkflowName": "culpa exercitation"
}
]
}
🟠400The request contains an invalid value for at least one of the parameters.
🟠403The endpoint was disabled by the system administrator.
修改于 2024-04-24 10:47:28