cURL
curl --request POST \ --url https://cloud.cdata.com/api/job/cacheConnection \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "connectionString": "<string>" } '
Create/update the cache connection used by the other caching API calls.
JWT token authentication. Include the token in the Authorization header as 'Bearer '.
The connection string used to configure the user's PostgreSQL connection.
OK
Was this page helpful?