Test task
POST /api/silicon-mark/test-task/register
Create test_tasks.
Authorization
🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token
Request Body
The request body must be in application/json
format.
Field | Type | Required | Description | Constraints |
---|---|---|---|---|
machine_uuid | string | Yes | Machine uuid | [ 1 .. 60 ] characters |
machine_inventory | array | No | Machine configuration information | |
description | string | No | Description | |
property name | any | Yes? | Any |
Request Example
Responses
- 200: Successful Response
- 422: Validation Error
POST /api/silicon-mark/test-task/update
Update test_tasks.
Authorization
🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token
Request Body
The request body must be in application/json
format.
Field | Type | Required | Description | Constraints |
---|---|---|---|---|
task_id | integer | Yes | id as string convert from int | |
state | array | No | Task state | |
failed_message | array | No | Failed message | |
description | string | No | Description | |
property name | any | Yes? |
Request Example
Responses
- 200: Successful Response
- 422: Validation Error
POST /api/silicon-mark/test-task/info
Get a test_tasks detail information.
Authorization
🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token
Request Body
The request body must be in application/json
format.
Field | Type | Required | Description | Constraints |
---|---|---|---|---|
task_id | integer | Yes | id as string convert from int | |
machine_uuid | string | No | Machine uuid | |
property name | any | No |
Request Example
Responses
- 200: Successful Response
- 422: Validation Error
POST /api/silicon-mark/test-task/list
Search test_tasks list by condition.
Authorization
🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token
Request Body
The request body must be in application/json
format.
Field | Type | Required | Description | Constraints |
---|---|---|---|---|
filter | array of objects | Yes? | Filter list | Default: [] |
order_by | array of objects | No? | Order by list | Default: [] |
paginate | object? | No? | Pagination | Default: num_per_page”:50,“page_num”:1 |
property name | string? | Yes? | Any |
Request Example
Any of SearchBody
Any of the parameter for data query
Optional parameters
Responses
- 200: Successful Response
- 422: Validation Error
DELETE /api/silicon-mark/test-task/delete
Delete a test_tasks record by id or name.
Authorization
🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token
Request Body
The request body must be in application/json
format.
Field | Type | Required | Description | Constraints |
---|---|---|---|---|
task_id | integer | Yes | id as string convert from int | |
machine_uuid | string | No | Machine uuid | |
property name | string? | Yes? | Any |
Request Example
Responses
- 200: Successful Response
- 422: Validation Error
POST /api/silicon-mark/test-task/pdf-report-url
Get a test_tasks pdf report download url.
Request Body
The request body must be in application/json
format.
Field | Type | Required | Description | Constraints |
---|---|---|---|---|
id | integer | Yes? | id as string convert from int | |
property name | string? | Yes? | Any |
Request Example
Responses
- 200: Successful Response
- 422: Validation Error