Docs: rename doc page from REST tp Admin REST API
Closes scylladb/scylladb#17334
This commit is contained in:
committed by
Botond Dénes
parent
d43c418f72
commit
902733cd7e
@@ -1,6 +1,6 @@
|
||||
* :doc:`Nodetool Reference</operating-scylla/nodetool>` - Scylla commands for managing Scylla node or cluster using the command-line nodetool utility.
|
||||
* :doc:`CQLSh - the CQL shell</cql/cqlsh>`.
|
||||
* :doc:`REST - Scylla REST/HTTP Admin API</operating-scylla/rest>`.
|
||||
* :doc:`Admin REST API - ScyllaDB Node Admin API</operating-scylla/rest>`.
|
||||
* :doc:`Tracing </using-scylla/tracing>` - a ScyllaDB tool for debugging and analyzing internal flows in the server.
|
||||
* :doc:`SSTableloader </operating-scylla/admin-tools/sstableloader>` - Bulk load the sstables found in the directory to a Scylla cluster
|
||||
* :doc:`Scylla SStable </operating-scylla/admin-tools/scylla-sstable>` - Validates and dumps the content of SStables, generates a histogram, dumps the content of the SStable index.
|
||||
|
||||
@@ -7,7 +7,7 @@ Admin Tools
|
||||
|
||||
Nodetool Reference </operating-scylla/nodetool>
|
||||
CQLSh </cql/cqlsh>
|
||||
REST </operating-scylla/rest>
|
||||
Admin REST API </operating-scylla/rest>
|
||||
Tracing </using-scylla/tracing>
|
||||
Scylla SStable </operating-scylla/admin-tools/scylla-sstable/>
|
||||
Scylla Types </operating-scylla/admin-tools/scylla-types/>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
REST
|
||||
----
|
||||
Admin REST API
|
||||
--------------
|
||||
|
||||
ScyllaDB exposes a REST API to retrieve administrative information from a node and execute
|
||||
administrative operations. For example, it allows you to check or update configuration,
|
||||
|
||||
Reference in New Issue
Block a user