Call API operations to use EdgeRoutine
This topic describes the API operations that you can use in EdgeRoutine.
DCDN will phase out EdgeRoutine for new users starting from May 1, 2025 at 00:00 (UTC+8). Current users won't be affected.
We recommend you upgrade to ESA to use Functions and Pages.
API call flowchart
List of API operations by function
|
Operation |
Description |
|
Configures a subdomain for a routine. |
|
|
Creates a routine. |
|
|
Queries the supported specifications for routines. The private preview supports the following CPU time slice specifications: 5 ms, 50 ms, and 100 ms. |
|
|
Queries the subdomains and routines that belong to your Alibaba Cloud account. |
|
|
Queries the metadata of a routine. The metadata includes the routine configuration, configuration version, and code version. |
|
|
Modifies the configurations of a routine. |
|
|
Uploads code to a routine for testing. |
|
|
Generates an official code version from the unstable JavaScript code in the staging environment. The version can be used in the canary release or production environment. |
|
|
Publishes a specific version of routine code to an environment. |
|
|
Queries the canary release environments that are supported by a routine. |
|
|
Queries the JavaScript code of a specific version that belongs to the specified routine. |
|
|
Deletes a code version from a routine. |
|
|
Deletes canary release environments from a routine. |
|
|
Deletes a routine. |