R

Redis Software REST API

REST discovered

Details
URL
https://{cluster-host}:9443/v1
Docs
https://redis.io/docs/latest/operate/rs/references/rest-api/
Authentication
Redis Software REST API username and password basic discovered Get credentials ↗
Authorization: Basic <credential>

Use a Redis Software cluster user account with permission to access the REST API. The docs state requests authenticate with HTTP Basic Auth using your username and password; the admin user has access to all endpoints by default. See REST API and Permissions.