Skip to content

Commit d3dc224

Browse files
Merge branch 'staging' into MON-195903-organize-dem-toc
2 parents 32504ff + d4a2b6d commit d3dc224

6 files changed

Lines changed: 26 additions & 0 deletions

File tree

cloud/monitoring/discovery/introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ to discover disk volumes in a Linux server.
2525

2626
3. According to how you have configured the job, you either choose from the list which resources you want
2727
to add to your Centreon platform, or they are added automatically.
28+
29+
> The Autodiscovery module can also be used [through its API](https://docs-api.centreon.com/api/centreon-autodiscovery/cloud/).

cloud/service-mapping/introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ Definitions:
3131
- **BV**: Business View: a group of business activities.
3232
- **KPI**: Key Performance Indicator: the weighted indicator considered in the
3333
BA calculation.
34+
35+
> Centreon BAM can also be used [through its API](https://docs-api.centreon.com/api/centreon-bam/cloud/).

cloud/sidebarsCloud.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,16 @@ module.exports = {
730730
"href": "https://docs-api.centreon.com/api/centreon-web/cloud/",
731731
"label": "Centreon Cloud API"
732732
},
733+
{
734+
"type": "link",
735+
"href": "https://docs-api.centreon.com/api/centreon-bam/cloud/",
736+
"label": "BAM API"
737+
},
738+
{
739+
"type": "link",
740+
"href": "https://docs-api.centreon.com/api/centreon-autodiscovery/cloud/",
741+
"label": "Autodiscovery API"
742+
},
733743
{
734744
"type": "doc",
735745
"id": "administration/api-tokens"

i18n/fr/docusaurus-plugin-content-docs-cloud/current.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,14 @@
130130
"sidebar.cloud.link.Centreon Cloud API": {
131131
"message": "API Centreon Cloud",
132132
"description": "The label for link Cloud API in sidebar cloud, linking to the Cloud API doc"
133+
},
134+
"sidebar.cloud.link.BAM API": {
135+
"message": "API BAM",
136+
"description": "The label for link BAM API in sidebar cloud, linking to the BAM API doc"
137+
},
138+
"sidebar.cloud.link.Autodiscovery API": {
139+
"message": "API Autodiscovery",
140+
"description": "The label for link Autodiscovery API in sidebar cloud, linking to the Autodisco API doc"
133141
},
134142
"sidebar.cloud.category.Data Visualization": {
135143
"message": "Visualisation des données",

i18n/fr/docusaurus-plugin-content-docs-cloud/current/monitoring/discovery/introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ interfaces réseau sur un serveur Linux, et une autre pour découvrir les volume
2323

2424
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
2525
à l’aide de modèles d’hôte ou de modèles de service.
26+
27+
> Le module d'autodécouverte peut également être utilisé [via son API](https://docs-api.centreon.com/api/centreon-autodiscovery/cloud/).

i18n/fr/docusaurus-plugin-content-docs-cloud/current/service-mapping/introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ Définitions :
3434
- **BV** (Business View) : Regroupement d'activité métier.
3535
- **KPI** (Key Performance Indicator) : Indicateur pondéré rentrant
3636
en considération dans le calcul de la BA.
37+
38+
> Centreon BAM peut également être utilisé [via son API](https://docs-api.centreon.com/api/centreon-bam/cloud/).

0 commit comments

Comments
 (0)