Skip to main content

deployments

Overview

Namedeployments
TypeResource
Idvercel.checks.deployments

Fields

NameDatatype
idstring
namestring
blockingboolean
completedAtnumber
conclusionstring
createdAtnumber
deploymentIdstring
detailsUrlstring
externalIdstring
integrationIdstring
outputobject
pathstring
rerequestableboolean
startedAtnumber
statusstring
updatedAtnumber

Methods

NameAccessible byRequired ParamsDescription
get_all_checksSELECTdeploymentId, teamIdList all of the checks created for a deployment.
get_checkSELECTcheckId, deploymentId, teamIdReturn a detailed response for a single check.
create_checkINSERTdeploymentId, teamId, data__blocking, data__nameCreates a new check. This endpoint must be called with an OAuth2 or it will produce a 400 error.
_get_all_checksEXECdeploymentId, teamIdList all of the checks created for a deployment.
rerequest_checkEXECcheckId, deploymentId, teamIdRerequest a selected check that has failed.
update_checkEXECcheckId, deploymentId, teamIdUpdate an existing check. This endpoint must be called with an OAuth2 or it will produce a 400 error.