Recreate Index
Recreate the underlying Elasticsearch index for a Crafter Deployer target.
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/recreate/:env/:site_name |
Response Formats
|
JSON |
Parameters
Name
|
Type
|
Required
|
Description
|
---|---|---|---|
env
|
String
|
✓
|
The target’s environment (e.g dev).
|
site_name
|
String
|
✓
|
The target’s site name (e.g mysite).
|
token
|
String
|
✓
|
The authorization token
|
Example
Request
POST .../api/1/target/recreate/dev/mysite
Response
Status 202 OK
Responses
Status
|
Location
|
Response Body
|
---|---|---|
202
|
See example above
|
|
404
|
{ "message" : "Target not found" } |
|
500
|
{ "message" : "Internal server error" } |