Deploy artifact volumes.
post/midgard/v0.1/artifact/volumes/deploy/{stackItemId}
Deploys selected volumes from a source environment to a destination environment for a stack item.
Request
Authorization
X-AT
header
apiKey
Path Parameters
stackItemIdThe stack item ID.
integer
REQUIRED
Body
application/json
sourceEnvironment
string
REQUIRED
destinationEnvironment
string
REQUIRED
volumesVolumes to deploy as artifact restore.
array string[]
syncVolumesVolumes to deploy as file sync.
array string[]
Response
200Artifact deployment scheduled successfully.
403User is not allowed to access this resource.
404Stack item not found.
422Invalid deployment parameters.
500Artifact deployment could not be scheduled.
Shell cURL
shell
Show schema
json