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
accountName
string · requiredThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
projectName
string · requiredThe name of the project. You can find this in your Zuplo Portal under Settings > Project Information.
statusId
string · requiredThe UUID of the uploaded sources.
Responses
status
string · enum · requiredEnum values:SUCCESSERRORIN_PROGRESSExample: SUCCESSurl
string · requiredExample: https://api.zuplo.com/v1/deployments/lime-fox-main-bbe7540steps
object · requiredbuildResult
object · required
Lists deployments
Lists the deployments for the specified account and project.
path Parameters
accountName
string · requiredThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
projectName
string · requiredThe name of the project. You can find this in your Zuplo Portal under Settings > Project Information.
Responses
data
object[] · required
Upload deployment source
Creates a URL for uploading sources.
Request Body
accountName
string · requiredThe name of the account
Example: my-accountprojectName
string · requiredThe name of the project
Example: my-projectbranchName
string · requiredThe name of the branch for deployment
Example: main
Responses
uploadUrl
string · requiredExample: https://storage.googleapis.com/[..]1fac8da132b9
Get a deployment
Gets the specified deployment.
path Parameters
deploymentName
string · requiredThe name of the deployment. You can find this in the Zuplo Portal under Settings > Environments.
Responses
name
string · requiredThe name of the deployment. You can find this in the Zuplo Portal under Settings > Environments.
Example: lime-fox-main-bbe7540url
string · requiredExample: https://api.zuplo.com/deployments/lime-fox-main-bbe7540label
string · requiredExample: mainurlParameter
string · requiredExample: maincreatedOn
string · requiredExample: 2023-07-25T23:41:41.468ZupdatedOn
string · requiredExample: 2023-07-25T23:41:41.468ZloggingId
string · requiredExample: chocolate_great_buzzard::lime-fox::main::main::bbe7540accountName
string · requiredExample: chocolate_great_buzzardprojectName
string · requiredExample: lime-foxstate
string · requiredExample: STARTEDmessage
string · enum · requiredEnum values:branchName
string · requiredExample: mainenvironmentType
string · requiredExample: PRODUCTION