We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f95ebd7 + e2a18b5 commit c902baaCopy full SHA for c902baa
doc/mgr/ceph_api/index.rst
@@ -53,9 +53,11 @@ be obtained, and it may then be reused for subsequent requests. The
53
{ "token": "<redacted_token>", ...}
54
55
The token obtained must be passed together with every API request in the
56
-``Authorization`` HTTP header::
+``Authorization`` HTTP header:
57
58
- curl -H "Authorization: Bearer <token>" ...
+.. prompt:: bash $
59
+
60
+ curl -H "Authorization: Bearer <token>" ...
61
62
Authentication and authorization can be further configured from the
63
Ceph CLI, the Ceph-Dashboard UI and the Ceph API itself (please refer to
0 commit comments