{ "opencollection": "1.0.0", "info": { "name": "Amazon Keyspaces Tables API", "version": "2024-01-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Tables", "type": "folder" }, "items": [ { "info": { "name": "Amazon Keyspaces List Tables", "type": "http" }, "http": { "method": "GET", "url": "https://cassandra.us-east-1.amazonaws.com/keyspaces/:keyspaceName/tables", "params": [ { "name": "keyspaceName", "value": "", "type": "path", "description": "The keyspace name." } ] }, "docs": "Returns a list of tables for a specified keyspace." }, { "info": { "name": "Amazon Keyspaces Create Table", "type": "http" }, "http": { "method": "POST", "url": "https://cassandra.us-east-1.amazonaws.com/keyspaces/:keyspaceName/tables", "params": [ { "name": "keyspaceName", "value": "", "type": "path", "description": "The keyspace name." } ] }, "docs": "The CreateTable operation adds a new table to the specified keyspace." }, { "info": { "name": "Amazon Keyspaces Get Table", "type": "http" }, "http": { "method": "GET", "url": "https://cassandra.us-east-1.amazonaws.com/keyspaces/:keyspaceName/tables/:tableName", "params": [ { "name": "keyspaceName", "value": "", "type": "path", "description": "The keyspace name." }, { "name": "tableName", "value": "", "type": "path", "description": "The table name." } ] }, "docs": "Returns information about the table." }, { "info": { "name": "Amazon Keyspaces Update Table", "type": "http" }, "http": { "method": "PUT", "url": "https://cassandra.us-east-1.amazonaws.com/keyspaces/:keyspaceName/tables/:tableName", "params": [ { "name": "keyspaceName", "value": "", "type": "path", "description": "The keyspace name." }, { "name": "tableName", "value": "", "type": "path", "description": "The table name." } ] }, "docs": "Adds new columns to the table or updates one of the table's existing settings." }, { "info": { "name": "Amazon Keyspaces Delete Table", "type": "http" }, "http": { "method": "DELETE", "url": "https://cassandra.us-east-1.amazonaws.com/keyspaces/:keyspaceName/tables/:tableName", "params": [ { "name": "keyspaceName", "value": "", "type": "path", "description": "The keyspace name." }, { "name": "tableName", "value": "", "type": "path", "description": "The table name." } ] }, "docs": "The DeleteTable operation deletes a table and all of its data." }, { "info": { "name": "Amazon Keyspaces Restore Table", "type": "http" }, "http": { "method": "POST", "url": "https://cassandra.us-east-1.amazonaws.com/keyspaces/:keyspaceName/tables/:tableName/restore", "params": [ { "name": "keyspaceName", "value": "", "type": "path", "description": "The keyspace name." }, { "name": "tableName", "value": "", "type": "path", "description": "The table name." } ] }, "docs": "Restores the table to the specified point in time within the earliest_restorable_timestamp and current time." } ] } ], "bundled": true }