この API を呼び出して、クラスターにデプロイされたサービスを照会できます。

デバッグ

OpenAPI Explorer は署名値を自動的に計算します。 この API は、OpenAPI Explorerで呼び出すことを推奨します。 OpenAPI Explorer は、各種 SDK に用意されている API のサンプルコードを動的に生成します。

リクエストパラメーター

パラメーター データ型 必須/任意 説明
Action String 必須 ListClusterInstalledService

実行する API ( ListClusterInstalledService) を設定します。

ClusterId String 必須 C-0EF9B0EC8564****

クラスターの ID を設定します。

RegionId String 必須 cn-hangzhou

クラスターが所属するリージョンの ID を設定します。

AccessKeyId String 任意 LTA****u7gTm****

Alibaba Cloud から提供された AccessKey ID を設定します。 ユーザーの身元を識別するために使用されます。

PageNumber Integer 任意 1

返されるページ数を設定します。

PageSize Integer 任意 30

返される各ページのエントリ数を設定します。

レスポンスパラメーター

パラメーター データ型 説明
ClusterInstalledServiceList

クラスターにデプロイされているサービスの一覧を示します。

ClusterInstalledService

クラスターにデプロイされているサービスの情報を示します。

ServiceActionList

サービスがサポートするアクションを示します。

ServiceAction

アクションの情報を示します。

ActionName String CUSTOM_COMMAND

アクションの名前を示します。 設定可能な値は、CONFIGURESTARTSTOPRESTART、および CUSTOM_COMMAND です。

Command String rebalance

カスタムアクションのコマンドを示します。 ActionName の値が CUSTOM_COMMAND の場合のみ値が表示されます。

ComponentName String NameNode

コンポーネントの名前を示します。

DisplayName String Rebalance

アクションの表示名を示します。

ServiceName String HDFS

サービスの名前を示します。

ServiceDisplayName String Ganglia

サービスの表示名を示します。

ServiceEcmVersion String 3.7.2.2.7

予約済みのパラメーターです。 このパラメーターを指定する必要はありません。

ServiceName String HDFS

サービスの名前を示します。

ServiceVersion String 3.7.2

サービスのバージョンを示します。

abnormalNum Integer 0

異常なステータスのコンポーネントの数を示します。

comment String test

サービスについてのコメントを示します。 このパラメーターを指定する必要はありません。

needRestartNum Integer 0

再起動する必要があるコンポーネントの数を示します。

notStartedNum Integer 0

実行を停止したコンポーネントの数を示します。

onlyClient Boolean false

サービスのコンポーネントがすべて client タイプのコンポーネントかどうかを示します

serviceStatus String INSTALLING

サービスのステータスを示します。

RequestId String 88A94B4A-898D-448B-BC0B-6F0FE2CC64CA

リクエストの ID を示します。

コーディング例

リクエストの例


http(s)://[Endpoint]/? Action=ListClusterInstalledService
&ClusterId=C-0EF9B0EC8564****
&RegionId=cn-hangzhou
&<共通リクエストパラメーター>

通常のレスポンス例

XML 形式

