pull/82/head
Piero Toffanin 2019-05-19 16:59:56 -04:00
rodzic 52156b18de
commit e3395f908d
2 zmienionych plików z 3 dodań i 17 usunięć

Wyświetl plik

@ -592,10 +592,10 @@ Gets information about this task, such as name, creation date, processing time,
|Type|Name|Description|Schema|Default
|*Path*|*uuid* +
_required_|UUID of the task|string|
|*Query*|*output* +
_optional_|Optionally retrieve the console output for this task. The parameter specifies the line number that the console output should be truncated from. For example, passing a value of 100 will retrieve the console output starting from line 100. By default no console output is added to the response.|integer|`"0"`
|*Query*|*token* +
_optional_|Token required for authentication (when authentication is required).|string|
|*Query*|*with_output* +
_optional_|Optionally retrieve the console output for this task. The parameter specifies the line number that the console output should be truncated from. For example, passing a value of 100 will retrieve the console output starting from line 100. By default no console output is added to the response.|integer|`"0"`
|*FormData*|*options* +
_optional_|Serialized JSON string of the options to use for processing, as an array of the format: [{name: option1, value: value1}, {name: option2, value: value2}, …]. For example, [{"name":"cmvs-maxImages","value":"500"},{"name":"time","value":true}]. For a list of all options, call /options|string|
|===
@ -628,8 +628,6 @@ _required_|List of options used to process this task|< <<_task_uuid_info_get_opt
_optional_|Console output for the task (only if requested via ?output=<linenum>)|< string > array
|*processingTime* +
_required_|Milliseconds that have elapsed since the task started being processed.|integer
|*stages* +
_required_|Progress information about each stage of the task|< <<_task_uuid_info_get_stages,stages>> > array
|*status* +
_required_||<<_task_uuid_info_get_status,status>>
|*uuid* +
@ -648,18 +646,6 @@ _required_|Option name (example: "odm_meshing-octreeDepth")|string
_required_|Value (example: 9)|string
|===
[[_task_uuid_info_get_stages]]
*stages*
[options="header", cols=".^3,.^11,.^4"]
|===
|Name|Description|Schema
|*id* +
_required_|The stage key (same as the value used in the –rerun-from parameter)|string
|*status_code* +
_required_|Status code (10 = QUEUED, 20 = RUNNING, 30 = FAILED, 40 = COMPLETED, 50 = CANCELED)|integer
|===
[[_task_uuid_info_get_status]]
*status*

File diff suppressed because one or more lines are too long