Nexus
Nexus APIs
POST
/v1/application-deployments/{appDeploymentId}/steps
Creates a new application deployment step.
Allows the bulk creation of an application deployment step.
Requires the write or ApplicationDeployment.Write permission.
Parameters
| Name | In | Required | Description |
|---|---|---|---|
appDeploymentId |
path | Yes | — |
Request body
Request payload
Example
{
"steps": [
{
"key": "string"
}
]
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
steps
|
nullable | — | — |
Example
{
"steps": [
{
"key": "string"
}
]
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
steps
|
nullable | — | — |
Example
{
"steps": [
{
"key": "string"
}
]
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
steps
|
nullable | — | — |
Example
{
"steps": [
{
"key": "string"
}
]
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
steps
|
nullable | — | — |
Example
{
"steps": [
{
"key": "string"
}
]
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
steps
|
nullable | — | — |
Example
{
"steps": [
{
"key": "string"
}
]
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
steps
|
nullable | — | — |
Example
{
"steps": [
{
"key": "string"
}
]
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
steps
|
nullable | — | — |
Example
{
"steps": [
{
"key": "string"
}
]
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
steps
|
nullable | — | — |
Responses
201
Example
{
"id": "string",
"key": "string",
"status": "string",
"message": "string",
"statusResolution": "string",
"applicationDeploymentId": 0
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
applicationDeploymentId
|
integer (int32)
|
— | — | — |
id
|
string
|
nullable | — | — |
key
|
string
|
nullable | — | — |
message
|
string
|
nullable | — | — |
status
|
string
|
nullable | — | — |
statusResolution
|
string
|
nullable | — | — |
Example
{
"id": "string",
"key": "string",
"status": "string",
"message": "string",
"statusResolution": "string",
"applicationDeploymentId": 0
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
applicationDeploymentId
|
integer (int32)
|
— | — | — |
id
|
string
|
nullable | — | — |
key
|
string
|
nullable | — | — |
message
|
string
|
nullable | — | — |
status
|
string
|
nullable | — | — |
statusResolution
|
string
|
nullable | — | — |
Example
{
"id": "string",
"key": "string",
"status": "string",
"message": "string",
"statusResolution": "string",
"applicationDeploymentId": 0
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
applicationDeploymentId
|
integer (int32)
|
— | — | — |
id
|
string
|
nullable | — | — |
key
|
string
|
nullable | — | — |
message
|
string
|
nullable | — | — |
status
|
string
|
nullable | — | — |
statusResolution
|
string
|
nullable | — | — |
Example
{
"id": "string",
"key": "string",
"status": "string",
"message": "string",
"statusResolution": "string",
"applicationDeploymentId": 0
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
applicationDeploymentId
|
integer (int32)
|
— | — | — |
id
|
string
|
nullable | — | — |
key
|
string
|
nullable | — | — |
message
|
string
|
nullable | — | — |
status
|
string
|
nullable | — | — |
statusResolution
|
string
|
nullable | — | — |
Example
{
"id": "string",
"key": "string",
"status": "string",
"message": "string",
"statusResolution": "string",
"applicationDeploymentId": 0
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
applicationDeploymentId
|
integer (int32)
|
— | — | — |
id
|
string
|
nullable | — | — |
key
|
string
|
nullable | — | — |
message
|
string
|
nullable | — | — |
status
|
string
|
nullable | — | — |
statusResolution
|
string
|
nullable | — | — |
Example
{
"id": "string",
"key": "string",
"status": "string",
"message": "string",
"statusResolution": "string",
"applicationDeploymentId": 0
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
applicationDeploymentId
|
integer (int32)
|
— | — | — |
id
|
string
|
nullable | — | — |
key
|
string
|
nullable | — | — |
message
|
string
|
nullable | — | — |
status
|
string
|
nullable | — | — |
statusResolution
|
string
|
nullable | — | — |
Example
{
"id": "string",
"key": "string",
"status": "string",
"message": "string",
"statusResolution": "string",
"applicationDeploymentId": 0
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
applicationDeploymentId
|
integer (int32)
|
— | — | — |
id
|
string
|
nullable | — | — |
key
|
string
|
nullable | — | — |
message
|
string
|
nullable | — | — |
status
|
string
|
nullable | — | — |
statusResolution
|
string
|
nullable | — | — |
Security
Authentication is required for this operation.
Source: default
Requirements (any one option may satisfy)
- Bearer and ApplicationToken
- Basic