|
10 | 10 | :depth: 1 |
11 | 11 | :class: singlecol |
12 | 12 |
|
| 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 | + |
13 | 50 | .. toctree:: |
14 | 51 | :titlesonly: |
15 | 52 | :hidden: |
|
0 commit comments