擷取服務列表
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
mse:GetServiceListPage |
get |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| Region |
string |
否 |
地區。 |
cn-hangzhou |
| Namespace |
string |
否 |
MSE 命名空間名字 |
default |
| AppName |
string |
否 |
應用程式名稱字。 |
example-app |
| ServiceType |
string |
否 |
服務類型。 |
springCloud |
| AppId |
string |
否 |
應用 id。 |
dez4xxxxx@f3f75ed8ffxxxxx |
| ServiceName |
string |
否 |
服務名字。 |
sc-A |
| PageNumber |
integer |
否 |
頁數。 |
1 |
| PageSize |
integer |
否 |
每頁大小。 |
10 |
| Ip |
string |
否 |
要查詢的 ip 地址。 |
223.5.5.5 |
| AcceptLanguage |
string |
否 |
返回結果顯示的語言。取值:zh(預設值):中文,en:英文 |
zh |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| Success |
boolean |
請求是否成功。 |
True |
| Message |
string |
請求資訊。 |
OK |
| RequestId |
string |
請求 id。 |
A2F946FB-F2E3-5BF4-8CBE-xxxxxxxx |
| Data |
object |
請求響應資料。 |
|
| Result |
array<object> |
當前頁面資料。 |
|
|
object |
每個服務的資訊。 |
||
| AppName |
string |
應用程式名稱。 |
example-app |
| Version |
string |
服務版本。 |
1 |
| InstanceNum |
integer |
服務對應的節點數。 |
1 |
| GmtModifyTime |
string |
服務最後的更新時間。 |
123456 |
| AppId |
string |
應用 id。 |
dez4xxxxx@f3f75ed8ffxxxxx |
| ServiceName |
string |
服務名。 |
sc-A |
| Group |
string |
服務分組。 |
DEFAULT_GROUP |
| ServiceType |
string |
服務類型。 |
|
| TotalSize |
string |
資料總數。 |
100 |
| PageNumber |
string |
當前頁碼。 |
1 |
| PageSize |
string |
頁面大小。 |
10 |
樣本
正常返回樣本
JSON格式
{
"Success": true,
"Message": "OK",
"RequestId": "A2F946FB-F2E3-5BF4-8CBE-xxxxxxxx",
"Data": {
"Result": [
{
"AppName": "example-app",
"Version": "1",
"InstanceNum": 1,
"GmtModifyTime": "123456",
"AppId": "dez4xxxxx@f3f75ed8ffxxxxx",
"ServiceName": "sc-A",
"Group": "DEFAULT_GROUP",
"ServiceType": ""
}
],
"TotalSize": "100",
"PageNumber": "1",
"PageSize": "10"
}
}
錯誤碼
|
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 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。