Moved pages to Setttings and Access control under Portal management

This commit is contained in:
2026-05-13 23:14:38 +02:00
parent 9afeea906b
commit f4eccc7648
8 changed files with 6 additions and 6 deletions

View File

@@ -79,7 +79,7 @@ These are the different actions available. These actions maybe not available wit
This API call retrieves all companies from Inserve and creates or updates them in Sentri.
API Call: [[../../API/v1/sources/inserve/GET Sync companies|GET Sync companies]]
API Call: [[GET Sync companies|GET Sync companies]]
## Sync cloud distributor companies
> [!Important]
> Requires the **Servers** module to be enabled.
@@ -103,7 +103,7 @@ For example:
```
The `cloud_distribution_id` is used to link licenses to the correct company during the **Sync Server Licenses** action.
API Call: [[../../API/v1/sources/inserve/GET Sync cloud distributor|GET Sync cloud distributor]]
API Call: [[GET Sync cloud distributor|GET Sync cloud distributor]]
## Sync servers licenses
> [!Important]
> Requires the **Servers** module to be enabled.
@@ -112,7 +112,7 @@ API Call: [[../../API/v1/sources/inserve/GET Sync cloud distributor|GET Sync clo
This API call first executes the **Sync cloud distributor companies** 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.
It will also only do this to server linked to an active company.
API Call: [[../../API/v1/sources/inserve/GET Sync server licenses|GET Sync server licenses]]
API Call: [[GET Sync server licenses|GET Sync server licenses]]
## Sync server subscriptions
> [!Important]
> Requires the **Servers** module to be enabled.
@@ -120,4 +120,4 @@ API Call: [[../../API/v1/sources/inserve/GET Sync server licenses|GET Sync serve
This API call first executes the **Sync cloud distributor** companies action and then creates a subscription if it does not exist, or updates the subscription description if it does. It also creates subscription lines with the correct product_code entered in the **custom source data** JSON field.
API Call: [[../../API/v1/sources/inserve/GET Sync server subscriptions|GET Sync server subscriptions]]
API Call: [[GET Sync server subscriptions|GET Sync server subscriptions]]