アプリケーショングループの動的ルールを照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
cms:DescribeMonitorGroupDynamicRules |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| GroupId |
integer |
必須 |
アプリケーショングループの ID。 |
123456 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
返されたデータ。 |
||
| Code |
integer |
応答コード。 説明
状態コード 200 は、リクエストが成功したことを示します。 |
200 |
| Message |
string |
返されたメッセージ。 |
The specified resource is not found. |
| RequestId |
string |
リクエスト ID。 |
2170B94A-1576-4D65-900E-2093037CDAF3 |
| Success |
boolean |
リクエストが成功したかどうかを示します。有効な値:
|
true |
| Resource |
object |
||
| Resource |
array<object> |
アプリケーショングループに関連付けられているリソース。 |
|
|
array<object> |
|||
| Category |
string |
動的ルールが属するクラウドサービスのタイプ。有効な値:
|
ecs |
| FilterRelation |
string |
フィルター条件。有効な値:
|
and |
| Filters |
object |
||
| Filter |
array<object> |
アプリケーショングループの動的ルール。 |
|
|
object |
|||
| Value |
string |
動的ルールの値。 |
1 |
| Function |
string |
インスタンスのフィルターに使用されるメソッド。有効な値:
|
contains |
| Name |
string |
インスタンス名。 |
hostName |
例
成功レスポンス
JSONJSON
{
"Code": 200,
"Message": "The specified resource is not found.",
"RequestId": "2170B94A-1576-4D65-900E-2093037CDAF3",
"Success": true,
"Resource": {
"Resource": [
{
"Category": "ecs",
"FilterRelation": "and",
"Filters": {
"Filter": [
{
"Value": "1",
"Function": "contains",
"Name": "hostName"
}
]
}
}
]
}
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | ParameterInvalid | %s | |
| 401 | AccessDeniedException | You donot have sufficient access to perform this action. | |
| 500 | InternalError | %s | |
| 402 | LimitExceeded | The quota for this customer had been reached. | |
| 403 | AccessForbidden | The X.509 certificate or cms access key ID provided does not exist in our records. | |
| 206 | %s | %s | |
| 404 | ResourceNotFound | The specified resource is not found. | The specified resource is not found. |
| 503 | %s | %s | |
| 406 | %s | %s | |
| 429 | Throttli∂ngException | The request was denied due to request throttling. | |
| 409 | %s | %s |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。