Skip to content

Commit 31237c9

Browse files
DOCSP-38362 -- Add content to blank Ops Manager pages for SEO (#200)
Add content to blank Ops Manager pages for SEO - [DOCSP-number](https://jira.mongodb.org/browse/DOCSP-38362) - STAGING - https://preview-mongodbjvincentmongodb.gatsbyjs.io/ops-manager/DOCSP-38362/tutorial/nav/add-servers/ - https://preview-mongodbjvincentmongodb.gatsbyjs.io/ops-manager/DOCSP-38362/api/ - https://preview-mongodbjvincentmongodb.gatsbyjs.io/ops-manager/DOCSP-38362/tutorial/nav/monitor-and-manage/ - [LATEST BUILD LOG](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=665e22bfcf5bec1c29103d5f) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working. --------- Co-authored-by: corryroot <[email protected]>
1 parent d120689 commit 31237c9

20 files changed

+194
-1
lines changed

source/api.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,43 @@ API
1010
:depth: 1
1111
:class: singlecol
1212

13+
The {+admin-api+} exposes REST endpoints that allow programmatic access and
14+
management of {+onprem+}. API requests accept JSON as body parameters,
15+
and the API responses are also JSON.
16+
17+
Section Overview
18+
----------------
19+
20+
:ref:`{+admin-api+} Principles <public-api-principles>`
21+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22+
23+
Learn about how the {+onprem+}\'s Public REST API exposes programmatic access to
24+
Ops Manager's features in this section.
25+
26+
:ref:`{+onprem+} Administration API Resources <admin-backup-api-resources>`
27+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28+
29+
Learn about each endpoint that the {+onprem+} API exposes, including the
30+
path to send your request to, any optional and required parameters, and the
31+
values that the {+admin-api+} returns.
32+
33+
:ref:`{+admin-api+} Administration API Error Codes <api-error-codes>`
34+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35+
36+
Learn about the various error codes that the {+admin-api+} might send in this section.
37+
38+
:ref:`{+admin-api+} Access Configuration <configure-api-access>`
39+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40+
41+
Learn about {+admin-api+} configuration details for generating
42+
an {+admin-api+} key in this section.
43+
44+
:ref:`{+admin-api+} Administration API Tutorials <api-tutorials>`
45+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46+
47+
Learn how you can perform varioius {+admin-api+} actions, such as
48+
deploying a cluster, rotating a key file and more in this section.
49+
1350
.. toctree::
1451
:titlesonly:
1552
:hidden:

source/core/api.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _public-api-principles:
2+
13
=======================
24
Public |api| Principles
35
=======================

source/tutorial/add-servers-automation.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _add-servers-automation:
2+
13
================================
24
Provision Servers for Automation
35
================================

source/tutorial/add-shard-using-automation.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _add-shard-using-automation:
2+
13
================================
24
Add a Shard to a MongoDB Cluster
35
================================

source/tutorial/change-mongodb-version.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _change-mongodb-version:
2+
13
=============================
24
Change the Version of MongoDB
35
=============================

source/tutorial/configure-public-api-access.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _configure-api-access:
2+
13
====================
24
Configure API Access
35
====================

source/tutorial/convert-config-servers-to-replica-set.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _convert-config-servers-to-replica-set:
2+
13
=======================================
24
Convert Config Servers to a Replica Set
35
=======================================

source/tutorial/convert-replica-set-to-sharded-cluster.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _convert-replica-set-to-sharded-cluster:
2+
13
==========================================
24
Convert a Replica Set to a Sharded Cluster
35
==========================================

source/tutorial/convert-standalone-to-replica-set.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _convert-standalone-to-replica-set:
2+
13
=====================================
24
Convert a Standalone to a Replica Set
35
=====================================

source/tutorial/edit-replica-set.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _edit-replica-set:
2+
13
==================
24
Edit a Replica Set
35
==================

0 commit comments

Comments
 (0)