全部產品
Search
文件中心

API Gateway:HttpApiOperationInfo

更新時間:Mar 30, 2026

名稱

類型

描述

樣本值

object

介面資訊。

operationId

string

介面 ID。

op-xxx

method

string

介面方法。

GET

name

string

介面名稱。

GetUserInfo

path

string

介面路徑。

/user/123

description

string

描述。

擷取使用者資訊

response HttpApiResponseContract

介面響應參數定義。

request HttpApiRequestContract

介面請求參數定義。

mock HttpApiMockContract

介面 Mock 參數配置。

createTimestamp

integer

建立時間戳記。

1719386834548

enableAuth

boolean

是否開啟認證

true

authConfig AuthConfig

許可權認證配置

status

string

網關上介面發布狀態

Deployed

deployConfigs

array

介面後端服務部署資訊。

HttpApiDeployConfig

參數