POST api_v1/BrainCenter/GetBrainCenterStatisticModel

Выводит краткую статистику по воркерам

Request Information

Body Parameters

None.

Response Information

output может быть предоставлен в одном из следующих форматов:

  • json – задает вывод в формате JavaScript Object Notation (JSON)
  • xml – задает вывод в формате XML

Resource Description

BrainCenterWorkerStatisticModel
NameDescriptionTypeAdditional information
WorkerStatistic

Collection of BrainCenterWorkerStatisticModel

None.

WorkerId

globally unique identifier

None.

Worker42CloudId

globally unique identifier

None.

Worker42CloudLogin

string

None.

CountTasks

integer

None.

CountCompleteTasks

integer

None.

CountFailedTasks

integer

None.

CountWaitingTasks

integer

None.

MinTimeRecognition

decimal number

None.

MedianTimeRecognition

decimal number

None.

MaxTimeRecognition

decimal number

None.

Response Formats

application/xml

Sample:

Sample not available.


text/xml

Sample:

Sample not available.


application/json

Sample:

Sample not available.


text/json

Sample:

Sample not available.