Removed meta data and added explicit headers to files
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
---
|
||||
title: API Getting Started
|
||||
publish: true
|
||||
---
|
||||
# API Getting Started
|
||||
This document will explain how to get started with the Sentri API.
|
||||
## Requirements
|
||||
To connect to the Sentri API, you will need the following:
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
---
|
||||
title: POST Create or update server
|
||||
publish: true
|
||||
---
|
||||
# POST Create or update server
|
||||
This API call creates a server or updates it with the given information.
|
||||
|
||||
#### Location
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
---
|
||||
title: GET Sync cloud distributor
|
||||
publish: true
|
||||
---
|
||||
# GET Sync cloud distributor
|
||||
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
|
||||
```
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
---
|
||||
title: GET Sync companies
|
||||
publish: true
|
||||
---
|
||||
# GET Sync companies
|
||||
This API call retrieves all companies from Inserve and creates or updates them in Sentri.
|
||||
#### Location
|
||||
```
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
---
|
||||
title: GET Sync server licenses
|
||||
publish: true
|
||||
---
|
||||
# GET Sync server licenses
|
||||
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
|
||||
```
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
---
|
||||
title: GET Sync server subscriptions
|
||||
publish: true
|
||||
---
|
||||
# GET Sync server subscriptions
|
||||
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user