General Information
...
Service | API | Method | Data Models | Workflow |
---|---|---|---|---|
marketplace | /item/deploy/cd | PUT | N/A | N/A |
Description
This API deploys an item used by CI
...
["tag"]
["branch", "commit"]
["image_tag", "image_name", "image_prefix"]
["image_tag"]
Param | Source | Type | Required | Description |
---|---|---|---|---|
tag | body.config.from | string | conditional yes | |
branch | body.config.from | string | conditional yes | |
commit | body.config.from | string | conditional yes | |
image_name | body.config.from | string | conditional yes | |
image_tag | body.config.from | string | conditional yes | |
image_prefix | body.config.from | string | conditional yes | |
env | body.config.from | array | no |
Output
...
Response
SOAJS has a unified response. Check out this link to understand more the schema of SOAJS response
Valid Response
Expand | |||||
---|---|---|---|---|---|
| |||||
|
Invalid Response
Expand | ||
---|---|---|
| ||
|
Response schema
Follow this link to check out the response JSON Schema
SOAJS Error Codes
...
Code | Description |
---|---|
400 | Business logic required data are missing |
503 | Service Error: + %service_error” |
602 | Model error: + %model_error% |