应用与数据集成平台 ROMA CONNECT-附录:API的Swagger扩展定义:6:x-apigateway-backend

时间:2024-06-25 14:09:33

6:x-apigateway-backend

含义:ROMA Connect定义的API后端服务定义。

作用域Operation Object

示例

paths:
  '/users/{userId}':
    get:
      produces:
        - "application/json"
      responses:
        default:
          description: "default response"
      x-apigateway-request-type: "public"
      x-apigateway-backend:
        type: "backend endpoint type"
support.huaweicloud.com/usermanual-roma/roma_03_2135.html