Skip to content

Commit

Permalink
Update graph-views-map-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emgcentreon authored Nov 22, 2024
1 parent 6068238 commit 2df646d
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Avec cette API, vous pouvez créer / mettre à jour / supprimer des cartes stand
<TabItem value="HTTP" label="HTTP">

```shell
POST : http://\{\{serverURL\}\}:8081/centreon-map/api/beta/auth/sign-in
POST : http://serverURL:8081/centreon-map/api/beta/auth/sign-in
```

</TabItem>

<TabItem value="HTTPS" label="HTTPS">

```shell
POST : https://\{\{serverURL\}\}:9443/centreon-map/api/beta/auth/sign-in
POST : https://serverURL:9443/centreon-map/api/beta/auth/sign-in
```

</TabItem>
Expand Down Expand Up @@ -64,15 +64,15 @@ Headers {
<TabItem value="HTTP" label="HTTP">

```shell
POST http://\{\{serverURL\}\}:8081/centreon-map/api/beta/maps
POST http://serverURL:8081/centreon-map/api/beta/maps
```

</TabItem>

<TabItem value="HTTPS" label="HTTPS">

```shell
POST https://\{\{serverURL\}\}:9443/centreon-map/api/beta/maps
POST https://serverURL:9443/centreon-map/api/beta/maps
```

</TabItem>
Expand All @@ -98,15 +98,15 @@ Body {
<TabItem value="HTTP" label="HTTP">

```shell
GET http://\{\{serverURL\}\}:8081/centreon-map/api/beta/maps/{mapId}/views/{viewId}
GET http://serverURL:8081/centreon-map/api/beta/maps/{mapId}/views/{viewId}
```

</TabItem>

<TabItem value="HTTPS" label="HTTPS">

```shell
GET https://\{\{serverURL\}\}:9443/centreon-map/api/beta/maps/{mapId}/views/{viewId}
GET https://serverURL:9443/centreon-map/api/beta/maps/{mapId}/views/{viewId}
```

</TabItem>
Expand All @@ -120,15 +120,15 @@ Dans ce scénario, l'élément "shape" est un rectangle.
<TabItem value="HTTP" label="HTTP">

```shell
PUT http://\{\{serverURL\}\}:8081/centreon-map/api/beta/maps/{mapId}/views
PUT http://serverURL:8081/centreon-map/api/beta/maps/{mapId}/views
```

</TabItem>

<TabItem value="HTTPS" label="HTTPS">

```shell
PUT https://\{\{serverURL\}\}:9443/centreon-map/api/beta/maps/{mapId}/views
PUT https://serverURL:9443/centreon-map/api/beta/maps/{mapId}/views
```

</TabItem>
Expand Down

0 comments on commit 2df646d

Please sign in to comment.