Merge "Adding two parameters into Software configuration"
This commit is contained in:
commit
2759ba7e55
@ -1221,6 +1221,18 @@ snapshots:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: array
|
type: array
|
||||||
|
software_config:
|
||||||
|
description: |
|
||||||
|
The ``software_config`` object.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: object
|
||||||
|
software_deployment:
|
||||||
|
description: |
|
||||||
|
The ``software_deployment`` object.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: object
|
||||||
stack:
|
stack:
|
||||||
description: |
|
description: |
|
||||||
The ``stack`` object.
|
The ``stack`` object.
|
||||||
|
@ -106,7 +106,7 @@ Response Parameters
|
|||||||
- action: action
|
- action: action
|
||||||
- status_reason: status_reason
|
- status_reason: status_reason
|
||||||
- id: id
|
- id: id
|
||||||
|
- software_deployment: software_deployment
|
||||||
|
|
||||||
|
|
||||||
Response Example
|
Response Example
|
||||||
@ -198,7 +198,7 @@ Response Parameters
|
|||||||
- creation_time: creation_time
|
- creation_time: creation_time
|
||||||
- config: config
|
- config: config
|
||||||
- options: options
|
- options: options
|
||||||
|
- software_config: software_config
|
||||||
|
|
||||||
|
|
||||||
Response Example
|
Response Example
|
||||||
@ -249,7 +249,7 @@ Response Parameters
|
|||||||
- action: action
|
- action: action
|
||||||
- status_reason: status_reason
|
- status_reason: status_reason
|
||||||
- id: id
|
- id: id
|
||||||
|
- software_deployment: software_deployment
|
||||||
|
|
||||||
|
|
||||||
Response Example
|
Response Example
|
||||||
@ -309,7 +309,7 @@ Response Parameters
|
|||||||
- action: action
|
- action: action
|
||||||
- status_reason: status_reason
|
- status_reason: status_reason
|
||||||
- id: id
|
- id: id
|
||||||
|
- software_deployment: software_deployment
|
||||||
|
|
||||||
|
|
||||||
Response Example
|
Response Example
|
||||||
@ -377,7 +377,7 @@ Response Parameters
|
|||||||
- creation_time: creation_time
|
- creation_time: creation_time
|
||||||
- config: config
|
- config: config
|
||||||
- options: options
|
- options: options
|
||||||
|
- software_config: software_config
|
||||||
|
|
||||||
|
|
||||||
Response Example
|
Response Example
|
||||||
|
Loading…
Reference in New Issue
Block a user