File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
content/integrate/redis-data-integration/reference Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ categories: ["redis-di"]
8
8
aliases :
9
9
---
10
10
11
- # Redis Data Integration API
12
-
13
11
This is the REST API reference for Redis Data Integration services.
14
12
The API provides endpoints to manage and monitor your Redis Data Integration deployments.
15
13
Original file line number Diff line number Diff line change
1
+ ---
2
+ Title : Redis Data Integration API Reference
3
+ linkTitle : API Reference
4
+ description : REST API reference for Redis Data Integration
5
+ weight : 20
6
+ alwaysopen : false
7
+ categories : ["redis-di"]
8
+ aliases :
9
+ ---
10
+
11
+ This is the REST API reference for Redis Data Integration services.
12
+ The API provides endpoints to manage and monitor your Redis Data Integration deployments.
13
+
14
+ [ Open API Documentation] ({{< relref "/integrate/redis-data-intrgration/reference/api/api-reference" >}})
15
+
16
+ ## Authentication
17
+
18
+ When authentication is enabled, you need to obtain a token using the login endpoint before accessing secured endpoints.
19
+
20
+ ## Base URL
21
+
22
+ All API endpoints are relative to the base URL of your Redis Data Integration API server.
You can’t perform that action at this time.
0 commit comments