GitHub user chenlica closed a discussion: Texera Web API Endpoints (from old 
wiki)

>From the page https://github.com/apache/texera/wiki/Texera-Web-API-Endpoints 
>(may be dangling)

====

| HTTP Method | URL | Description |
| ----------- | --- | ----------- |
| **POST** | `/queryplan/execute` | Executing a `QueryPlan` where the body of 
the POST request is as described 
[here](https://github.com/Texera/texera/wiki/Operator-property-specification) |
| **POST** |`/planstore` | Adding a plan to the `PlanStore` |
| **GET** | `/planstore` | Getting all the query plans in the `PlanStore` |
| **GET** | `/planstore/{plan_name}` | Getting the query plan associated with 
the URL parameter `plan_name` in the `PlanStore` |
| **PUT** | `/planstore/{plan_name}` | Updating the query plan associated with 
the URL parameter `plan_name` with the information presented in the body of the 
request |
| **DELETE** | `/planstore/{plan_name}` | Deleting the query plan associated 
with the URL parameter `plan_name` in the `PlanStore` |


GitHub link: https://github.com/apache/texera/discussions/3988

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]

Reply via email to