<ListClusterInstalledServiceResponse>
    <ClusterInstalledServiceList>
        <ClusterInstalledService>
            <abnormalNum>0</abnormalNum>
            <ServiceActionList>
                <ServiceAction>
                    <ActionName>CONFIGURE</ActionName>
                    <ServiceName>HDFS</ServiceName>
                    <DisplayName>CONFIGURE All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>START</ActionName>
                    <ServiceName>HDFS</ServiceName>
                    <DisplayName>START All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>STOP</ActionName>
                    <ServiceName>HDFS</ServiceName>
                    <DisplayName>STOP All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>HDFS</ServiceName>
                    <DisplayName>RESTART All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>HDFS</ServiceName>
                    <DisplayName>RESTART DataNode</DisplayName>
                    <ComponentName>DataNode</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>HDFS</ServiceName>
                    <DisplayName>RESTART HttpFS</DisplayName>
                    <ComponentName>HttpFS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>HDFS</ServiceName>
                    <DisplayName>RESTART JournalNode</DisplayName>
                    <ComponentName>JournalNode</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>HDFS</ServiceName>
                    <DisplayName>RESTART KMS</DisplayName>
                    <ComponentName>KMS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>HDFS</ServiceName>
                    <DisplayName>RESTART NameNode</DisplayName>
                    <ComponentName>NameNode</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>HDFS</ServiceName>
                    <DisplayName>RESTART ZKFC</DisplayName>
                    <ComponentName>ZKFC</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <Command>rebalance</Command>
                    <ActionName>CUSTOM_COMMAND</ActionName>
                    <ServiceName>HDFS</ServiceName>
                    <DisplayName>rebalance</DisplayName>
                    <ComponentName>NameNode</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <Command>stop_rebalance</Command>
                    <ActionName>CUSTOM_COMMAND</ActionName>
                    <ServiceName>HDFS</ServiceName>
                    <DisplayName>stop_rebalance</DisplayName>
                    <ComponentName>NameNode</ComponentName>
                </ServiceAction>
            </ServiceActionList>
            <ServiceName>HDFS</ServiceName>
            <notStartedNum>2</notStartedNum>
            <onlyClient>false</onlyClient>
            <ServiceVersion>2.8.5</ServiceVersion>
            <ServiceDisplayName>HDFS</ServiceDisplayName>
            <needRestartNum>0</needRestartNum>
        </ClusterInstalledService>
        <ClusterInstalledService>
            <abnormalNum>0</abnormalNum>
            <ServiceActionList>
                <ServiceAction>
                    <ActionName>CONFIGURE</ActionName>
                    <ServiceName>YARN</ServiceName>
                    <DisplayName>CONFIGURE All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>START</ActionName>
                    <ServiceName>YARN</ServiceName>
                    <DisplayName>START All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>STOP</ActionName>
                    <ServiceName>YARN</ServiceName>
                    <DisplayName>STOP All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>YARN</ServiceName>
                    <DisplayName>RESTART All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>YARN</ServiceName>
                    <DisplayName>RESTART JobHistory</DisplayName>
                    <ComponentName>JobHistory</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>YARN</ServiceName>
                    <DisplayName>RESTART NodeManager</DisplayName>
                    <ComponentName>NodeManager</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>YARN</ServiceName>
                    <DisplayName>RESTART ResourceManager</DisplayName>
                    <ComponentName>ResourceManager</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>YARN</ServiceName>
                    <DisplayName>RESTART App Timeline Server</DisplayName>
                    <ComponentName>TimeLineServer</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>YARN</ServiceName>
                    <DisplayName>RESTART WebAppProxyServer</DisplayName>
                    <ComponentName>WebAppProxyServer</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <Command>refreshQueues</Command>
                    <ActionName>CUSTOM_COMMAND</ActionName>
                    <ServiceName>YARN</ServiceName>
                    <DisplayName>refreshQueues</DisplayName>
                    <ComponentName>ResourceManager</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <Command>enableCGroups</Command>
                    <ActionName>CUSTOM_COMMAND</ActionName>
                    <ServiceName>YARN</ServiceName>
                    <DisplayName>enableCGroups</DisplayName>
                    <ComponentName>NodeManager</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <Command>disableCGroups</Command>
                    <ActionName>CUSTOM_COMMAND</ActionName>
                    <ServiceName>YARN</ServiceName>
                    <DisplayName>disableCGroups</DisplayName>
                    <ComponentName>NodeManager</ComponentName>
                </ServiceAction>
            </ServiceActionList>
            <ServiceName>YARN</ServiceName>
            <notStartedNum>0</notStartedNum>
            <onlyClient>false</onlyClient>
            <ServiceVersion>2.8.5</ServiceVersion>
            <ServiceDisplayName>YARN</ServiceDisplayName>
            <needRestartNum>0</needRestartNum>
        </ClusterInstalledService>
        <ClusterInstalledService>
            <abnormalNum>0</abnormalNum>
            <ServiceActionList>
                <ServiceAction>
                    <ActionName>CONFIGURE</ActionName>
                    <ServiceName>HIVE</ServiceName>
                    <DisplayName>CONFIGURE All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>START</ActionName>
                    <ServiceName>HIVE</ServiceName>
                    <DisplayName>START All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>STOP</ActionName>
                    <ServiceName>HIVE</ServiceName>
                    <DisplayName>STOP All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>HIVE</ServiceName>
                    <DisplayName>RESTART All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>HIVE</ServiceName>
                    <DisplayName>RESTART Hive MetaStore</DisplayName>
                    <ComponentName>HiveMetaStore</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>HIVE</ServiceName>
                    <DisplayName>RESTART HiveServer2</DisplayName>
                    <ComponentName>HiveServer</ComponentName>
                </ServiceAction>
            </ServiceActionList>
            <ServiceName>HIVE</ServiceName>
            <notStartedNum>0</notStartedNum>
            <onlyClient>false</onlyClient>
            <ServiceVersion>3.1.1</ServiceVersion>
            <ServiceDisplayName>Hive</ServiceDisplayName>
            <needRestartNum>0</needRestartNum>
        </ClusterInstalledService>
        <ClusterInstalledService>
            <abnormalNum>0</abnormalNum>
            <ServiceActionList>
                <ServiceAction>
                    <ActionName>CONFIGURE</ActionName>
                    <ServiceName>GANGLIA</ServiceName>
                    <DisplayName>CONFIGURE All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>START</ActionName>
                    <ServiceName>GANGLIA</ServiceName>
                    <DisplayName>START All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>STOP</ActionName>
                    <ServiceName>GANGLIA</ServiceName>
                    <DisplayName>STOP All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>GANGLIA</ServiceName>
                    <DisplayName>RESTART All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>GANGLIA</ServiceName>
                    <DisplayName>RESTART Gmetad</DisplayName>
                    <ComponentName>GMETAD</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>GANGLIA</ServiceName>
                    <DisplayName>RESTART Gmond</DisplayName>
                    <ComponentName>GMOND</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>GANGLIA</ServiceName>
                    <DisplayName>RESTART Httpd</DisplayName>
                    <ComponentName>HTTPD</ComponentName>
                </ServiceAction>
            </ServiceActionList>
            <ServiceName>GANGLIA</ServiceName>
            <notStartedNum>0</notStartedNum>
            <onlyClient>false</onlyClient>
            <ServiceVersion>3.7.2</ServiceVersion>
            <ServiceDisplayName>Ganglia</ServiceDisplayName>
            <needRestartNum>0</needRestartNum>
        </ClusterInstalledService>
        <ClusterInstalledService>
            <abnormalNum>0</abnormalNum>
            <ServiceActionList>
                <ServiceAction>
                    <ActionName>CONFIGURE</ActionName>
                    <ServiceName>ZOOKEEPER</ServiceName>
                    <DisplayName>CONFIGURE All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>START</ActionName>
                    <ServiceName>ZOOKEEPER</ServiceName>
                    <DisplayName>START All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>STOP</ActionName>
                    <ServiceName>ZOOKEEPER</ServiceName>
                    <DisplayName>STOP All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>ZOOKEEPER</ServiceName>
                    <DisplayName>RESTART All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>ZOOKEEPER</ServiceName>
                    <DisplayName>RESTART ZooKeeper</DisplayName>
                    <ComponentName>ZOOKEEPER</ComponentName>
                </ServiceAction>
            </ServiceActionList>
            <ServiceName>ZOOKEEPER</ServiceName>
            <notStartedNum>0</notStartedNum>
            <onlyClient>false</onlyClient>
            <ServiceVersion>3.4.13</ServiceVersion>
            <ServiceDisplayName>ZooKeeper</ServiceDisplayName>
            <needRestartNum>0</needRestartNum>
        </ClusterInstalledService>
        <ClusterInstalledService>
            <abnormalNum>0</abnormalNum>
            <ServiceActionList>
                <ServiceAction>
                    <ActionName>CONFIGURE</ActionName>
                    <ServiceName>SPARK</ServiceName>
                    <DisplayName>CONFIGURE All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>START</ActionName>
                    <ServiceName>SPARK</ServiceName>
                    <DisplayName>START All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>STOP</ActionName>
                    <ServiceName>SPARK</ServiceName>
                    <DisplayName>STOP All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>SPARK</ServiceName>
                    <DisplayName>RESTART All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>SPARK</ServiceName>
                    <DisplayName>RESTART SparkHistory</DisplayName>
                    <ComponentName>SparkHistory</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>SPARK</ServiceName>
                    <DisplayName>RESTART ThriftServer</DisplayName>
                    <ComponentName>SparkThriftServer</ComponentName>
                </ServiceAction>
            </ServiceActionList>
            <ServiceName>SPARK</ServiceName>
            <notStartedNum>0</notStartedNum>
            <onlyClient>false</onlyClient>
            <ServiceVersion>2.4.2</ServiceVersion>
            <ServiceDisplayName>Spark</ServiceDisplayName>
            <needRestartNum>0</needRestartNum>
        </ClusterInstalledService>
        <ClusterInstalledService>
            <abnormalNum>0</abnormalNum>
            <ServiceActionList>
                <ServiceAction>
                    <ActionName>CONFIGURE</ActionName>
                    <ServiceName>HUE</ServiceName>
                    <DisplayName>CONFIGURE All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>START</ActionName>
                    <ServiceName>HUE</ServiceName>
                    <DisplayName>START All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>STOP</ActionName>
                    <ServiceName>HUE</ServiceName>
                    <DisplayName>STOP All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>HUE</ServiceName>
                    <DisplayName>RESTART All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>HUE</ServiceName>
                    <DisplayName>RESTART Hue</DisplayName>
                    <ComponentName>Hue</ComponentName>
                </ServiceAction>
            </ServiceActionList>
            <ServiceName>HUE</ServiceName>
            <notStartedNum>0</notStartedNum>
            <onlyClient>false</onlyClient>
            <ServiceVersion>4.1.0</ServiceVersion>
            <ServiceDisplayName>Hue</ServiceDisplayName>
            <needRestartNum>0</needRestartNum>
        </ClusterInstalledService>
        <ClusterInstalledService>
            <abnormalNum>0</abnormalNum>
            <ServiceActionList>
                <ServiceAction>
                    <ActionName>CONFIGURE</ActionName>
                    <ServiceName>ZEPPELIN</ServiceName>
                    <DisplayName>CONFIGURE All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>START</ActionName>
                    <ServiceName>ZEPPELIN</ServiceName>
                    <DisplayName>START All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>STOP</ActionName>
                    <ServiceName>ZEPPELIN</ServiceName>
                    <DisplayName>STOP All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>ZEPPELIN</ServiceName>
                    <DisplayName>RESTART All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>ZEPPELIN</ServiceName>
                    <DisplayName>RESTART Zeppelin</DisplayName>
                    <ComponentName>Zeppelin</ComponentName>
                </ServiceAction>
            </ServiceActionList>
            <ServiceName>ZEPPELIN</ServiceName>
            <notStartedNum>0</notStartedNum>
            <onlyClient>false</onlyClient>
            <ServiceVersion>0.8.1</ServiceVersion>
            <ServiceDisplayName>Zeppelin</ServiceDisplayName>
            <needRestartNum>0</needRestartNum>
        </ClusterInstalledService>
        <ClusterInstalledService>
            <abnormalNum>0</abnormalNum>
            <ServiceActionList>
                <ServiceAction>
                    <ActionName>CONFIGURE</ActionName>
                    <ServiceName>TEZ</ServiceName>
                    <DisplayName>CONFIGURE All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>START</ActionName>
                    <ServiceName>TEZ</ServiceName>
                    <DisplayName>START All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>STOP</ActionName>
                    <ServiceName>TEZ</ServiceName>
                    <DisplayName>STOP All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>TEZ</ServiceName>
                    <DisplayName>RESTART All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>TEZ</ServiceName>
                    <DisplayName>RESTART Tez Client</DisplayName>
                    <ComponentName>TezInit</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>TEZ</ServiceName>
                    <DisplayName>RESTART Tomcat</DisplayName>
                    <ComponentName>Tomcat</ComponentName>
                </ServiceAction>
            </ServiceActionList>
            <ServiceName>TEZ</ServiceName>
            <notStartedNum>0</notStartedNum>
            <onlyClient>false</onlyClient>
            <ServiceVersion>0.9.1</ServiceVersion>
            <ServiceDisplayName>Tez</ServiceDisplayName>
            <needRestartNum>0</needRestartNum>
        </ClusterInstalledService>
        <ClusterInstalledService>
            <abnormalNum>0</abnormalNum>
            <ServiceActionList>
                <ServiceAction>
                    <ActionName>CONFIGURE</ActionName>
                    <ServiceName>SQOOP</ServiceName>
                    <DisplayName>CONFIGURE All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
            </ServiceActionList>
            <ServiceName>SQOOP</ServiceName>
            <notStartedNum>0</notStartedNum>
            <onlyClient>false</onlyClient>
            <ServiceVersion>1.4.7</ServiceVersion>
            <ServiceDisplayName>Sqoop</ServiceDisplayName>
            <needRestartNum>0</needRestartNum>
        </ClusterInstalledService>
        <ClusterInstalledService>
            <abnormalNum>0</abnormalNum>
            <ServiceActionList>
                <ServiceAction>
                    <ActionName>CONFIGURE</ActionName>
                    <ServiceName>PIG</ServiceName>
                    <DisplayName>CONFIGURE All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
            </ServiceActionList>
            <ServiceName>PIG</ServiceName>
            <notStartedNum>0</notStartedNum>
            <onlyClient>false</onlyClient>
            <ServiceVersion>0.14.0</ServiceVersion>
            <ServiceDisplayName>Pig</ServiceDisplayName>
            <needRestartNum>0</needRestartNum>
        </ClusterInstalledService>
        <ClusterInstalledService>
            <abnormalNum>0</abnormalNum>
            <ServiceActionList>
                <ServiceAction>
                    <ActionName>CONFIGURE</ActionName>
                    <ServiceName>KNOX</ServiceName>
                    <DisplayName>CONFIGURE All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>START</ActionName>
                    <ServiceName>KNOX</ServiceName>
                    <DisplayName>START All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>STOP</ActionName>
                    <ServiceName>KNOX</ServiceName>
                    <DisplayName>STOP All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>KNOX</ServiceName>
                    <DisplayName>RESTART All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>KNOX</ServiceName>
                    <DisplayName>RESTART Knox</DisplayName>
                    <ComponentName>KNOX</ComponentName>
                </ServiceAction>
            </ServiceActionList>
            <ServiceName>KNOX</ServiceName>
            <notStartedNum>0</notStartedNum>
            <onlyClient>false</onlyClient>
            <ServiceVersion>1.1.0</ServiceVersion>
            <ServiceDisplayName>Knox</ServiceDisplayName>
            <needRestartNum>0</needRestartNum>
        </ClusterInstalledService>
        <ClusterInstalledService>
            <abnormalNum>0</abnormalNum>
            <ServiceActionList>
                <ServiceAction>
                    <ActionName>CONFIGURE</ActionName>
                    <ServiceName>APACHEDS</ServiceName>
                    <DisplayName>CONFIGURE All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>START</ActionName>
                    <ServiceName>APACHEDS</ServiceName>
                    <DisplayName>START All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>STOP</ActionName>
                    <ServiceName>APACHEDS</ServiceName>
                    <DisplayName>STOP All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>APACHEDS</ServiceName>
                    <DisplayName>RESTART All Components</DisplayName>
                    <ComponentName>ALL COMPONENTS</ComponentName>
                </ServiceAction>
                <ServiceAction>
                    <ActionName>RESTART</ActionName>
                    <ServiceName>APACHEDS</ServiceName>
                    <DisplayName>RESTART ApacheDS</DisplayName>
                    <ComponentName>ApacheDS</ComponentName>
                </ServiceAction>
            </ServiceActionList>
            <ServiceName>APACHEDS</ServiceName>
            <notStartedNum>0</notStartedNum>
            <onlyClient>false</onlyClient>
            <ServiceVersion>2.0.0</ServiceVersion>
            <ServiceDisplayName>ApacheDS</ServiceDisplayName>
            <needRestartNum>0</needRestartNum>
        </ClusterInstalledService>
    </ClusterInstalledServiceList>
    <RequestId>04851356-DBCC-424F-8599-F683119C36BF</RequestId>
