added meta tags to documents
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: API Getting Started
|
||||||
|
publish: true
|
||||||
|
---
|
||||||
This document will explain how to get started with the Sentri API.
|
This document will explain how to get started with the Sentri API.
|
||||||
## Requirements
|
## Requirements
|
||||||
To connect to the Sentri API, you will need the following:
|
To connect to the Sentri API, you will need the following:
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: POST Create or update server
|
||||||
|
publish: true
|
||||||
|
---
|
||||||
This API call creates a server or updates it with the given information.
|
This API call creates a server or updates it with the given information.
|
||||||
|
|
||||||
#### Location
|
#### Location
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: GET Sync cloud distributor
|
||||||
|
publish: true
|
||||||
|
---
|
||||||
This API call synchronizes active companies in Sentri with the corresponding cloud distributor companies in Inserve. These cloud distributor companies are required to associate Sentri server licenses with companies in Inserve.
|
This API call synchronizes active companies in Sentri with the corresponding cloud distributor companies in Inserve. These cloud distributor companies are required to associate Sentri server licenses with companies in Inserve.
|
||||||
#### Location
|
#### Location
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: GET Sync companies
|
||||||
|
publish: true
|
||||||
|
---
|
||||||
This API call retrieves all companies from Inserve and creates or updates them in Sentri.
|
This API call retrieves all companies from Inserve and creates or updates them in Sentri.
|
||||||
#### Location
|
#### Location
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: GET Sync server licenses
|
||||||
|
publish: true
|
||||||
|
---
|
||||||
This API call first executes the [[GET Sync cloud distributor|GET Sync cloud distributor]] action and then synchronizes all servers in an active, deleted, or trial state with Inserve licenses. It creates or updates server licenses in Inserve if they do not exist or if the license quantities differ from those in Sentri.
|
This API call first executes the [[GET Sync cloud distributor|GET Sync cloud distributor]] action and then synchronizes all servers in an active, deleted, or trial state with Inserve licenses. It creates or updates server licenses in Inserve if they do not exist or if the license quantities differ from those in Sentri.
|
||||||
#### Location
|
#### Location
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: GET Sync server subscriptions
|
||||||
|
publish: true
|
||||||
|
---
|
||||||
This API call first executes the [[GET Sync cloud distributor|GET Sync cloud distributor]] action and then synchronizes all servers in an active or trial state to Inserve subscriptions. It creates or updates server subscriptions in Inserve if they do not exist or if the subscription name differ from those in Sentri. For this action the correct inserve `product_codes` should be defined at Portal Management > Sources > Inserve > Custom source data.
|
This API call first executes the [[GET Sync cloud distributor|GET Sync cloud distributor]] action and then synchronizes all servers in an active or trial state to Inserve subscriptions. It creates or updates server subscriptions in Inserve if they do not exist or if the subscription name differ from those in Sentri. For this action the correct inserve `product_codes` should be defined at Portal Management > Sources > Inserve > Custom source data.
|
||||||
#### Location
|
#### Location
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Getting Started
|
||||||
|
publish: true
|
||||||
|
---
|
||||||
After [[Installation|installing]] Sentri, it is recommended to review the initial configuration settings.
|
After [[Installation|installing]] Sentri, it is recommended to review the initial configuration settings.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Installation
|
||||||
|
publish: true
|
||||||
|
---
|
||||||
This guide explains how to install Sentri on a Linux server.
|
This guide explains how to install Sentri on a Linux server.
|
||||||
# Requirements
|
# Requirements
|
||||||
Before continuing, make sure your server meets the following requirements:
|
Before continuing, make sure your server meets the following requirements:
|
||||||
@@ -72,7 +76,7 @@ Go to [[Global|Global]] under Portal Management and rename the portal to your pr
|
|||||||
|
|
||||||
Next, configure the SMTP connection in [[Mail|Mail]] under Portal Management so Sentri can send emails.
|
Next, configure the SMTP connection in [[Mail|Mail]] under Portal Management so Sentri can send emails.
|
||||||
|
|
||||||
Finally, enable the [[index#Modules|modules]] you want to use in [[Modules|Modules]] under Portal Management.
|
Finally, enable the [[index#Modules|modules]] you want to use in [[Portal Management/Settings/Modules|Modules]] under Portal Management.
|
||||||
### Create users and check permissions
|
### Create users and check permissions
|
||||||
Go to the
|
Go to the
|
||||||
### Getting started
|
### Getting started
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Admins
|
||||||
|
publish: true
|
||||||
|
---
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Permissions
|
||||||
|
publish: true
|
||||||
|
---
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Users groups
|
||||||
|
publish: true
|
||||||
|
---
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
With the Global Settings, you can configure general settings for Sentri.
|
---
|
||||||
|
title: Global
|
||||||
|
publish: true
|
||||||
|
---
|
||||||
# Portal name
|
# Portal name
|
||||||
This setting allows you to change the name of the portal.
|
This setting allows you to change the name of the portal.
|
||||||
Currently, this setting has limited functionality, but it will be used in future versions to support white-labeling.
|
Currently, this setting has limited functionality, but it will be used in future versions to support white-labeling.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Mail
|
||||||
|
publish: true
|
||||||
|
---
|
||||||
To allow Sentri to send emails, you must configure the mail settings.
|
To allow Sentri to send emails, you must configure the mail settings.
|
||||||
|
|
||||||
Sentri sends emails in the following situations:
|
Sentri sends emails in the following situations:
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Modules
|
||||||
|
publish: true
|
||||||
|
---
|
||||||
Sentri allows modules to be enabled or disabled. Each module provides its own functionality, which can be viewed [[../../index|here]].
|
Sentri allows modules to be enabled or disabled. Each module provides its own functionality, which can be viewed [[../../index|here]].
|
||||||
# Enabling and Disabling Modules
|
# Enabling and Disabling Modules
|
||||||
To enable or disable modules, navigate to **Settings** > **Modules** and toggle the modules you want to enable or disable.
|
To enable or disable modules, navigate to **Settings** > **Modules** and toggle the modules you want to enable or disable.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Inserve
|
||||||
|
publish: true
|
||||||
|
---
|
||||||
Inserve is Dutch software that helps MSPs support their customers in a personal and structured way. The connection to Inserve gives the option to sync information between Sentri and Inserve.
|
Inserve is Dutch software that helps MSPs support their customers in a personal and structured way. The connection to Inserve gives the option to sync information between Sentri and Inserve.
|
||||||
|
|
||||||
To configure the Inserve connection you need the `admin-sources` RW permissions.
|
To configure the Inserve connection you need the `admin-sources` RW permissions.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: Release notes
|
||||||
|
publish: true
|
||||||
|
---
|
||||||
### v.1.2.1
|
### v.1.2.1
|
||||||
To be announced
|
To be announced
|
||||||
### Changes
|
### Changes
|
||||||
|
|||||||
Reference in New Issue
Block a user