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>"
}
This endpoint verifies that installation prerequisites are met for a specific package version. The input is the same as for package installations, but the response may be a synchronous one if the package version has no prerequisites.
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>"
}
Successful Response
The response is of type object
.