Arcus
OK
Task ID
Task name
The ID of the batch the task belongs to
The ID of the task category. Valid values are:
- 1: game server
The ID of the entity the task is being executed for. E.g. a game server ID (categoryId 1)
Currently active action index - relates to the action index as found in the template.
Unix timestamp indicating the start of execution.
Unix timestamp indicating lastest activity.
Unix timestamp at which the task was finished.
The result of the task. 0: pending, 1: in progress, 2: paused, 125: cancelled, 126: done with error, 127: done
The result of the task in message form.
Invalid credentials
Internal Server Error
POST /v3/customCommand/host/{hostId} HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 49
{
"customCommand": [
{
"key": "text",
"value": "text"
}
]
}[
{
"id": 1,
"name": "text",
"batchId": 1,
"categoryId": 1,
"entityId": 1,
"currentActionIdx": 1,
"executeAt": 1,
"lastActivityAt": 1,
"finishedAt": 1,
"resultCode": 1,
"resultText": "text"
}
]OK
Task ID
Task name
The ID of the batch the task belongs to
The ID of the task category. Valid values are:
- 1: game server
The ID of the entity the task is being executed for. E.g. a game server ID (categoryId 1)
Currently active action index - relates to the action index as found in the template.
Unix timestamp indicating the start of execution.
Unix timestamp indicating lastest activity.
Unix timestamp at which the task was finished.
The result of the task. 0: pending, 1: in progress, 2: paused, 125: cancelled, 126: done with error, 127: done
The result of the task in message form.
Invalid credentials
Internal Server Error
POST /v3/customCommand/applicationInstance/{applicationInstanceId} HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 49
{
"customCommand": [
{
"key": "text",
"value": "text"
}
]
}[
{
"id": 1,
"name": "text",
"batchId": 1,
"categoryId": 1,
"entityId": 1,
"currentActionIdx": 1,
"executeAt": 1,
"lastActivityAt": 1,
"finishedAt": 1,
"resultCode": 1,
"resultText": "text"
}
]Last updated
Was this helpful?