Skip to content
2 changes: 2 additions & 0 deletions cloud/monitoring/discovery/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ to discover disk volumes in a Linux server.

3. According to how you have configured the job, you either choose from the list which resources you want
to add to your Centreon platform, or they are added automatically.

> The Autodiscovery module can also be used [through its API](https://docs-api.centreon.com/api/centreon-autodiscovery/cloud/).
2 changes: 2 additions & 0 deletions cloud/service-mapping/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ Definitions:
- **BV**: Business View: a group of business activities.
- **KPI**: Key Performance Indicator: the weighted indicator considered in the
BA calculation.

> Centreon BAM can also be used [through its API](https://docs-api.centreon.com/api/centreon-bam/cloud/).
10 changes: 10 additions & 0 deletions cloud/sidebarsCloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,16 @@ module.exports = {
"href": "https://docs-api.centreon.com/api/centreon-web/cloud/",
"label": "Centreon Cloud API"
},
{
"type": "link",
"href": "https://docs-api.centreon.com/api/centreon-bam/cloud/",
"label": "Centreon BAM API"
},
{
"type": "link",
"href": "https://docs-api.centreon.com/api/centreon-autodiscovery/cloud/",
"label": "Centreon Autodiscovery API"
},
{
Comment thread
cg-tw marked this conversation as resolved.
"type": "doc",
"id": "administration/api-tokens"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ interfaces réseau sur un serveur Linux, et une autre pour découvrir les volume

3. Selon votre paramétrage, vous choisissez dans la liste les ressources à ajouter à votre Centreon, ou bien elles sont ajoutées automatiquement. Ces ressources peuvent ensuite être configurées dans Centreon
à l’aide de modèles d’hôte ou de modèles de service.

> Le module d'autodécouverte peut également être utilisé [via son API](https://docs-api.centreon.com/api/centreon-autodiscovery/cloud/).
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ Définitions :
- **BV** (Business View) : Regroupement d'activité métier.
- **KPI** (Key Performance Indicator) : Indicateur pondéré rentrant
en considération dans le calcul de la BA.

> Centreon BAM peut également être utilisé [via son API](https://docs-api.centreon.com/api/centreon-bam/cloud/).
Loading