</ListClusterInstalledServiceResponse>

JSON 形式

{
	"requestId":"168B04C3-F037-43B8-837E-792FF56F73DC",
	"clusterInstalledServiceList":[
		{
			"abnormalNum":0,
			"serviceActionList":[
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"CONFIGURE",
					"displayName":"CONFIGURE All Components",
					"serviceName":"HDFS"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"START",
					"displayName":"START All Components",
					"serviceName":"HDFS"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"STOP",
					"displayName":"STOP All Components",
					"serviceName":"HDFS"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"RESTART",
					"displayName":"RESTART All Components",
					"serviceName":"HDFS"
				},
				{
					"componentName":"DataNode",
					"actionName":"RESTART",
					"displayName":"RESTART DataNode",
					"serviceName":"HDFS"
				},
				{
					"componentName":"HttpFS",
					"actionName":"RESTART",
					"displayName":"RESTART HttpFS",
					"serviceName":"HDFS"
				},
				{
					"componentName":"JournalNode",
					"actionName":"RESTART",
					"displayName":"RESTART JournalNode",
					"serviceName":"HDFS"
				},
				{
					"componentName":"KMS",
					"actionName":"RESTART",
					"displayName":"RESTART KMS",
					"serviceName":"HDFS"
				},
				{
					"componentName":"NameNode",
					"actionName":"RESTART",
					"displayName":"RESTART NameNode",
					"serviceName":"HDFS"
				},
				{
					"componentName":"ZKFC",
					"actionName":"RESTART",
					"displayName":"RESTART ZKFC",
					"serviceName":"HDFS"
				},
				{
					"componentName":"NameNode",
					"command":"rebalance",
					"actionName":"CUSTOM_COMMAND",
					"displayName":"rebalance",
					"serviceName":"HDFS"
				},
				{
					"componentName":"NameNode",
					"command":"stop_rebalance",
					"actionName":"CUSTOM_COMMAND",
					"displayName":"stop_rebalance",
					"serviceName":"HDFS"
				}
			],
			"notStartedNum":2,
			"serviceVersion":"2.8.5",
			"onlyClient":false,
			"serviceDisplayName":"HDFS",
			"needRestartNum":0,
			"serviceName":"HDFS"
		},
		{
			"abnormalNum":0,
			"serviceActionList":[
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"CONFIGURE",
					"displayName":"CONFIGURE All Components",
					"serviceName":"YARN"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"START",
					"displayName":"START All Components",
					"serviceName":"YARN"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"STOP",
					"displayName":"Stop All Components",
					"serviceName":"YARN"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"RESTART",
					"displayName":"RESTART All Components",
					"serviceName":"YARN"
				},
				{
					"componentName":"JobHistory",
					"actionName":"RESTART",
					"displayName":"RESTART JobHistory",
					"serviceName":"YARN"
				},
				{
					"componentName":"NodeManager",
					"actionName":"RESTART",
					"displayName":"RESTART NodeManager",
					"serviceName":"YARN"
				},
				{
					"componentName":"ResourceManager",
					"actionName":"RESTART",
					"displayName":"RESTART ResourceManager",
					"serviceName":"YARN"
				},
				{
					"componentName":"TimeLineServer",
					"actionName":"RESTART",
					"displayName":"RESTART App Timeline Server",
					"serviceName":"YARN"
				},
				{
					"componentName":"WebAppProxyServer",
					"actionName":"RESTART",
					"displayName":"RESTART WebAppProxyServer",
					"serviceName":"YARN"
				},
				{
					"componentName":"ResourceManager",
					"command":"refreshQueues",
					"actionName":"CUSTOM_COMMAND",
					"displayName":"refreshQueues",
					"serviceName":"YARN"
				},
				{
					"componentName":"NodeManager",
					"command":"enableCGroups",
					"actionName":"CUSTOM_COMMAND",
					"displayName":"enableCGroups",
					"serviceName":"YARN"
				},
				{
					"componentName":"NodeManager",
					"command":"disableCGroups",
					"actionName":"CUSTOM_COMMAND",
					"displayName":"disableCGroups",
					"serviceName":"YARN"
				}
			],
			"notStartedNum":0,
			"serviceVersion":"2.8.5",
			"onlyClient":false,
			"serviceDisplayName":"YARN",
			"needRestartNum":0,
			"serviceName":"YARN"
		},
		{
			"abnormalNum":0,
			"serviceActionList":[
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"CONFIGURE",
					"displayName":"CONFIGURE All Components",
					"serviceName":"HIVE"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"START",
					"displayName":"START All Components",
					"serviceName":"HIVE"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"STOP",
					"displayName":"STOP All Components",
					"serviceName":"HIVE"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"RESTART",
					"displayName":"RESTART All Components",
					"serviceName":"HIVE"
				},
				{
					"componentName":"HiveMetaStore",
					"actionName":"RESTART",
					"displayName":"RESTART Hive MetaStore",
					"serviceName":"HIVE"
				},
				{
					"componentName":"HiveServer",
					"actionName":"RESTART",
					"displayName":"RESTART HiveServer2",
					"serviceName":"HIVE"
				}
			],
			"notStartedNum":0,
			"serviceVersion":"3.1.1",
			"onlyClient":false,
			"serviceDisplayName":"Hive",
			"needRestartNum":0,
			"serviceName":"HIVE"
		},
		{
			"abnormalNum":0,
			"serviceActionList":[
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"CONFIGURE",
					"displayName":"CONFIGURE All Components",
					"serviceName":"GANGLIA"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"START",
					"displayName":"START All Components",
					"serviceName":"GANGLIA"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"STOP",
					"displayName":"STOP All Components",
					"serviceName":"GANGLIA"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"RESTART",
					"displayName":"RESTART All Components",
					"serviceName":"GANGLIA"
				},
				{
					"componentName":"GMETAD",
					"actionName":"RESTART",
					"displayName":"RESTART Gmetad",
					"serviceName":"GANGLIA"
				},
				{
					"componentName":"GMOND",
					"actionName":"RESTART",
					"displayName":"RESTART Gmond",
					"serviceName":"GANGLIA"
				},
				{
					"componentName":"HTTPD",
					"actionName":"RESTART",
					"displayName":"RESTART Httpd",
					"serviceName":"GANGLIA"
				}
			],
			"notStartedNum":0,
			"serviceVersion":"3.7.2",
			"onlyClient":false,
			"serviceDisplayName":"Ganglia",
			"needRestartNum":0,
			"serviceName":"GANGLIA"
		},
		{
			"abnormalNum":0,
			"serviceActionList":[
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"CONFIGURE",
					"displayName":"CONFIGURE All Components",
					"serviceName":"ZOOKEEPER"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"START",
					"displayName":"START All Components",
					"serviceName":"ZOOKEEPER"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"STOP",
					"displayName":"STOP All Components",
					"serviceName":"ZOOKEEPER"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"RESTART",
					"displayName":"RESTART All Components",
					"serviceName":"ZOOKEEPER"
				},
				{
					"componentName":"ZOOKEEPER",
					"actionName":"RESTART",
					"displayName":"RESTART ZooKeeper",
					"serviceName":"ZOOKEEPER"
				}
			],
			"notStartedNum":0,
			"serviceVersion":"3.4.13",
			"onlyClient":false,
			"serviceDisplayName":"ZooKeeper",
			"needRestartNum":0,
			"serviceName":"ZOOKEEPER"
		},
		{
			"abnormalNum":0,
			"serviceActionList":[
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"CONFIGURE",
					"displayName":"CONFIGURE All Components",
					"serviceName":"SPARK"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"START",
					"displayName":"START All Components",
					"serviceName":"SPARK"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"STOP",
					"displayName":"STOP All Components",
					"serviceName":"SPARK"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"RESTART",
					"displayName":"RESTART All Components",
					"serviceName":"SPARK"
				},
				{
					"componentName":"SparkHistory",
					"actionName":"RESTART",
					"displayName":"RESTART SparkHistory",
					"serviceName":"SPARK"
				},
				{
					"componentName":"SparkThriftServer",
					"actionName":"RESTART",
					"displayName":"RESTART ThriftServer",
					"serviceName":"SPARK"
				}
			],
			"notStartedNum":0,
			"serviceVersion":"2.4.2",
			"onlyClient":false,
			"serviceDisplayName":"Spark",
			"needRestartNum":0,
			"serviceName":"SPARK"
		},
		{
			"abnormalNum":0,
			"serviceActionList":[
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"CONFIGURE",
					"displayName":"CONFIGURE All Components",
					"serviceName":"HUE"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"START",
					"displayName":"START All Components",
					"serviceName":"HUE"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"STOP",
					"displayName":"STOP All Components",
					"serviceName":"HUE"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"RESTART",
					"displayName":"RESTART All Components",
					"serviceName":"HUE"
				},
				{
					"componentName":"Hue",
					"actionName":"RESTART",
					"displayName":"RESTART Hue",
					"serviceName":"HUE"
				}
			],
			"notStartedNum":0,
			"serviceVersion":"4.1.0",
			"onlyClient":false,
			"serviceDisplayName":"Hue",
			"needRestartNum":0,
			"serviceName":"HUE"
		},
		{
			"abnormalNum":0,
			"serviceActionList":[
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"CONFIGURE",
					"displayName":"CONFIGURE All Components",
					"serviceName":"ZEPPELIN"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"START",
					"displayName":"START All Components",
					"serviceName":"ZEPPELIN"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"STOP",
					"displayName":"STOP All Components",
					"serviceName":"ZEPPELIN"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"RESTART",
					"displayName":"RESTART All Components",
					"serviceName":"ZEPPELIN"
				},
				{
					"componentName":"Zeppelin",
					"actionName":"RESTART",
					"displayName":"RESTART Zeppelin",
					"serviceName":"ZEPPELIN"
				}
			],
			"notStartedNum":0,
			"serviceVersion":"0.8.1",
			"onlyClient":false,
			"serviceDisplayName":"Zeppelin",
			"needRestartNum":0,
			"serviceName":"ZEPPELIN"
		},
		{
			"abnormalNum":0,
			"serviceActionList":[
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"CONFIGURE",
					"displayName":"CONFIGURE All Components",
					"serviceName":"TEZ"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"START",
					"displayName":"START All Components",
					"serviceName":"TEZ"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"STOP",
					"displayName":"STOP All Components",
					"serviceName":"TEZ"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"RESTART",
					"displayName":"RESTART All Components",
					"serviceName":"TEZ"
				},
				{
					"componentName":"TezInit",
					"actionName":"RESTART",
					"displayName":"RESTART Tez Client",
					"serviceName":"TEZ"
				},
				{
					"componentName":"Tomcat",
					"actionName":"RESTART",
					"displayName":"RESTART Tomcat",
					"serviceName":"TEZ"
				}
			],
			"notStartedNum":0,
			"serviceVersion":"0.9.1",
			"onlyClient":false,
			"serviceDisplayName":"Tez",
			"needRestartNum":0,
			"serviceName":"TEZ"
		},
		{
			"abnormalNum":0,
			"serviceActionList":[
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"CONFIGURE",
					"displayName":"CONFIGURE All Components",
					"serviceName":"SQOOP"
				}
			],
			"notStartedNum":0,
			"serviceVersion":"1.4.7",
			"onlyClient":false,
			"serviceDisplayName":"Sqoop",
			"needRestartNum":0,
			"serviceName":"SQOOP"
		},
		{
			"abnormalNum":0,
			"serviceActionList":[
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"CONFIGURE",
					"displayName":"CONFIGURE All Components",
					"serviceName":"PIG"
				}
			],
			"notStartedNum":0,
			"serviceVersion":"0.14.0",
			"onlyClient":false,
			"serviceDisplayName":"Pig",
			"needRestartNum":0,
			"serviceName":"PIG"
		},
		{
			"abnormalNum":0,
			"serviceActionList":[
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"CONFIGURE",
					"displayName":"CONFIGURE All Components",
					"serviceName":"KNOX"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"START",
					"displayName":"START All Components",
					"serviceName":"KNOX"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"STOP",
					"displayName":"STOP All Components",
					"serviceName":"KNOX"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"RESTART",
					"displayName":"RESTART All Components",
					"serviceName":"KNOX"
				},
				{
					"componentName":"KNOX",
					"actionName":"RESTART",
					"displayName":"RESTART Knox",
					"serviceName":"KNOX"
				}
			],
			"notStartedNum":0,
			"serviceVersion":"1.1.0",
			"onlyClient":false,
			"serviceDisplayName":"Knox",
			"needRestartNum":0,
			"serviceName":"KNOX"
		},
		{
			"abnormalNum":0,
			"serviceActionList":[
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"CONFIGURE",
					"displayName":"CONFIGURE All Components",
					"serviceName":"APACHEDS"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"START",
					"displayName":"START All Components",
					"serviceName":"APACHEDS"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"STOP",
					"displayName":"STOP All Components",
					"serviceName":"APACHEDS"
				},
				{
					"componentName":"ALL COMPONENTS",
					"actionName":"RESTART",
					"displayName":"RESTART All Components",
					"serviceName":"APACHEDS"
				},
				{
					"componentName":"ApacheDS",
					"actionName":"RESTART",
					"displayName":"RESTART ApacheDS",
					"serviceName":"APACHEDS"
				}
			],
			"notStartedNum":0,
			"serviceVersion":"2.0.0",
			"onlyClient":false,
			"serviceDisplayName":"ApacheDS",
			"needRestartNum":0,
			"serviceName":"APACHEDS"
		}
	]
}

エラーコード

エラーコードについては、「API エラーセンター」をご参照ください。