2016-05-07 17:18:15 +02:00
|
|
|
:tocdepth: 2
|
|
|
|
|
|
|
|
=======================
|
|
|
|
Shared File Systems API
|
|
|
|
=======================
|
|
|
|
|
2021-02-03 11:16:51 -08:00
|
|
|
This is a reference for version 2 of the OpenStack Shared File Systems API
|
|
|
|
which is provided by the Manila project. Manila provides a RESTful HTTP service
|
|
|
|
through which it offers on-demand, scalable, self-service access to
|
|
|
|
shared file system storage resources.
|
|
|
|
|
|
|
|
.. important::
|
|
|
|
|
|
|
|
Prior to the Wallaby release, Shared File System service required the
|
|
|
|
caller to specify their "project_id" in the API URLs. This requirement has
|
|
|
|
been dropped. The API service now behaves the same way whether or not
|
|
|
|
"project_id" is included in the URLs. If your cloud does not yet support
|
|
|
|
version 2.60, all the resource URLs below will require a project ID. For
|
|
|
|
example:
|
|
|
|
|
|
|
|
GET /v2/{project_id}/shares
|
|
|
|
|
2016-05-07 17:18:15 +02:00
|
|
|
.. rest_expand_all::
|
|
|
|
|
|
|
|
.. include:: versions.inc
|
|
|
|
.. include:: extensions.inc
|
|
|
|
.. include:: limits.inc
|
|
|
|
.. include:: shares.inc
|
|
|
|
.. include:: share-export-locations.inc
|
|
|
|
.. include:: share-metadata.inc
|
|
|
|
.. include:: share-actions.inc
|
|
|
|
.. include:: snapshots.inc
|
2017-08-07 16:55:05 +08:00
|
|
|
.. include:: snapshot-instances.inc
|
2020-09-21 16:14:24 +00:00
|
|
|
.. include:: share-replicas.inc
|
2020-11-06 09:05:36 -03:00
|
|
|
.. include:: share-replica-export-locations.inc
|
2016-05-07 17:18:15 +02:00
|
|
|
.. include:: share-networks.inc
|
2019-10-04 21:52:10 +00:00
|
|
|
.. include:: share-network-subnets.inc
|
2016-05-07 17:18:15 +02:00
|
|
|
.. include:: security-services.inc
|
|
|
|
.. include:: share-servers.inc
|
|
|
|
.. include:: share-instances.inc
|
|
|
|
.. include:: share-instance-export-locations.inc
|
|
|
|
.. include:: share-types.inc
|
|
|
|
.. include:: scheduler-stats.inc
|
|
|
|
.. include:: services.inc
|
|
|
|
.. include:: availability-zones.inc
|
|
|
|
.. include:: os-share-manage.inc
|
|
|
|
.. include:: quota-sets.inc
|
2018-02-26 10:00:46 +08:00
|
|
|
.. include:: quota-classes.inc
|
2016-05-06 09:33:09 -04:00
|
|
|
.. include:: user-messages.inc
|
2018-07-17 11:06:05 +08:00
|
|
|
.. include:: share-access-rules.inc
|
|
|
|
.. include:: share-access-rule-metadata.inc
|
2020-09-21 15:40:41 +00:00
|
|
|
.. include:: share-groups.inc
|
|
|
|
.. include:: share-group-types.inc
|
|
|
|
.. include:: share-group-snapshots.inc
|
2016-05-07 17:18:15 +02:00
|
|
|
|
|
|
|
======================================
|
|
|
|
Shared File Systems API (EXPERIMENTAL)
|
|
|
|
======================================
|
|
|
|
|
|
|
|
.. rest_expand_all::
|
|
|
|
|
2017-08-17 16:36:19 +08:00
|
|
|
.. include:: experimental.inc
|
2016-05-07 17:18:15 +02:00
|
|
|
.. include:: share-migration.inc
|
2020-09-28 18:33:26 +00:00
|
|
|
.. include:: share-server-migration.inc
|