Deploy All Targets
Deploy all Crafter Deployer targets.
Resource Information
This service uses the deployer application on port 9191 by default. To see a list of default ports click here
The context for this API is /
.
HTTP Verb
|
POST
|
URL
|
/api/1/target/deploy-all |
Response Formats
|
JSON |
Parameters
Name |
Type |
Required |
Description |
---|---|---|---|
reprocess_all_files |
Boolean |
If all files in all the target repos should be reprocessed. |
|
deployment_mode Since 4.0.0 |
String |
The deployment mode to execute. Possible values: |
Example
Request
POST .../api/1/target/deploy-all
{
"reprocess_all_files": false
}
Response
Status 202 OK
Responses
Status
|
Location
|
Response Body
|
---|---|---|
202
|
See example above
|
|
500
|
{ "message" : "Internal server error" } |