使用 API Gateway REST API 设置网关响应
在使用 API Gateway REST API 自定义网关响应之前,您必须已创建 API 并获得其标识符。要检索 API 标识符,您可以使用 restapi:gateway-responses 链接关系并检查结果。
使用 API Gateway REST API 自定义网关响应
-
要覆盖整个 GatewayResponse 实例,请调用 gatewayresponse:put 操作。在 URL 路径参数中指定所需的 responseType,并在请求负载中提供 statusCode、responseParameters 和 responseTemplates 映射。
-
要更新
GatewayResponse
实例的一部分,请调用 gatewayresponse:update 操作。在 URL 路径参数中指定所需的responseType
,并在请求中提供所需的单个GatewayResponse
属性,例如,responseParameters
或responseTemplates
映射。