diff options
Diffstat (limited to 'doc/api/index.rst')
-rw-r--r-- | doc/api/index.rst | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/doc/api/index.rst b/doc/api/index.rst new file mode 100644 index 000000000..7007b0dc1 --- /dev/null +++ b/doc/api/index.rst @@ -0,0 +1,47 @@ +=================== + API Documentation +=================== + +Ceph RESTful API +================ + +See :ref:`mgr ceph api`. + +Ceph Storage Cluster APIs +========================= + +See :ref:`rados api` + + +Ceph File System APIs +===================== + +See :ref:`cephfs api` + + +Ceph Block Device APIs +====================== + +See :ref:`rbd api py` + +Ceph RADOS Gateway APIs +======================= + +See :ref:`radosgw api` + +Ceph Object Store APIs +====================== + +- See :ref:`S3-compatible API <radosgw s3>`. +- See :ref:`Swift-compatible API <radosgw swift>`. +- See :ref:`Admin Ops API<radosgw admin ops>`. + +Ceph MON Command API +==================== + +- See :doc:`Mon command API <mon_command_api>`. + +.. toctree:: + :hidden: + + mon_command_api |