You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloud/administration/api_tokens.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@ id: api-tokens
3
3
title: API tokens
4
4
---
5
5
6
+
import Tabs from '@theme/Tabs';
7
+
import TabItem from '@theme/TabItem';
8
+
6
9
Using an API token, a third-party application can call the Centreon API to perform actions in Centreon (webhooks).
7
10
8
11
A token is linked to one [Centreon user](../users/users.md) and is valid only for a certain period of time. API calls will be executed according to the [rights assigned to this user](../users/users.md#user-roles). A specific user can have several tokens.
@@ -30,3 +33,37 @@ Users with the **Administrator** role can:
30
33
31
34
* Disable a valid API token using the **Enabled/Disabled** switch to the right of the line. The token can still be reenabled later.
32
35
* Delete a token using the **Delete** button.
36
+
37
+
## Using a token in the Centreon MAP API
38
+
39
+
- You need to know the URL of the MAP server in order to use MAP APIs. It looks like the following:
0 commit comments