检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
基础Terraform语法 Terraform配置语言主要基于HCL语法,具有配置简单、可读性强等特点,并且兼容JSON语法。详情参见官网介绍https://developer.hashicorp.com/terraform/language,此文不做赘述。 父主题: 使用Terraform部署函数
APIG接口PATH路径(APIG触发器参数)。 protocol String API的请求协议(APIG触发器参数)。 枚举值: HTTP HTTPS req_method String API的请求方式(APIG触发器参数)。 枚举值: GET POST PUT DELETE HEAD
错误信息 请求示例 启动函数快照。 POST https://{Endpoint}/v2/{project_id}/fgs/functions/{function_urn/snapshots/enable 禁用函数快照。 POST https://{Endpoint}/v2/{pro
object 过滤表达式 duration 否 Long 时间等待节点等待时间(秒),节点类型为Sleep时为必填,节点类型不为Sleep时无效 最小值:0.001 最大值:86400 表7 Action 参数 是否必选 参数类型 描述 function_ref 否 FunctionRef
APIG接口PATH路径(APIG触发器参数)。 protocol String API的请求协议(APIG触发器参数)。 枚举值: HTTP HTTPS req_method String API的请求方式(APIG触发器参数)。 枚举值: GET POST PUT DELETE HEAD
object 过滤表达式 duration 否 Long 时间等待节点等待时间(秒),节点类型为Sleep时为必填,节点类型不为Sleep时无效 最小值:0.001 最大值:86400 表7 Action 参数 是否必选 参数类型 描述 function_ref 否 FunctionRef
描述 error_code String 错误码 error_msg String 错误信息 请求示例 删除资源标签。 DELETE https://{Endpoint}/v2/{project_id}/{resource_type}/{resource_id}/tags/delete
请求示例 创建键值对分别为"testKey1:testValue1"、"testKey2:testValue2"的资源标签。 POST https://{Endpoint}/v2/{project_id}/{resource_type}/{resource_id}/tags/create
"code_type" : "obs", "code_url" : "https:xxx" } 创建名为xxx的自定义镜像函数,内存大小为128MB,超时时间3s,代码由SWR上传。 POST https://{Endpoint}/v2/{project_id}/fgs/functions
参数类型 描述 error_code String 错误码 error_msg String 错误信息 请求示例 更新函数置顶状态。 PUT https://{Endpoint}/v2/{project_id}/fgs/functions/{function_urn}/collect/true
描述 error_code String 错误码 error_msg String 错误信息 请求示例 删除下沉入口。 DELETE https://{Endpoint}/v2/{project_id}/fgs/vpc-endpoint/{vpc_id}/{subnet_id} 响应示例
error_msg String 错误信息 请求示例 利用xxx委托,为vpc:a938xxxx,子网:a4a1xxxx创建大规格下沉入口。 POST https://{Endpoint}/v2/{project_id}/fgs/vpc-endpoint { "vpc_id" : "a938
参数类型 描述 error_code String 错误码 error_msg String 错误信息 请求示例 查询资源标签。 GET https://{Endpoint}/v2/{project_id}/{resource_type}/tags 响应示例 状态码: 200 ok {
描述 error_code String 错误码 error_msg String 错误信息 请求示例 删除指定版本别名。 DELETE https://{Endpoint}/v2/{project_id}/fgs/functions/{function_urn}/aliases/{alias_name}
描述 error_code String 错误码 error_msg String 错误信息 请求示例 删除依赖包版本。 DELETE https://{Endpoint}/v2/{project_id}/fgs/dependencies/{depend_id}/version/{version}
参数类型 描述 error_code String 错误码 error_msg String 错误信息 请求示例 查询资源实例。 POST https://{Endpoint}/v2/{project_id}/{resource_type}/resource-instances/{action}
描述 error_code String 错误码 error_msg String 错误信息 请求示例 删除指定测试事件。 DELETE https://{Endpoint}/v2/{project_id}/fgs/functions/{function_urn}/events/{event_id}
错误信息 请求示例 更新函数别名{alias_name}绑定的函数版本为latest,且配置v1为灰度版本,流量比例为9:1。 PUT https://{Endpoint}/v2/{project_id}/fgs/functions/{function_urn}/aliases/{alias_name}
描述 error_code String 错误码 error_msg String 错误信息 请求示例 当前租户依赖包列表。 GET https://{Endpoint}/v2/{project_id}/fgs/dependencies/{depend_id}/version/{version}
error_code String 错误码 error_msg String 错误信息 请求示例 删除指定函数所有触发器。 DELETE https://{Endpoint}/v2/{project_id}/fgs/triggers/{function_urn} 响应示例 无 SDK代码示例