API Calls
API calls can be grouped into the following categories:
Category | API Calls | Description |
---|---|---|
Authentication | Provides the access bearer token. | |
Computation | Computes the flow identified with the ID {rflid}. | |
CRUD | Creates a new database inside the environment identified by the ID {envId}. | |
Creates a new environment inside the environment identified by the ID {envId}. | ||
Creates a new filesystem inside the environment identified by the ID {envId}. | ||
Creates a new flow in the environment identified by the ID {envId}. | ||
Creates a new macro inside the environment identified by the ID {envId}. | ||
Creates a new source in the environment identified with the ID {envId}. | ||
Creates a new environment variable inside the environment identified with the ID {envId}. | ||
Deletes the database identified with the ID {sourceId}. | ||
Deletes the environment identified with the ID {environmentId}. | ||
Deletes the filesystem identified with the ID {sourceId}. | ||
Deletes the flow identified with the ID {flowId}. | ||
Deletes the macro identified with the ID {sourceId}. | ||
Deletes the repository, or multiple repositories, identified with the ID(s) <sourceId>. | ||
Deletes one or more environment variables in the environment identified with the ID {envId}. | ||
Deletes the vault identified with the ID {sourceId}. | ||
Renames the database identified with the ID {sourceId}. | ||
Renames the environment identified with the ID {envId}. | ||
Renames the filesystem identified with the ID {sourceId}. | ||
Renames the flow identified with the ID {rflId}. | ||
Renames the flow identified with the ID {rflId}. | ||
Renames the environment variable identified with the ID {envId}. | ||
Renames the vault identified with the ID {sourceId}. | ||
Ends the computation of the flow identified with the ID {rflId}. | ||
Updates an existing environment variable in the environment identified with the ID {envId}. | ||
Export | Exports one or more flows to a generic filesystem, identified by their {rflIds}. | |
Get | Downloads a file after an export operation performed on a local filesystem. The path parameter {fileId} can be a single ID or the concatenation of multiple IDs, separated by a '/'. | |
Returns the ID of the resource identified with the path {resourcePath} and the type {resourceType}. | ||
Gets the result of the request identified with the ID {reqId}. | ||
Import | Imports one or more flows from a specified origin, placing them in the environment identified with the ID {envId}. | |
List | Lists the databases in the parent environment identified with the ID {envId}. | |
Lists the environments contained in the parent environment identified with the ID {envId}. | ||
Lists the filesystem(s) contained in the parent environment, which is identified with the ID {envId}. | ||
Lists the flows in the parent environment identified with the ID {envId}. | ||
Lists the macros in the parent environment identified with the ID {envId}. | ||
Lists the environment variables in the parent environment identified with the ID {envId}. | ||
Lists the vaults in the parent environment identified with the ID {envId}. |