擷取流量防護自訂行為。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
mse:ListSentinelBlockFallbackDefinitions |
list |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| ClassificationSet |
array |
否 |
行為類型列表。 |
|
|
integer |
否 |
行為類型。 枚舉值:
|
1 |
|
| Namespace |
string |
是 |
應用所屬的微服務命空間。 |
default |
| AppName |
string |
是 |
應用程式名稱。 |
spring-cloud-a |
| AcceptLanguage |
string |
否 |
返回結果顯示的語言。取值:zh(預設值):中文,en:英文 |
zh |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| HttpStatusCode |
integer |
狀態代碼。 |
200 |
| Message |
string |
響應資訊。 |
OK |
| RequestId |
string |
請求 ID。 |
4E9FDCFE-0738-493B-B801-82BDFBCB**** |
| Data |
array<object> |
行為資訊。 |
|
|
array<object> |
|||
| Id |
string |
行為 ID。 |
12 |
| Namespace |
string |
應用所屬的微服務命空間。 |
default |
| AppName |
string |
應用程式名稱。 |
spring-cloud-a |
| Name |
string |
行為名稱。 |
defaultFallback |
| ResourceClassification |
string |
行為類型。 |
1 |
| FallbackBehavior |
object |
行為詳情。 |
{"webRespStatusCode":429,"webRespMessage":"test","webFallbackMode":0,"webRespContentType":0} |
| TargetMap |
object |
與該行為綁定的資源資訊。 |
{"/params/{hot}":[1]} |
| Success |
boolean |
請求結果。 |
true |
樣本
正常返回樣本
JSON格式
{
"HttpStatusCode": 200,
"Message": "OK",
"RequestId": "4E9FDCFE-0738-493B-B801-82BDFBCB****",
"Data": [
{
"Id": "12",
"Namespace": "default",
"AppName": "spring-cloud-a",
"Name": "defaultFallback",
"ResourceClassification": "1",
"FallbackBehavior": {
"webRespStatusCode": 429,
"webRespMessage": "test",
"webFallbackMode": 0,
"webRespContentType": 0
},
"TargetMap": {
"/params/{hot}": [
1
]
}
}
],
"Success": true
}
錯誤碼
|
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 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。