建立Nacos服務來源。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
mse:AddServiceSource |
create |
*Gateway
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| Type |
string |
否 |
服務註冊類型,按來源類型填寫對應的值:
|
NACOS |
| Source |
string |
否 |
服務來源類型:
|
MSE |
| Address |
string |
否 |
訪問地址(必填):
|
mse-********-nacos-ans.mse.aliyuncs.com:8848 |
| Name |
string |
否 |
名稱。 說明
不同來源類型描述。
|
nacos |
| GatewayUniqueId |
string |
是 |
網關唯一 ID。 |
gw-c70622ff52fe49beb29bea9a6f52**** |
| IngressOptionsRequest |
object |
否 |
Ingress 配置(服務來源類型為 K8s 時使用)。 |
|
| EnableIngress |
boolean |
否 |
是否開啟 Ingress。 |
true |
| IngressClass |
string |
否 |
監聽 Ingress Class。 |
com.test.xxx |
| WatchNamespace |
string |
否 |
監聽目標命名空間。 |
default |
| EnableStatus |
boolean |
否 |
是否更新 Ingress Status。 |
true |
| ToAuthorizeSecurityGroups |
array<object> |
否 |
待授權安全性群組列表,用於在建立來源時打通後端服務的安全性群組限制 |
|
|
object |
否 |
|||
| SecurityGroupId |
string |
否 |
安全性群組 ID。 |
sg-bp1acepclex0vmi1**** |
| PortRange |
string |
否 |
安全性群組的授權連接埠範圍,可多選,使用,分隔。 |
8080/8080,9000/10000 |
| Description |
string |
否 |
授權記錄描述。 |
rule for xxx |
| GroupList |
array |
否 |
服務分組列表。 |
|
|
string |
否 |
服務分組。 |
NACOS |
|
| PathList |
array |
否 |
服務根路徑數組。 |
|
|
string |
否 |
服務根路徑。 |
/test |
|
| AcceptLanguage |
string |
否 |
支援的語言。包括以下取值:
|
zh-CN |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
資料結構。 |
||
| RequestId |
string |
請求 ID。 |
D0DB055C-51F2-5BB2-82A6-CD8A3C6EE6BA |
| HttpStatusCode |
integer |
HTTP 狀態代碼。 |
200 |
| Message |
string |
返回資訊。 |
You are not authorized to perform this operation. Action: mse:AddServiceSource, Resource: acs:mse:cn-hangzhou:1105471854403716:instance/gw-082c943a8c304e48a37a7a29a5ddeda7 |
| Code |
integer |
傳回值。 |
200 |
| Success |
boolean |
請求結果,取值如下:
|
true |
| Data |
integer |
返回資料。 |
63 |
樣本
正常返回樣本
JSON格式
{
"RequestId": "D0DB055C-51F2-5BB2-82A6-CD8A3C6EE6BA",
"HttpStatusCode": 200,
"Message": "You are not authorized to perform this operation. Action: mse:AddServiceSource, Resource: acs:mse:cn-hangzhou:1105471854403716:instance/gw-082c943a8c304e48a37a7a29a5ddeda7",
"Code": 200,
"Success": true,
"Data": 63
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | IllegalRequest | Invalid request:%s | 非法請求: %s |
| 400 | InvalidParameter | Parameter error:%s | 請求參數錯誤:%s |
| 500 | InternalError | Console error. Try again later:%s | 控制台錯誤.稍後重試:%s |
| 403 | NoPermission | You are not authorized to perform this operation:%s | 沒有許可權使用此介面:%s |
| 404 | NotFound | Not found:%s | 資源不存在:%s |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。