POST
/
v4
/
deployment-packages
/
{account_id}
/
verify-install-prerequisites-met
curl --request POST \
  --url https://api.egp.scale.com/v4/deployment-packages/{account_id}/verify-install-prerequisites-met \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "package_version_id": "<string>"
}'
{
  "deployment_package_job_id": "<string>",
  "account_id": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

account_id
string
required

Body

application/json
package_version_id
string
required

Response

200
application/json
Successful Response
deployment_package_job_id
string
required
account_id
string