FinSpace User Environment Management service Skill
amazonaws-com-finspace
amazonaws-com-finspace
| Method | Path | Description |
|---|---|---|
POST | /environment | |
POST | /kx/environments/{environmentId}/databases/{databaseName}/changesets | Create a new FinSpace environment. |
POST | /kx/environments/{environmentId}/clusters | Creates a changeset for a kdb database. A changeset allows you to add and delete existing files by using an ordered list of change requests. |
POST | /kx/environments/{environmentId}/databases | Creates a new kdb cluster. |
POST | /kx/environments/{environmentId}/databases/{databaseName}/dataviews | Creates a new kdb database in the environment. |
POST | /kx/environments | Creates a snapshot of kdb database with tiered storage capabilities and a pre-warmed cache, ready for mounting on kdb clusters. Dataviews are only available for clusters running o... |
POST | /kx/environments/{environmentId}/scalingGroups | Creates a managed kdb environment for the account. |
POST | /kx/environments/{environmentId}/users | Creates a new scaling group. |
POST | /kx/environments/{environmentId}/kxvolumes | Creates a user in FinSpace kdb environment with an associated IAM role. |
DELETE | /environment/{environmentId} | Creates a new volume with a specific amount of throughput and storage capacity. |
DELETE | /kx/environments/{environmentId}/clusters/{clusterName} | Delete an FinSpace environment. |
DELETE | /kx/environments/{environmentId}/clusters/{clusterName}/nodes/{nodeId} | Deletes a kdb cluster. |
DELETE | /kx/environments/{environmentId}/databases/{databaseName} | Deletes the specified nodes from a cluster. |
DELETE | /kx/environments/{environmentId}/databases/{databaseName}/dataviews/{dataviewName} | Deletes the specified database and all of its associated data. This action is irreversible. You must copy any data out of the database before deleting it if the data is to be reta... |
DELETE | /kx/environments/{environmentId} | Deletes the specified dataview. Before deleting a dataview, make sure that it is not in use by any cluster. |
DELETE | /kx/environments/{environmentId}/scalingGroups/{scalingGroupName} | Deletes the kdb environment. This action is irreversible. Deleting a kdb environment will remove all the associated data and any services running in it. |
DELETE | /kx/environments/{environmentId}/users/{userName} | Deletes the specified scaling group. This action is irreversible. You cannot delete a scaling group until all the clusters running on it have been deleted. |
DELETE | /kx/environments/{environmentId}/kxvolumes/{volumeName} | Deletes a user in the specified kdb environment. |
GET | /environment/{environmentId} | Deletes a volume. You can only delete a volume if it's not attached to a cluster or a dataview. When a volume is deleted, any data on the volume is lost. This action is irreversib... |
GET | /kx/environments/{environmentId}/databases/{databaseName}/changesets/{changesetId} | Returns the FinSpace environment object. |
GET | /kx/environments/{environmentId}/clusters/{clusterName} | Returns information about a kdb changeset. |
GET | /kx/environments/{environmentId}/connectionString | Retrieves information about a kdb cluster. |
GET | /kx/environments/{environmentId}/databases/{databaseName} | Retrieves a connection string for a user to connect to a kdb cluster. You must call this API using the same role that you have defined while creating a user. |
GET | /kx/environments/{environmentId}/databases/{databaseName}/dataviews/{dataviewName} | Returns database information for the specified environment ID. |
GET | /kx/environments/{environmentId} | Retrieves details of the dataview. |
GET | /kx/environments/{environmentId}/scalingGroups/{scalingGroupName} | Retrieves all the information for the specified kdb environment. |
GET | /kx/environments/{environmentId}/users/{userName} | Retrieves details of a scaling group. |
GET | /kx/environments/{environmentId}/kxvolumes/{volumeName} | Retrieves information about the specified kdb user. |
GET | /environment | Retrieves the information about the volume. |
GET | /kx/environments/{environmentId}/databases/{databaseName}/changesets | A list of all of your FinSpace environments. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install amazonaws-com-finspace
Downloads and installs to ~/.claude/skills/amazonaws-com-finspace/
2021-03-12 (2026-02-13)