Set of operations available to handle deployments. You can learn more about deployments here.
Gets a deployment status
Gets the deployment status of your upload. Use the UUID of the uploaded sources as the statusId.
path Parameters
accountNameThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
projectNameThe name of the project. You can find this in your Zuplo Portal under Settings > Project Information.
statusIdThe UUID of the uploaded sources.
Responses
The request has succeeded.
statusurlLists deployments
Lists the deployments for the specified account and project.
path Parameters
accountNameThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
projectNameThe name of the project. You can find this in your Zuplo Portal under Settings > Project Information.
Responses
The request has succeeded.
Upload deployment source
Creates a URL for uploading sources.
Request Body
accountNameThe name of the account
projectNameThe name of the project
branchNameThe name of the branch for deployment
Responses
The request has succeeded.
uploadUrlGet a deployment
Gets the specified deployment.
path Parameters
deploymentNameThe name of the deployment. You can find this in the Zuplo Portal under Settings > Environments.
Responses
The request has succeeded.
nameThe name of the deployment. You can find this in the Zuplo Portal under Settings > Environments.
urllabelurlParametercreatedOnupdatedOnloggingIdaccountNameprojectNamestatemessagebranchNameenvironmentTypeRe-deploy a deployment
Re-deploys the specified deployment so that it can pick up new environment variables or other configuration changes.
path Parameters
deploymentNameThe name of the deployment. You can find this in the Zuplo Portal under Settings > Environments.
Responses
The request has succeeded.
status