Jump to Content
API Reference
v1.0
v2.0
Log In
API Reference
Log In
Stargate on Astra
API Reference
Create an auth token
Search
JUMP TO
Stargate Document API reference
auth
Create an auth token
post
namespaces
search for documents in {collection-id}
get
add a new document to {collection-id}
post
get a document by id
get
replace a document
put
update part of a document
patch
delete a document
del
get a sub document by path
get
replace a sub document
put
update part of a sub document
patch
delete a sub document
del
keyspaces
search a table
get
add a new row
post
get a row(s)
get
replace a row(s)
put
update part of a row(s)
patch
delete a row(s)
del
schemas
list keyspaces
get
get a keyspace
get
list tables
get
create a table
post
get a table
get
replace a table definition, except for columns
put
delete a table
del
list columns
get
create a column
post
get a column
get
replace a column definition
put
delete a column
del
list namespaces
get
create a namespace
post
get a namespace
get
delete a namespace
del
list collections in a namespace
get
create a collection
post
get a collection
get
delete a collection
del
Stargate REST API reference
auth
Create an authorization token
post
schemas
Return all keyspaces
get
Get a keyspace
get
list tables
get
create a table
post
get a table
get
Replace a table definition, except for columns
put
Delete a table
del
List columns
get
Create a column
post
Get a column
get
Replace a column definition
put
Delete a column
del
data
Search a table
get
Add rows
post
Get a row
get
Replace a row
put
Update part of a row
patch
delete a row(s)
del
Astra DevOps API
Using the Astra DevOps API
Authentication
Create a token to use the Astra DevOps API endpoints
post
Operations
Returns a list of databases
get
Create a new database
post
Finds database by ID
get
Adds keyspace into database
post
Obtain zip for connecting to the database
post
Terminates a database
post
Parks a database
post
Unparks a database
post
Resizes a database
post
Resets Password
post
Returns supported regions and availability for a given user / org
get
Powered by
Create an auth token
post
https://{databaseId}-{region}.apps.astra.datastax.com/api/rest/v1/auth
Language
Shell
Node
Ruby
PHP
Python
URL
Base URL
https://
databaseId
-
region
.apps.astra.datastax.com
/api/rest/v1/auth
Response
Click
Try It!
to start a request and see the response here!