Releasing Task Packages
Function
This API is used to release task packages.
URI
- Parameter description
Table 1 URI parameters Parameter
Mandatory
Type
Description
project_id
Yes
String
Project ID. For details about how to obtain a project ID, see Project ID and Account ID.
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
workspace |
No |
String |
Workspace ID
|
|
X-Auth-Token |
No |
String |
IAM Token Minimum length: 0 Maximum length: 4096 |
|
Content-Type |
No |
String |
This parameter is mandatory if the body is available. If the body is unavailable, you do not need to set and verify this parameter. Example: Content-Type: application/json;charset=UTF-8 |
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
package_ids |
Yes |
array[string] |
IDs of the packages to be released. The value cannot be empty or contain more than 100 IDs. To obtain the IDs, call the API for querying release packages. |
|
startup_mode |
No |
Integer |
Whether to start a job immediately after the package is released. The value can be 0 or 1. The default value is 1. 1: A job is immediately started after the package is released. 0: A job is not immediately started after the package is released. |
Response Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
deploy_package_details |
No |
List<Object> |
Information about the package to be released. For details, see Table 5. |
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
asy_subtask_num |
No |
Integer |
Total number of subtasks that are executed asynchronously |
|
asy_task_id |
No |
String |
ID of the asynchronous job, which is returned to the console for polling. |
|
package_id |
No |
Long |
Release package ID |
Example Request
POST /v2/b384b9e9ab9b4ee8994c8633aabc9505/factory/release-packages/deploy
{
"package_ids": ["23"],
"startup_mode": 0
}
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.