manila/api-ref/source/samples/share-server-migration-check-compatibility-response.json
silvacarloss 256c18d6c2 Add api reference for share server migration
Add documentation to the share server migration APIs introduced
during Victoria release.

Partial-bug: #1897903

Change-Id: I13d13c38a3869929bbfdf8083529a597d7982a16
2021-01-06 09:04:23 -03:00

18 lines
526 B
JSON

{
"compatible": false,
"requested_capabilities": {
"writable": "True",
"nondisruptive": "True",
"preserve_snapshots": "True",
"share_network_id": null,
"host": "foohost2@backend2"
},
"supported_capabilities": {
"writable": true,
"nondisruptive": false,
"preserve_snapshots": true,
"share_network_id": "1d04b755-649f-46a4-964c-be9f0395af13",
"migration_cancel": true,
"migration_get_progress": true
}
}