API Overview
FunctionGraph provides developers and partners with open APIs for development, deployment, hosting, and O&M, helping users quickly implement service innovations at low costs and shorten the rollout period of applications.
FunctionGraph provides the following types of APIs:
Type | Description |
---|---|
Query, create, modify, and publish functions. | |
Implement synchronous or asynchronous function invocation. |
Function Management Zone APIs
API | Description |
---|---|
Query a function list. | |
Query the metadata of a function. | |
Query the code of a function. | |
Create a function. | |
Delete a function or function version except the LATEST version. | |
Modify the code of a function. | |
Modify the metadata of a function. | |
Publish a function version. | |
Query the versions of a function. | |
Create an alias for a function version. | |
Modify the alias information about a function version. | |
Delete an alias of a function version. | |
Query the alias information about a function version. | |
Query the version alias list of a function. | |
Query all triggers of a function. | |
Query the information about a trigger. | |
Delete all triggers of a function. | |
Create a trigger. | |
Delete a trigger. | |
Enable the function of reporting logs to LTS. | |
Query the LTS log group and stream settings of a function. |
Function Data Zone APIs
API | Description |
---|---|
Implement synchronous function invocation. | |
Implement asynchronous function invocation. |
- Function Management Zone APIs
- Function Data Zone APIs