doc-exports/docs/fg/api-ref/CLASS.TXT.json
Chen, Junjie cb4b0ade33 FG API 20240924 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Chen, Junjie <chenjunjie@huawei.com>
Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
2024-10-28 18:55:02 +00:00

857 lines
34 KiB
JSON

[
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Before You Start",
"uri":"functiongraph_06_1600.html",
"doc_type":"api",
"p_code":"",
"code":"1"
},
{
"desc":"Welcome to FunctionGraph. FunctionGraph hosts and computes event-driven functions in a serverless context while ensuring high availability, high scalability, and zero mai",
"product_code":"functiongraph",
"title":"Overview",
"uri":"functiongraph_06_0100.html",
"doc_type":"api",
"p_code":"1",
"code":"2"
},
{
"desc":"FunctionGraph supports Representational State Transfer (REST) APIs, allowing you to call APIs using HTTPS. For details about API calling, see Calling APIs.",
"product_code":"functiongraph",
"title":"API Calling",
"uri":"functiongraph_06_1601.html",
"doc_type":"api",
"p_code":"1",
"code":"3"
},
{
"desc":"An endpoint is the request address for calling an API. Endpoints vary depending on services and regions. For the endpoints of all services, see Regions and Endpoints.",
"product_code":"functiongraph",
"title":"Endpoints",
"uri":"functiongraph_06_1602.html",
"doc_type":"api",
"p_code":"1",
"code":"4"
},
{
"desc":"The number of functions that you can create is determined by your quota. For details, see .For more constraints, see API description.",
"product_code":"functiongraph",
"title":"Constraints",
"uri":"functiongraph_06_1603.html",
"doc_type":"api",
"p_code":"1",
"code":"5"
},
{
"desc":"AccountAn account is created upon successful registration with the cloud system. The account has full access permissions for all of its cloud services and resources. It c",
"product_code":"functiongraph",
"title":"Concepts",
"uri":"functiongraph_06_1604.html",
"doc_type":"api",
"p_code":"1",
"code":"6"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Function Model Definition",
"uri":"functiongraph_06_0101.html",
"doc_type":"api",
"p_code":"1",
"code":"7"
},
{
"desc":"The function model of FunctionGraph is as follows:Table 1 describes the parameters in the function model.The format of a function URN is as follows:A function URN is divi",
"product_code":"functiongraph",
"title":"Function Model",
"uri":"functiongraph_06_0102.html",
"doc_type":"api",
"p_code":"7",
"code":"8"
},
{
"desc":"Table 1 describes the parameters in the trigger type model.Table 2 describes the parameters in the trigger instance model.The data of a Simple Message Notification (SMN) ",
"product_code":"functiongraph",
"title":"Trigger Management Models",
"uri":"functiongraph_06_0103.html",
"doc_type":"api",
"p_code":"7",
"code":"9"
},
{
"desc":"FunctionGraph provides developers and partners with open APIs for development, deployment, hosting, and O&M, helping users quickly implement service innovations at low co",
"product_code":"functiongraph",
"title":"API Overview",
"uri":"functiongraph_06_1500.html",
"doc_type":"api",
"p_code":"",
"code":"10"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Calling APIs",
"uri":"functiongraph_06_0200.html",
"doc_type":"api",
"p_code":"",
"code":"11"
},
{
"desc":"This section describes the structure of a REST API request, and uses the Identity and Access Management (IAM) API for obtaining a user token as an example to demonstrate ",
"product_code":"functiongraph",
"title":"Making an API Request",
"uri":"functiongraph_06_0210.html",
"doc_type":"api",
"p_code":"11",
"code":"12"
},
{
"desc":"Requests for calling an API can be authenticated using either of the following methods:Token-based authentication: Requests are authenticated using a token.AK/SK-based au",
"product_code":"functiongraph",
"title":"Authentication",
"uri":"functiongraph_06_0230.html",
"doc_type":"api",
"p_code":"11",
"code":"13"
},
{
"desc":"After sending a request, you will receive a response, including a status code, response header, and response body.A status code is a group of digits, ranging from 1xx to ",
"product_code":"functiongraph",
"title":"Response",
"uri":"functiongraph_06_0220.html",
"doc_type":"api",
"p_code":"11",
"code":"14"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Examples",
"uri":"functiongraph_06_0201.html",
"doc_type":"api",
"p_code":"",
"code":"15"
},
{
"desc":"This example guides you through the procedure for creating a Python 2.7 function and associating a timer trigger with it to periodically download files from an OBS bucket",
"product_code":"functiongraph",
"title":"Example 1: Using a Timer Trigger to Periodically Download Files from an OBS Bucket",
"uri":"functiongraph_06_0202.html",
"doc_type":"api",
"p_code":"15",
"code":"16"
},
{
"desc":"This example guides you through the procedure for creating a Python 2.7 function and associating an APIG trigger with it to obtain a static web page.For details about how",
"product_code":"functiongraph",
"title":"Example 2: Using an APIG Trigger to Obtain a Static Web Page",
"uri":"functiongraph_06_0203.html",
"doc_type":"api",
"p_code":"15",
"code":"17"
},
{
"desc":"This example guides you through the procedure for uploading local code to an OBS bucket and creating a Python 2.7 function using the link URL of the OBS bucket.For detail",
"product_code":"functiongraph",
"title":"Example 3: Creating a Function by Uploading Code to an OBS Bucket",
"uri":"functiongraph_06_0204.html",
"doc_type":"api",
"p_code":"15",
"code":"18"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"APIs",
"uri":"functiongraph_06_1704.html",
"doc_type":"api",
"p_code":"",
"code":"19"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Function Invocation",
"uri":"FunctionInvocation.html",
"doc_type":"api",
"p_code":"19",
"code":"20"
},
{
"desc":"This API is used to execute a function synchronously. Clients must wait for explicit responses to their requests from the function. Responses are returned only after func",
"product_code":"functiongraph",
"title":"Executing a Function Synchronously",
"uri":"functiongraph_06_0125.html",
"doc_type":"api",
"p_code":"20",
"code":"21"
},
{
"desc":"This API is used to execute a function asynchronously.POST /v2/{project_id}/fgs/functions/{function_urn}/invocations-asyncStatus code: 202Status code: 400Status code: 401",
"product_code":"functiongraph",
"title":"Executing a Function Asynchronously",
"uri":"functiongraph_06_0126.html",
"doc_type":"api",
"p_code":"20",
"code":"22"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Function Quotas",
"uri":"FunctionQuotas.html",
"doc_type":"api",
"p_code":"19",
"code":"23"
},
{
"desc":"This API is used to query tenant quotas.GET /v2/{project_id}/fgs/quotasStatus code: 200Status code: 400Status code: 401Status code: 403Status code: 500Query quotas.Status",
"product_code":"functiongraph",
"title":"Querying Tenant Quotas",
"uri":"functiongraph_06_0137.html",
"doc_type":"api",
"p_code":"23",
"code":"24"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Dependencies",
"uri":"Dependencies.html",
"doc_type":"api",
"p_code":"19",
"code":"25"
},
{
"desc":"This API is used to query all dependencies.GET /v2/{project_id}/fgs/dependenciesStatus code: 200Status code: 401Status code: 403Status code: 404Status code: 500Dependenci",
"product_code":"functiongraph",
"title":"Querying Dependencies",
"uri":"functiongraph_06_0127.html",
"doc_type":"api",
"p_code":"25",
"code":"26"
},
{
"desc":"This API is used to create a dependency version.POST /v2/{project_id}/fgs/dependencies/versionStatus code: 200Status code: 401Status code: 403Status code: 404Status code:",
"product_code":"functiongraph",
"title":"Creating a Dependency Version",
"uri":"functiongraph_06_0152.html",
"doc_type":"api",
"p_code":"25",
"code":"27"
},
{
"desc":"This API is used to query dependency versions.GET /v2/{project_id}/fgs/dependencies/{depend_id}/versionStatus code: 200Status code: 401Status code: 403Status code: 404Sta",
"product_code":"functiongraph",
"title":"Querying Dependency Versions",
"uri":"functiongraph_06_0153.html",
"doc_type":"api",
"p_code":"25",
"code":"28"
},
{
"desc":"This API is used to query the details about a dependency version.GET /v2/{project_id}/fgs/dependencies/{depend_id}/version/{version}Status code: 200Status code: 401Status",
"product_code":"functiongraph",
"title":"Querying a Dependency Version",
"uri":"functiongraph_06_0154.html",
"doc_type":"api",
"p_code":"25",
"code":"29"
},
{
"desc":"This API is used to delete a dependency version.DELETE /v2/{project_id}/fgs/dependencies/{depend_id}/version/{version}Status code: 400Status code: 401Status code: 403Stat",
"product_code":"functiongraph",
"title":"Deleting a Dependency Version",
"uri":"functiongraph_06_0155.html",
"doc_type":"api",
"p_code":"25",
"code":"30"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Test Events",
"uri":"TestEvents.html",
"doc_type":"api",
"p_code":"19",
"code":"31"
},
{
"desc":"This API is used to query the test events of a function.GET /v2/{project_id}/fgs/functions/{function_urn}/eventsStatus code: 200Status code: 400Status code: 401Status cod",
"product_code":"functiongraph",
"title":"Querying Test Events of a Function",
"uri":"functiongraph_06_0132.html",
"doc_type":"api",
"p_code":"31",
"code":"32"
},
{
"desc":"This API is used to create a test event.POST /v2/{project_id}/fgs/functions/{function_urn}/eventsStatus code: 200Status code: 400Status code: 401Status code: 403Status co",
"product_code":"functiongraph",
"title":"Creating a Test Event",
"uri":"functiongraph_06_0133.html",
"doc_type":"api",
"p_code":"31",
"code":"33"
},
{
"desc":"This API is used to delete a test event.DELETE /v2/{project_id}/fgs/functions/{function_urn}/events/{event_id}Status code: 400Status code: 401Status code: 403Status code:",
"product_code":"functiongraph",
"title":"Deleting a Test Event",
"uri":"functiongraph_06_0129.html",
"doc_type":"api",
"p_code":"31",
"code":"34"
},
{
"desc":"This API is used to query the details of a test event.GET /v2/{project_id}/fgs/functions/{function_urn}/events/{event_id}Status code: 200Status code: 400Status code: 401S",
"product_code":"functiongraph",
"title":"Obtaining the Details of a Test Event",
"uri":"functiongraph_06_0135.html",
"doc_type":"api",
"p_code":"31",
"code":"35"
},
{
"desc":"This API is used to update a test event.PUT /v2/{project_id}/fgs/functions/{function_urn}/events/{event_id}Status code: 200Status code: 400Status code: 401Status code: 40",
"product_code":"functiongraph",
"title":"Updating a Test Event",
"uri":"functiongraph_06_0136.html",
"doc_type":"api",
"p_code":"31",
"code":"36"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Function Lifecycle Management",
"uri":"FunctionLifecycleManagement.html",
"doc_type":"api",
"p_code":"19",
"code":"37"
},
{
"desc":"This API is used to query all functions.GET /v2/{project_id}/fgs/functionsStatus code: 200Status code: 401Status code: 403Status code: 404Status code: 500Query functions ",
"product_code":"functiongraph",
"title":"Querying Functions",
"uri":"functiongraph_06_0105.html",
"doc_type":"api",
"p_code":"37",
"code":"38"
},
{
"desc":"This API is used to create a function.POST /v2/{project_id}/fgs/functionsStatus code: 200Status code: 400Status code: 401Status code: 403Status code: 404Status code: 500S",
"product_code":"functiongraph",
"title":"Creating a Function",
"uri":"functiongraph_06_0108.html",
"doc_type":"api",
"p_code":"37",
"code":"39"
},
{
"desc":"This API is used to delete a function or a non-latest version of a function.If the URN contains a function version or alias, the function version or the version correspon",
"product_code":"functiongraph",
"title":"Deleting a Function or Function Version",
"uri":"functiongraph_06_0109.html",
"doc_type":"api",
"p_code":"37",
"code":"40"
},
{
"desc":"This API is used to query the code of a function.GET /v2/{project_id}/fgs/functions/{function_urn}/codeStatus code: 200Status code: 400Status code: 401Status code: 403Sta",
"product_code":"functiongraph",
"title":"Querying the Code of a Function",
"uri":"functiongraph_06_0107.html",
"doc_type":"api",
"p_code":"37",
"code":"41"
},
{
"desc":"This API is used to modify the code of a function.PUT /v2/{project_id}/fgs/functions/{function_urn}/codeStatus code: 200Status code: 400Status code: 401Status code: 403St",
"product_code":"functiongraph",
"title":"Modifying the Code of a Function",
"uri":"functiongraph_06_0110.html",
"doc_type":"api",
"p_code":"37",
"code":"42"
},
{
"desc":"This API is used to query the metadata of a function.GET /v2/{project_id}/fgs/functions/{function_urn}/configStatus code: 200Status code: 400Status code: 401Status code: ",
"product_code":"functiongraph",
"title":"Querying the Metadata of a Function",
"uri":"functiongraph_06_0106.html",
"doc_type":"api",
"p_code":"37",
"code":"43"
},
{
"desc":"This API is used to modify the metadata of a function.PUT /v2/{project_id}/fgs/functions/{function_urn}/configStatus code: 200Status code: 400Status code: 401Status code:",
"product_code":"functiongraph",
"title":"Modifying the Metadata of a Function",
"uri":"functiongraph_06_0111.html",
"doc_type":"api",
"p_code":"37",
"code":"44"
},
{
"desc":"This API is used to update the maximum number of instances of a function.PUT /v2/{project_id}/fgs/functions/{function_urn}/config-max-instanceStatus code: 200Status code:",
"product_code":"functiongraph",
"title":"Updating Max. Instances of a Function",
"uri":"functiongraph_06_1018.html",
"doc_type":"api",
"p_code":"37",
"code":"45"
},
{
"desc":"This API is used to query function tags.GET /v2/{project_id}/{resource_type}/{resource_id}/tagsStatus code: 200Status code: 400Status code: 401Status code: 403Status code",
"product_code":"functiongraph",
"title":"Querying Function Tags",
"uri":"functiongraph_23_1031_01.html",
"doc_type":"api",
"p_code":"37",
"code":"46"
},
{
"desc":"This API is used to query ServiceBridge functions bound to a specified function.GET /v2/{project_id}/fgs/functions/{function_urn}/servicebridge/relationStatus code: 200St",
"product_code":"functiongraph",
"title":"Querying ServiceBridge Functions Bound to a Specified Function",
"uri":"functiongraph_23_1031_02.html",
"doc_type":"api",
"p_code":"37",
"code":"47"
},
{
"desc":"This API is used to query resource tags.GET /v2/{project_id}/{resource_type}/tagsStatus code: 200Status code: 400Status code: 401Status code: 403Status code: 500Query res",
"product_code":"functiongraph",
"title":"Querying Resource Tags",
"uri":"functiongraph_06_1022.html",
"doc_type":"api",
"p_code":"37",
"code":"48"
},
{
"desc":"This API is used to query resources.POST /v2/{project_id}/{resource_type}/resource-instances/{action}Status code: 200Status code: 400Status code: 401Status code: 403Statu",
"product_code":"functiongraph",
"title":"Querying Resources",
"uri":"functiongraph_06_1021.html",
"doc_type":"api",
"p_code":"37",
"code":"49"
},
{
"desc":"This API is used to delete resource tags.DELETE /v2/{project_id}/{resource_type}/{resource_id}/tags/deleteStatus code: 400Delete resource tags.NoneSee Error Codes.",
"product_code":"functiongraph",
"title":"Deleting Resource Tags",
"uri":"functiongraph_06_1024.html",
"doc_type":"api",
"p_code":"37",
"code":"50"
},
{
"desc":"This API is used to create resource tags.POST /v2/{project_id}/{resource_type}/{resource_id}/tags/createStatus code: 400Create resource tags testKey1:testValue1 and testK",
"product_code":"functiongraph",
"title":"Creating Resource Tags",
"uri":"functiongraph_06_1023.html",
"doc_type":"api",
"p_code":"37",
"code":"51"
},
{
"desc":"This API is used to update the pinning status of a function.PUT /v2/{project_id}/fgs/functions/{func_urn}/collect/{state}Status code: 500Update the pinning status of a fu",
"product_code":"functiongraph",
"title":"Updating the Pinning Status of a Function",
"uri":"functiongraph_23_1031_04.html",
"doc_type":"api",
"p_code":"37",
"code":"52"
},
{
"desc":"This API is used to query the available ServiceBridge version.GET /v2/{project_id}/fgs/servicebridge/versionStatus code: 200Status code: 400Status code: 401Status code: 4",
"product_code":"functiongraph",
"title":"Querying the Available ServiceBridge Version",
"uri":"functiongraph_23_1031_03.html",
"doc_type":"api",
"p_code":"37",
"code":"53"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Versions and Aliases",
"uri":"VersionsandAliases.html",
"doc_type":"api",
"p_code":"19",
"code":"54"
},
{
"desc":"This API is used to query the versions and aliases of a function.GET /v2/{project_id}/fgs/functions/{function_urn}/aliasesStatus code: 200Status code: 401Status code: 403",
"product_code":"functiongraph",
"title":"Querying All Versions and Aliases of a Function",
"uri":"functiongraph_06_0118.html",
"doc_type":"api",
"p_code":"54",
"code":"55"
},
{
"desc":"This API is used to create an alias for a function version.POST /v2/{project_id}/fgs/functions/{function_urn}/aliasesStatus code: 200Status code: 400Status code: 401Statu",
"product_code":"functiongraph",
"title":"Creating an Alias for a Function Version",
"uri":"functiongraph_06_0114.html",
"doc_type":"api",
"p_code":"54",
"code":"56"
},
{
"desc":"This API is used to delete an alias of a function version.DELETE /v2/{project_id}/fgs/functions/{function_urn}/aliases/{alias_name}Status code: 401Status code: 403Status ",
"product_code":"functiongraph",
"title":"Deleting an Alias of a Function Version",
"uri":"functiongraph_06_0116.html",
"doc_type":"api",
"p_code":"54",
"code":"57"
},
{
"desc":"This API is used to query the alias of a function version.GET /v2/{project_id}/fgs/functions/{function_urn}/aliases/{alias_name}Status code: 200Status code: 401Status cod",
"product_code":"functiongraph",
"title":"Querying the Alias of a Function Version",
"uri":"functiongraph_06_0117.html",
"doc_type":"api",
"p_code":"54",
"code":"58"
},
{
"desc":"This API is used to modify the alias of a function version.PUT /v2/{project_id}/fgs/functions/{function_urn}/aliases/{alias_name}Status code: 200Status code: 400Status co",
"product_code":"functiongraph",
"title":"Modifying the Alias of a Function Version",
"uri":"functiongraph_06_0115.html",
"doc_type":"api",
"p_code":"54",
"code":"59"
},
{
"desc":"This API is used to query the versions of a function.GET /v2/{project_id}/fgs/functions/{function_urn}/versionsStatus code: 200Status code: 400Status code: 401Status code",
"product_code":"functiongraph",
"title":"Querying the Versions of a Function",
"uri":"functiongraph_06_0113.html",
"doc_type":"api",
"p_code":"54",
"code":"60"
},
{
"desc":"This API is used to publish a function version.POST /v2/{project_id}/fgs/functions/{function_urn}/versionsStatus code: 200Status code: 400Status code: 401Status code: 403",
"product_code":"functiongraph",
"title":"Publishing a Function Version",
"uri":"functiongraph_06_0144.html",
"doc_type":"api",
"p_code":"54",
"code":"61"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Function Metrics",
"uri":"FunctionMetrics.html",
"doc_type":"api",
"p_code":"19",
"code":"62"
},
{
"desc":"This API is used to query tenant-level function statistics.The statistics include function format, quota and usage, and traffic report.You can query data in a specific pe",
"product_code":"functiongraph",
"title":"Querying Tenant-Level Function Statistics",
"uri":"functiongraph_06_0139.html",
"doc_type":"api",
"p_code":"62",
"code":"63"
},
{
"desc":"This API is used to query metrics of a function in a specified period.GET /v2/{project_id}/fgs/functions/{func_urn}/statistics/{period}Status code: 200Query metrics of a ",
"product_code":"functiongraph",
"title":"Querying Metrics in a Specified Period",
"uri":"functiongraph_06_0138.html",
"doc_type":"api",
"p_code":"62",
"code":"64"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Function Logs",
"uri":"FunctionLogs.html",
"doc_type":"api",
"p_code":"19",
"code":"65"
},
{
"desc":"This API is used to query the LTS log group and stream settings of a function.GET /v2/{project_id}/fgs/functions/{function_urn}/lts-log-detailStatus code: 200Status code:",
"product_code":"functiongraph",
"title":"Querying the Log Group and Stream of a Function",
"uri":"functiongraph_06_0145.html",
"doc_type":"api",
"p_code":"65",
"code":"66"
},
{
"desc":"This API is used to enable log reporting to LTS.POST /v2/{project_id}/fgs/functions/enable-lts-logsStatus code: 429Enable log reporting to LTS.Status code: 429Too many re",
"product_code":"functiongraph",
"title":"Enabling Log Reporting to LTS",
"uri":"functiongraph_06_0112_01.html",
"doc_type":"api",
"p_code":"65",
"code":"67"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Function Templates",
"uri":"Templates.html",
"doc_type":"api",
"p_code":"19",
"code":"68"
},
{
"desc":"This API is used to query a specified function template.GET /v2/{project_id}/fgs/templates/{template_id}Status code: 200Status code: 400Status code: 401Status code: 403St",
"product_code":"functiongraph",
"title":"Querying a Specified Function Template",
"uri":"functiongraph_23_1031_06.html",
"doc_type":"api",
"p_code":"68",
"code":"69"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Reserved Instances",
"uri":"ReservedInstances.html",
"doc_type":"api",
"p_code":"19",
"code":"70"
},
{
"desc":"This API is used to query reserved instances of a function.GET /v2/{project_id}/fgs/functions/reservedinstanceconfigsStatus code: 200Status code: 400Status code: 401Statu",
"product_code":"functiongraph",
"title":"Querying Reserved Instances of a Function",
"uri":"functiongraph_06_0112_2.html",
"doc_type":"api",
"p_code":"70",
"code":"71"
},
{
"desc":"This API is used to change the number of reserved instances.PUT /v2/{project_id}/fgs/functions/{function_urn}/reservedinstancesStatus code: 200Status code: 400Status code",
"product_code":"functiongraph",
"title":"Changing the Number of Reserved Instances",
"uri":"functiongraph_06_0112_1.html",
"doc_type":"api",
"p_code":"70",
"code":"72"
},
{
"desc":"This API is used to query the number of instances reserved for a function.GET /v2/{project_id}/fgs/functions/reservedinstancesStatus code: 200Status code: 400Status code:",
"product_code":"functiongraph",
"title":"Querying the Number of Reserved Instances",
"uri":"functiongraph_06_0112_3.html",
"doc_type":"api",
"p_code":"70",
"code":"73"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Function Import and Export",
"uri":"FunctionImportAndExport.html",
"doc_type":"api",
"p_code":"19",
"code":"74"
},
{
"desc":"This API is used to export a function.GET /v2/{project_id}/fgs/functions/{function_urn}/exportStatus code: 404Status code: 500Export function code only.GET /v2/{project_i",
"product_code":"functiongraph",
"title":"Exporting a Function",
"uri":"functiongraph_06_0108_1.html",
"doc_type":"api",
"p_code":"74",
"code":"75"
},
{
"desc":"This API is used to import a function.POST /v2/{project_id}/fgs/functions/importStatus code: 200Status code: 409Status code: 500Import a function from a Base64-encoded fi",
"product_code":"functiongraph",
"title":"Importing a Function",
"uri":"functiongraph_06_0108_0.html",
"doc_type":"api",
"p_code":"74",
"code":"76"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Function Triggers",
"uri":"FunctionTriggers.html",
"doc_type":"api",
"p_code":"19",
"code":"77"
},
{
"desc":"This API is used to delete all triggers of a function.If a non-latest function version is specified, all triggers corresponding to the version will be deleted.If an alias",
"product_code":"functiongraph",
"title":"Deleting All Triggers of a Function",
"uri":"functiongraph_06_0121.html",
"doc_type":"api",
"p_code":"77",
"code":"78"
},
{
"desc":"This API is used to query all triggers of a function.GET /v2/{project_id}/fgs/triggers/{function_urn}Status code: 200Status code: 400Status code: 401Status code: 403Statu",
"product_code":"functiongraph",
"title":"Querying All Triggers of a Function",
"uri":"functiongraph_06_0119.html",
"doc_type":"api",
"p_code":"77",
"code":"79"
},
{
"desc":"This API is used to create a trigger.Trigger types include timer, APIG, CTS, DDS, DMS, DIS, LTS, OBS, SMN, and Kafka.By default, DDS and Kafka triggers are in the DISABLE",
"product_code":"functiongraph",
"title":"Creating a Trigger",
"uri":"functiongraph_06_0122.html",
"doc_type":"api",
"p_code":"77",
"code":"80"
},
{
"desc":"This API is used to delete a trigger.DELETE /v2/{project_id}/fgs/triggers/{function_urn}/{trigger_type_code}/{trigger_id}Status code: 400Status code: 401Status code: 403S",
"product_code":"functiongraph",
"title":"Deleting a Trigger",
"uri":"functiongraph_06_0123.html",
"doc_type":"api",
"p_code":"77",
"code":"81"
},
{
"desc":"This API is used to query a specified trigger.GET /v2/{project_id}/fgs/triggers/{function_urn}/{trigger_type_code}/{trigger_id}Status code: 200Status code: 400Status code",
"product_code":"functiongraph",
"title":"Querying a Trigger",
"uri":"functiongraph_06_0120.html",
"doc_type":"api",
"p_code":"77",
"code":"82"
},
{
"desc":"This API is used to update a trigger.PUT /v2/{project_id}/fgs/triggers/{function_urn}/{trigger_type_code}/{trigger_id}Status code: 200Status code: 404Enable a trigger.Sta",
"product_code":"functiongraph",
"title":"Updating a Trigger",
"uri":"functiongraph_06_0124.html",
"doc_type":"api",
"p_code":"77",
"code":"83"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Asynchronous Execution Notification",
"uri":"AsynchronousExecutionNotification.html",
"doc_type":"api",
"p_code":"19",
"code":"84"
},
{
"desc":"This API is used to query the asynchronous invocation setting of a function version.GET /v2/{project_id}/fgs/functions/{function_urn}/async-invoke-configStatus code: 200S",
"product_code":"functiongraph",
"title":"Querying Asynchronous Execution Notification Settings of a Function Version",
"uri":"functiongraph_06_0140.html",
"doc_type":"api",
"p_code":"84",
"code":"85"
},
{
"desc":"This API is used to delete the asynchronous execution notification settings of a function.DELETE /v2/{project_id}/fgs/functions/{function_urn}/async-invoke-configStatus c",
"product_code":"functiongraph",
"title":"Deleting Asynchronous Execution Notification Settings",
"uri":"functiongraph_06_0141.html",
"doc_type":"api",
"p_code":"84",
"code":"86"
},
{
"desc":"This API is used to configure asynchronous execution notification for a function.PUT /v2/{project_id}/fgs/functions/{function_urn}/async-invoke-configStatus code: 200Stat",
"product_code":"functiongraph",
"title":"Configuring Asynchronous Execution Notification",
"uri":"functiongraph_06_0142.html",
"doc_type":"api",
"p_code":"84",
"code":"87"
},
{
"desc":"This API is used to query the asynchronous execution notification settings of a function's all versions.GET /v2/{project_id}/fgs/functions/{function_urn}/async-invoke-con",
"product_code":"functiongraph",
"title":"Querying Asynchronous Execution Notification Settings of a Function's All Versions",
"uri":"functiongraph_06_0143.html",
"doc_type":"api",
"p_code":"84",
"code":"88"
},
{
"desc":"This API is used to query the asynchronous invocation requests of a function.GET /v2/{project_id}/fgs/functions/{function_urn}/async-invocationsStatus code: 200Status cod",
"product_code":"functiongraph",
"title":"Querying Asynchronous Invocation Requests",
"uri":"functiongraph_06_0112_00_3.html",
"doc_type":"api",
"p_code":"84",
"code":"89"
},
{
"desc":"This API is used to stop asynchronous invocation of a function with N concurrent instances. When calling this API, set recursive to false and force to true. The API will ",
"product_code":"functiongraph",
"title":"Stopping an Asynchronous Invocation Request",
"uri":"functiongraph_06_0146_00_1.html",
"doc_type":"api",
"p_code":"84",
"code":"90"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Appendix",
"uri":"functiongraph_06_1300.html",
"doc_type":"api",
"p_code":"",
"code":"91"
},
{
"desc":"Table 1 describes the status codes.",
"product_code":"functiongraph",
"title":"Status Codes",
"uri":"functiongraph_06_1310.html",
"doc_type":"api",
"p_code":"91",
"code":"92"
},
{
"desc":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"product_code":"functiongraph",
"title":"Error Codes",
"uri":"ErrorCode.html",
"doc_type":"api",
"p_code":"91",
"code":"93"
},
{
"desc":"When calling APIs, you need to enter a project ID in some URLs. To obtain a project ID, perform the following steps:Log in to the management console.Click the username an",
"product_code":"functiongraph",
"title":"Obtaining a Project ID",
"uri":"functiongraph_06_0260.html",
"doc_type":"api",
"p_code":"91",
"code":"94"
},
{
"desc":"This section describes the function metrics reported to Cloud Eye.Their namespace and dimension are also included. You can view monitoring graphs and alarm messages on th",
"product_code":"functiongraph",
"title":"FunctionGraph Metrics",
"uri":"functiongraph_06_1340.html",
"doc_type":"api",
"p_code":"91",
"code":"95"
}
]