Rockset
Number of APIs: 62
Rockset's REST API allows for creating and managing all resources in Rockset. Each supported endpoint is documented below.
All requests must be authorized with a Rockset API key, which can be created in the Rockset console. The API key must be provided as ApiKey <api_key>
in the Authorization
request header. For example:
Authorization: ApiKey aB35kDjg93J5nsf4GjwMeErAVd832F7ad4vhsW1S02kfZiab42sTsfW5Sxt25asT
All endpoints are only accessible via https.
Build something awesome!
-
v1/orgs/self-integrations-{integration} - Get Integration GET {{baseUrl}}/v1/orgs/self/integrations/:integration
-
v1/orgs/self-integrations-{integration} - Delete Integration DELETE {{baseUrl}}/v1/orgs/self/integrations/:integration
-
v1/orgs/self-integrations - List Integrations GET {{baseUrl}}/v1/orgs/self/integrations
-
v1/orgs/self-integrations - Create Integration POST {{baseUrl}}/v1/orgs/self/integrations
-
v1/orgs/self-ip/allowlist-{name} - Get IP Allowlist Network Policy GET {{baseUrl}}/v1/orgs/self/ip/allowlist/:name
-
v1/orgs/self-ip/allowlist-{name} - Delete IP Allowlist Network Policy DELETE {{baseUrl}}/v1/orgs/self/ip/allowlist/:name
-
v1/orgs/self-ip/allowlist - List IP Allowlist Entries GET {{baseUrl}}/v1/orgs/self/ip/allowlist
-
v1/orgs/self-ip/allowlist - Create IP Allowlist Network Policy POST {{baseUrl}}/v1/orgs/self/ip/allowlist
-
v1/orgs/self-lambdas-tags - List All Query Lambda Tags GET {{baseUrl}}/v1/orgs/self/lambdas/tags
-
v1/orgs/self-lambdas-tags - List Query Lambda Tag Versions GET {{baseUrl}}/v1/orgs/self/lambdas/tags/:tag