Developer Toolkit Deploy

post

/rest/v19/adminMeta/actions/deploy

Use this endpoint to validate and save BML and BMLT updates provided in the request body, run BMLTs, and then deploy. This endpoint is equivalent to the 'cpq-toolkit push -d' command.

Request

Supported Media Types
Form Parameters
Back to Top

Response

Supported Media Types

Default Response

Return a zip with logs and test execution results.
Body ()
Root Schema : schema
Type: file
Back to Top

Examples

Use this endpoint to validate and save BML and BMLT updates provided in the request body, run BMLTs, and then deploy. by submitting a POST request to the REST resource using cURL. For more information about cURL, see Use cURL.

This endpoint is equivalent to the 'cpq-toolkit push -d' command.

curl -H "Authorization: Bearer <token>" "https://sitename.oracle.com/rest/v19/adminMeta/actions/deploy" \
  -X POST \
 -H "Accept: application/zip" \
 -H \
  \
 -H "Content-Type: multipart/form-data" 
Back to Top