指定されたリージョンでフローログに関連付けられていない Smart Access Gateway (SAG) インスタンスを照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
smartag:DescribeUnbindFlowLogSags |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| RegionId |
string |
必須 |
SAG インスタンスがデプロイされているリージョンの ID。 DescribeRegions 操作を呼び出して、最新のリージョンリストを照会できます。 |
cn-shanghai |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| RequestId |
string |
リクエスト ID。 |
C850C10E-9856-45FF-8640-80288BA467DF |
| Count |
integer |
SAG インスタンスの総数。 |
20 |
| Sags |
object |
||
| Sag |
array<object> |
SAG インスタンスのリスト。 |
|
|
object |
|||
| Description |
string |
SAG インスタンスの説明。 |
desctest |
| SmartAGId |
string |
SAG インスタンスの ID。 |
sag-tzirqx07bvcngm**** |
| Name |
string |
SAG インスタンスの名前。 |
sj1000-yf-01 |
例
成功レスポンス
JSONJSON
{
"RequestId": "C850C10E-9856-45FF-8640-80288BA467DF",
"Count": 20,
"Sags": {
"Sag": [
{
"Description": "desctest",
"SmartAGId": "sag-tzirqx07bvcngm****",
"Name": "sj1000-yf-01"
}
]
}
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | DependencyViolation.FlowLog | This FlowLog instance is bound to an SAG instance. | |
| 400 | IncorrectStatus.FlowLog | The current FlowLog instance status does not support this operation. | |
| 400 | InvalidFlowLogId.NotFound | The specified FlowLogId does not exist. | |
| 400 | MissingParam.FlowLogId | Specify the FlowLogId parameter. | |
| 400 | OperationFailed.AssociateFlowLog | The operation failed. The specified SAG instance has already been associated with another FlowLog instance. | |
| 400 | OperationUnsupported.AssociateFlowLog | You cannot bind the SAG device of the current version or model to a FlowLog instance. | |
| 400 | QuotaExceeded.Flowlog | The maximum number of FlowLog instances is exceeded. | |
| 400 | IllegalParam.ActiveAging | The specified ActiveAging is invalid. | |
| 400 | IllegalParam.InactiveAging | The specified InactiveAging is invalid. | |
| 400 | IllegalParam.NetflowServerIp | The specified NetflowServerIp is invalid. | |
| 400 | IllegalParam.NetflowServerPort | The specified NetflowServerPort is invalid. | |
| 400 | IllegalParam.NetflowVersion | The specified NetflowVersion is invalid. | |
| 400 | IllegalParam.OutputType | The specified OutputType is invalid. | |
| 400 | IllegalParam.RegionId | The specified RegionId is invalid. | |
| 400 | IllegalParam.SlsRegionId | The specified SlsRegionId is invalid. | |
| 400 | IllegalParam.Status | The specified Status parameter is invalid. | |
| 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. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。