API网关 APIG-修改插件:响应参数
响应参数
状态码:200
参数 |
参数类型 |
描述 |
---|---|---|
plugin_id |
String |
插件编码。 |
plugin_name |
String |
插件名称。支持汉字,英文,数字,中划线,下划线,且只能以英文和汉字开头,3-255字符。
说明:
中文字符必须为UTF-8或者unicode编码。
|
plugin_type |
String |
插件类型。
|
plugin_scope |
String |
插件可见范围。global:全局可见; |
plugin_content |
String |
插件定义内容,支持json。参考提供的具体模型定义 CorsPluginContent:跨域资源共享 定义内容 SetRespHeadersContent:HTTP响应头管理 定义内容 KafkaLogContent:Kafka日志推送 定义内容 BreakerContent:断路器 定义内容 RateLimitContent 流量控制 定义内容 ThirdAuthContent: 第三方认证 定义内容 ProxyCacheContent: 响应缓存 定义内容 ProxyMirrorContent: 请求镜像 定义内容 最大长度:65535 |
remark |
String |
插件描述,255字符。
说明:
中文字符必须为UTF-8或者unicode编码。
最大长度:255 |
create_time |
String |
创建时间。 |
update_time |
String |
更新时间。 |
状态码:400
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误描述 |
状态码:401
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误描述 |
状态码:403
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误描述 |
状态码:404
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误描述 |
状态码:500
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 |
error_msg |
String |
错误描述 |