アプリケーションの構成を照会します。
操作説明
アプリケーションの構成を照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
emr:ListApplicationConfigs |
list |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| RegionId |
string |
必須 |
リージョン ID。 |
cn-hangzhou |
| ClusterId |
string |
必須 |
クラスター ID。 |
c-e6a9d46e9267**** |
| NextToken |
string |
任意 |
返される次のページのページ番号です。 |
1 |
| MaxResults |
integer |
任意 |
1 ページあたりのエントリ数。 |
100 |
| ApplicationName |
string |
任意 |
アプリケーション名。 |
HDFS |
| NodeGroupId |
string |
任意 |
ノードグループの ID。 |
ng-d555335ced5c**** |
| ConfigFileName |
string |
任意 |
設定ファイル名。 |
hdfs-site.xml |
| ConfigItemKey |
string |
任意 |
設定項目のキー。 |
dfs.replication |
| ConfigItemValue |
string |
任意 |
設定項目の値。 |
2 |
| NodeId |
string |
任意 |
ノード ID。 |
i-bp10h9rezawz1i4o**** |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
レスポンスパラメーター。 |
||
| ApplicationConfigs |
array<object> |
アプリケーションの構成。 |
|
|
object |
|||
| ApplicationName |
string |
アプリケーション名。 |
HDFS |
| ConfigFileName |
string |
設定ファイル名。 |
hdfs-site.xml |
| ConfigItemKey |
string |
設定項目のキー。 |
dfs.replication |
| ConfigItemValue |
string |
設定項目の値。 |
2 |
| CreateTime |
integer |
作成時間。 |
1628589439114 |
| UpdateTime |
integer |
更新時間。 |
1628589439114 |
| Modifier |
string |
構成を変更したユーザー。 |
170906468757**** |
| Custom |
boolean |
構成がカスタムであるかどうかを示します。 |
false |
| InitValue |
string |
初期値。 |
2 |
| Description |
string |
説明。 |
dfs.replication description |
| ConfigEffectState |
string |
設定値のステータス。 |
EFFECT |
| NodeId |
string |
ノード ID。 |
i-bp18y0ng3qqxog4mw**** |
| NodeGroupId |
string |
ノードグループ ID。 |
ng-d555335ced5**** |
| RequestId |
string |
リクエスト ID。 |
9E3A7161-EB7B-172B-8D18-FFB06BA3**** |
| NextToken |
string |
返される次のページのページ番号です。 |
1 |
| MaxResults |
integer |
1 ページあたりのエントリ数。 |
100 |
| TotalCount |
integer |
返されたエントリの総数です。 |
100 |
例
成功レスポンス
JSONJSON
{
"ApplicationConfigs": [
{
"ApplicationName": "HDFS",
"ConfigFileName": "hdfs-site.xml",
"ConfigItemKey": "dfs.replication\n",
"ConfigItemValue": "2",
"CreateTime": 1628589439114,
"UpdateTime": 1628589439114,
"Modifier": "170906468757****",
"Custom": false,
"InitValue": "2",
"Description": "dfs.replication description",
"ConfigEffectState": "EFFECT",
"NodeId": "i-bp18y0ng3qqxog4mw****",
"NodeGroupId": "ng-d555335ced5****"
}
],
"RequestId": "9E3A7161-EB7B-172B-8D18-FFB06BA3****",
"NextToken": "1",
"MaxResults": 100,
"TotalCount": 100
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | InvokeEcmError | An error occurred while invoking ECM service. | |
| 400 | NotFound.Cluster | The cluster is not found. | |
| 400 | InvalidParameter.Application | The specified application is invalid. | |
| 400 | ConflictParameters | Parameters that must not be used together. %s | |
| 400 | IncompleteSignature | The request signature is invalid. | |
| 400 | InvalidAction | The action %s requested is invalid. | |
| 400 | InvalidParameter | The specified parameter %s is not valid. | |
| 400 | InvalidParameterValue | The input parameter %s is invalid or out of range. | |
| 400 | MissingAction | The action %s requested is missing. | |
| 400 | MissingParameter | The input parameter %s that is mandatory for processing this request is not supplied. | |
| 400 | NotAuthorized | You do not have permission to perform this action. %s | |
| 400 | ThrottlingException | The request was denied due to request throttling. %s | |
| 500 | InternalError | The request processing has failed due to some unknown error, exception or failure. | |
| 404 | ResourceNotFound | The resource not found by %s. | |
| 503 | ServiceFailure | The request has failed due to a temporary failure of %s service. | |
| 503 | ServiceUnavailable | The request has failed due to a temporary failure of the server. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。