Skip to content

Commit

Permalink
fix(optimizeBackup): adjust backup api response
Browse files Browse the repository at this point in the history
related to OPT#13970
  • Loading branch information
PHWaechtler committed Aug 3, 2024
1 parent 70431bc commit c6a0ab1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ curl --request POST 'http://localhost:8092/actuator/backups' \
```json
{
"scheduledSnapshots": [
"camunda_optimize_123456_3.9.0_part_1_of_2",
"camunda_optimize_123456_3.9.0_part_2_of_2"
]
"message": "Backup creation for ID 123456 has been scheduled. Use the GET API to monitor completion of backup process"
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ curl --request POST 'http://localhost:8092/actuator/backups' \
```json
{
"scheduledSnapshots": [
"camunda_optimize_123456_3.9.0_part_1_of_2",
"camunda_optimize_123456_3.9.0_part_2_of_2"
]
"message": "Backup creation for ID 123456 has been scheduled. Use the GET API to monitor completion of backup process."
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ curl --request POST 'http://localhost:8092/actuator/backups' \
```json
{
"scheduledSnapshots": [
"camunda_optimize_123456_3.9.0_part_1_of_2",
"camunda_optimize_123456_3.9.0_part_2_of_2"
]
"message": "Backup creation for ID 123456 has been scheduled. Use the GET API to monitor completion of backup process."
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ curl --request POST 'http://localhost:8092/actuator/backups' \
```json
{
"scheduledSnapshots": [
"camunda_optimize_123456_3.9.0_part_1_of_2",
"camunda_optimize_123456_3.9.0_part_2_of_2"
]
"message": "Backup creation for ID 123456 has been scheduled. Use the GET API to monitor completion of backup process."
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ curl --request POST 'http://localhost:8092/actuator/backups' \
```json
{
"scheduledSnapshots": [
"camunda_optimize_123456_3.9.0_part_1_of_2",
"camunda_optimize_123456_3.9.0_part_2_of_2"
]
"message": "Backup creation for ID 123456 has been scheduled. Use the GET API to monitor completion of backup process."
}
```

Expand Down

0 comments on commit c6a0ab1

Please sign in to comment.