調用DescribeUnbindFlowLogSags查詢指定地區下未繫結資料流日誌執行個體的Smart Access Gateway執行個體資訊。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
smartag:DescribeUnbindFlowLogSags |
get |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| RegionId |
string |
是 |
要查詢的地區 ID。 您可以通過調用 DescribeRegions 介面擷取地區 ID。 |
cn-shanghai |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
返回結果。 |
||
| RequestId |
string |
請求 ID。 |
C850C10E-9856-45FF-8640-80288BA467DF |
| Count |
integer |
總條目數。 |
20 |
| Sags |
object |
||
| Sag |
array<object> |
Smart Access Gateway執行個體資訊列表。 |
|
|
object |
Smart Access Gateway執行個體資訊。 |
||
| Description |
string |
Smart Access Gateway執行個體的描述資訊。 |
desctest |
| SmartAGId |
string |
Smart Access Gateway執行個體 ID。 |
sag-tzirqx07bvcngm**** |
| Name |
string |
Smart Access Gateway執行個體名稱。 |
sj1000-yf-01 |
樣本
正常返回樣本
JSON格式
{
"RequestId": "C850C10E-9856-45FF-8640-80288BA467DF",
"Count": 20,
"Sags": {
"Sag": [
{
"Description": "desctest",
"SmartAGId": "sag-tzirqx07bvcngm****",
"Name": "sj1000-yf-01"
}
]
}
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | DependencyViolation.FlowLog | This FlowLog instance is bound to an SAG instance. | FlowLog存在資源依賴。 |
| 400 | IncorrectStatus.FlowLog | The current FlowLog instance status does not support this operation. | FlowLog狀態非法。 |
| 400 | InvalidFlowLogId.NotFound | The specified FlowLogId does not exist. | 根據FlowLogId未找到對應執行個體。 |
| 400 | MissingParam.FlowLogId | Specify the FlowLogId parameter. | 缺少參數FlowLogId。 |
| 400 | OperationFailed.AssociateFlowLog | The operation failed. The specified SAG instance has already been associated with another FlowLog instance. | 由於Smart Access Gateway執行個體已經關聯其他FlowLog執行個體,操作失敗。 |
| 400 | OperationUnsupported.AssociateFlowLog | You cannot bind the SAG device of the current version or model to a FlowLog instance. | 裝置版本或者款型不支援關聯FlowLog操作。 |
| 400 | QuotaExceeded.Flowlog | The maximum number of FlowLog instances is exceeded. | flowlog數量超過配額。 |
| 400 | IllegalParam.ActiveAging | The specified ActiveAging is invalid. | 參數ActiveAging不合法。 |
| 400 | IllegalParam.InactiveAging | The specified InactiveAging is invalid. | 參數InactiveAging不合法。 |
| 400 | IllegalParam.NetflowServerIp | The specified NetflowServerIp is invalid. | 參數NetflowServerIp不合法。 |
| 400 | IllegalParam.NetflowServerPort | The specified NetflowServerPort is invalid. | 參數NetflowServerPort不合法。 |
| 400 | IllegalParam.NetflowVersion | The specified NetflowVersion is invalid. | 參數NetflowVersion不合法。 |
| 400 | IllegalParam.OutputType | The specified OutputType is invalid. | 參數OutputType不合法。 |
| 400 | IllegalParam.RegionId | The specified RegionId is invalid. | 參數RegionId不合法。 |
| 400 | IllegalParam.SlsRegionId | The specified SlsRegionId is invalid. | 參數SlsRegionId不合法。 |
| 400 | IllegalParam.Status | The specified Status parameter is invalid. | 參數Status不合法。 |
| 403 | Forbidden | User not authorized to operate on the specified resource. | 使用者沒有操作此資源的許可權。 |
| 403 | MissingParameter | The input parameter is missing, please check your input. | 輸入參數缺失,請檢查您的輸入。 |
| 403 | InvalidParameter | The specified parameter is invalid. | 非法參數。 |
| 403 | InternalError | An internal server error occurred. | 內部服務錯誤。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。