Coordination Redis Settings

Check Coordination Redis Connection

Test a coordination Redis connection with the provided credentials.

Parameters:

  • settings: dict - Redis connection params to test. Credential fields sent back as ***REDACTED*** fall back to the saved value

Builds a throwaway client (never touching global state) and pings it.

post/coordination_redis/settings/test

Request body

settingsobject required

Coordination Redis connection params

Response

Successful Response

statusstring required

Connection status: 'healthy' or 'unhealthy'

errorstring nullable

Error message if the connection failed

Changes

Changed in 1 of the 42 revisions of this API.1