Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions content/integrate/redis-data-integration/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ Title: Reference
aliases: /integrate/redis-data-integration/ingest/reference/
alwaysopen: false
categories:
- docs
- integrate
- rs
- rdi
- docs
- integrate
- rs
- rdi
description: View reference material for Redis Data Integration
group: di
hideListLinks: false
linkTitle: Reference
summary: Redis Data Integration keeps Redis in sync with the primary database in near
summary:
Redis Data Integration keeps Redis in sync with the primary database in near
real time.
type: integration
weight: 60
Expand Down
22 changes: 22 additions & 0 deletions content/integrate/redis-data-integration/reference/api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
Title: Redis Data Integration API Reference
linkTitle: API Reference
description: REST API reference for Redis Data Integration
weight: 20
alwaysopen: false
categories: ["redis-di"]
aliases:
---

This is the REST API reference for Redis Data Integration services.
The API provides endpoints to manage and monitor your Redis Data Integration deployments.

[Open API Documentation]({{< relref "/integrate/redis-data-intrgration/reference/api/api-reference" >}})

## Authentication

When authentication is enabled, you need to obtain a token using the login endpoint before accessing secured endpoints.

## Base URL

All API endpoints are relative to the base URL of your Redis Data Integration API server.
22 changes: 22 additions & 0 deletions content/integrate/redis-data-integration/reference/api/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
Title: Redis Data Integration API Reference
linkTitle: API Reference
description: REST API reference for Redis Data Integration
weight: 20
alwaysopen: false
categories: ["redis-di"]
aliases:
---

This is the REST API reference for Redis Data Integration services.
The API provides endpoints to manage and monitor your Redis Data Integration deployments.

[Open API Documentation]({{< relref "/integrate/redis-data-intrgration/reference/api/api-reference" >}})

## Authentication

When authentication is enabled, you need to obtain a token using the login endpoint before accessing secured endpoints.

## Base URL

All API endpoints are relative to the base URL of your Redis Data Integration API server.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
Title: RDI API Reference
layout: rdiapireference
type: page
---
Loading