Skip to content

Commit

Permalink
Add snapshot field as part of the action property
Browse files Browse the repository at this point in the history
Signed-off-by: Seung Yeon Joo <seung.yeon.joo@oracle.com>
  • Loading branch information
Seung Yeon Joo committed Feb 5, 2025
1 parent 8cbdda5 commit e0f3135
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions _im-plugin/ism/policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,15 +418,17 @@ The `convert_index_to_remote' operation has the following parameters:
Parameter | Description | Type | Required | Default
:--- | :--- |:--- |:--- |
`repository` | The repository name that you register through the native snapshot API operations. | `string` | Yes | -
`snapshot` | The snapshot name that gets created through snapshot action. | `string` | Yes | -

```json
{
"snapshot": {
"repository": "my_backup",
"snapshot": "{{ctx.index}}"
"repository": "my_backup",
"snapshot": "{{ctx.index}}"
},
"convert_index_to_remote": {
"repository": "my_backup"
"repository": "my_backup",
"snapshot": "{{ctx.index}}"
}
}
```
Expand Down

0 comments on commit e0f3135

Please sign in to comment.