Skip to content

Commit

Permalink
rest-api: Extend StorageVolumeSnapshotPost for remote copy
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
  • Loading branch information
roosterfish committed Jul 20, 2023
1 parent a974583 commit ee5537a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/rest-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5929,11 +5929,18 @@ definitions:
StorageVolumeSnapshotPost:
description: StorageVolumeSnapshotPost represents the fields required to rename/move a LXD storage volume snapshot
properties:
migration:
description: Initiate volume snapshot migration
example: false
type: boolean
x-go-name: Migration
name:
description: New snapshot name
example: snap1
type: string
x-go-name: Name
target:
$ref: '#/definitions/StorageVolumePostTarget'
type: object
x-go-package: github.com/canonical/lxd/shared/api
StorageVolumeSnapshotPut:
Expand Down

0 comments on commit ee5537a

Please sign in to comment.