この操作を呼び出して、クラスターから提供されるサービスを照会できます。

デバッグ

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

リクエストパラメーター

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

実行する操作。 値を ListClusterService に設定します。

ClusterId String 必須 C-F32FB31D82954C64

クラスターの ID。

RegionId String 必須 cn-hangzhou

クラスターが属するリージョンの ID。

AccessKeyId String 任意 111

Alibaba Cloud から提供された AccessKey ID。 このパラメーターでユーザーを識別します。

PageNumber Integer 任意 1

返されるページの番号。

PageSize Integer 任意 100

返されるページ当たりのエントリ数。

レスポンスパラメーター

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

クラスターによって提供されるサービス。

ClusterService

サービスの情報。

AbnormalNum Integer 0

異常な状態にあるコンポーネントの数。

ClientType Boolean false

サービスがクライアントタイプのサービスかどうか。

HealthStatus String ""

サービスコンポーネントのヘルスステータス。

InstallStatus Boolean true

サービスがクラスターにインストールされているか。

NeedRestartInfo String ""

サービスのコンポーネントを再起動する必要があるかどうか。

NeedRestartNum Integer 0

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

NotStartInfo String ""

起動されていないコンポーネントの情報。

ServiceActionList

サービスがサポートする操作

ServiceAction

操作の情報。

ActionName String CUSTOM_COMMAND

操作の名前。

Command String refreshQueues

カスタム操作のコマンド。 このフィールドに値があるのは、ActionName フィールドが CUSTOM_COMMAND の場合のみです。

ComponentName String ResourceManager

コンポーネントの名前。

DisplayName String Refresh Queues

操作の表示名。

ServiceName String YARN

サービスの名前。

ServiceDisplayName String HDFS

サービスの表示名。

ServiceName String HDFS

サービスの名前。

ServiceStatus String INSTALLED

サービスのステータス。

ServiceVersion String 2.7.2

サービスのバージョン。

StoppedNum Integer 0

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

PageNumber Integer 1

返されたページの番号。

PageSize Integer 100

返されるエントリの 1 ページあたりの数。

RequestId String DF202AC2-5D5D-4288-B608-B7B1595B5C7C

リクエストの ID。

TotalCount Integer 25

返されたエントリの総数。

リクエストの例


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

通常のレスポンス例

XML 形式

<ListClusterServiceResponse>
	  <ClusterServiceList>
		    <ClusterService>
			      <AbnormalNum>0</AbnormalNum>
			      <ClientType>false</ClientType>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>true</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NeedRestartNum>0</NeedRestartNum>
			      <NotStartInfo>Have 0 component(s) not started. </NotStartInfo>
			      <ServiceActionList>
				        <ServiceAction>
					          <ActionName>CONFIGURE</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>CONFIGURE All Components</DisplayName>
					          <ServiceName>HDFS</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>START</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>START All Components</DisplayName>
					          <ServiceName>HDFS</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>STOP</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>STOP All Components</DisplayName>
					          <ServiceName>HDFS</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>RESTART All Components</DisplayName>
					          <ServiceName>HDFS</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>DataNode</ComponentName>
					          <DisplayName>RESTART DataNode</DisplayName>
					          <ServiceName>HDFS</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>HttpFS</ComponentName>
					          <DisplayName>RESTART HttpFS</DisplayName>
					          <ServiceName>HDFS</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>KMS</ComponentName>
					          <DisplayName>RESTART KMS</DisplayName>
					          <ServiceName>HDFS</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>NameNode</ComponentName>
					          <DisplayName>RESTART NameNode</DisplayName>
					          <ServiceName>HDFS</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>SecondaryNameNode</ComponentName>
					          <DisplayName>RESTART SecondaryNameNode</DisplayName>
					          <ServiceName>HDFS</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>CUSTOM_COMMAND</ActionName>
					          <Command>rebalance</Command>
					          <ComponentName>NameNode</ComponentName>
					          <DisplayName>REBALANCE HDFS</DisplayName>
					          <ServiceName>HDFS</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>CUSTOM_COMMAND</ActionName>
					          <Command> stop_rebalance </ Command>
					          <ComponentName>NameNode</ComponentName>
					          <DisplayName>STOP_REBALANCE HDFS</DisplayName>
					          <ServiceName>HDFS</ServiceName>
				        </ServiceAction>
			      </ServiceActionList>
			      <ServiceDisplayName>HDFS</ServiceDisplayName>
			      <ServiceName>HDFS</ServiceName>
			      <ServiceStatus>INSTALLED</ServiceStatus>
			      <ServiceVersion>2.7.2</ServiceVersion>
			      <StoppedNum>2</StoppedNum>
		    </ClusterService>
		    <ClusterService>
			      <AbnormalNum>0</AbnormalNum>
			      <ClientType>false</ClientType>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>true</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NeedRestartNum>0</NeedRestartNum>
			      <NotStartInfo> </ NotStartInfo>
			      <ServiceActionList>
				        <ServiceAction>
					          <ActionName>CONFIGURE</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>CONFIGURE All Components</DisplayName>
					          <ServiceName>YARN</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>START</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>START All Components</DisplayName>
					          <ServiceName>YARN</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>STOP</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>STOP All Components</DisplayName>
					          <ServiceName>YARN</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>RESTART All Components</DisplayName>
					          <ServiceName>YARN</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>JobHistory</ComponentName>
					          <DisplayName>RESTART JobHistory</DisplayName>
					          <ServiceName>YARN</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>NodeManager</ComponentName>
					          <DisplayName>RESTART NodeManager</DisplayName>
					          <ServiceName>YARN</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>ResourceManager</ComponentName>
					          <DisplayName>RESTART ResourceManager</DisplayName>
					          <ServiceName>YARN</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>TimeLineServer</ComponentName>
					          <DisplayName>RESTART App Timeline Server</DisplayName>
					          <ServiceName>YARN</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>WebAppProxyServer</ComponentName>
					          <DisplayName>RESTART WebAppProxyServer</DisplayName>
					          <ServiceName>YARN</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>CUSTOM_COMMAND</ActionName>
					          <Command>refreshQueues</Command>
					          <ComponentName>ResourceManager</ComponentName>
					          <DisplayName>Refresh Queues</DisplayName>
					          <ServiceName>YARN</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>CUSTOM_COMMAND</ActionName>
					          <Command>enableCGroups</Command>
					          <ComponentName>NodeManager</ComponentName>
					          <DisplayName>Enable CGroups</DisplayName>
					          <ServiceName>YARN</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>CUSTOM_COMMAND</ActionName>
					          <Command>disableCGroups</Command>
					          <ComponentName>NodeManager</ComponentName>
					          <DisplayName>Disable CGroups</DisplayName>
					          <ServiceName>YARN</ServiceName>
				        </ServiceAction>
			      </ServiceActionList>
			      <ServiceDisplayName>YARN</ServiceDisplayName>
			      <ServiceName>YARN</ServiceName>
			      <ServiceStatus>INSTALLED</ServiceStatus>
			      <ServiceVersion>2.7.2</ServiceVersion>
			      <StoppedNum>2</StoppedNum>
		    </ClusterService>
		    <ClusterService>
			      <AbnormalNum>0</AbnormalNum>
			      <ClientType>false</ClientType>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>true</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NeedRestartNum>0</NeedRestartNum>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList>
				        <ServiceAction>
					          <ActionName>CONFIGURE</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>CONFIGURE All Components</DisplayName>
					          <ServiceName>HIVE</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>START</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>START All Components</DisplayName>
					          <ServiceName>HIVE</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>STOP</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>STOP All Components</DisplayName>
					          <ServiceName>HIVE</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>RESTART All Components</DisplayName>
					          <ServiceName>HIVE</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>HiveMetaStore</ComponentName>
					          <DisplayName>RESTART Hive MetaStore</DisplayName>
					          <ServiceName>HIVE</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>HiveServer</ComponentName>
					          <DisplayName>RESTART HiveServer2</DisplayName>
					          <ServiceName>HIVE</ServiceName>
				        </ServiceAction>
			      </ServiceActionList>
			      <ServiceDisplayName>Hive</ServiceDisplayName>
			      <ServiceName>HIVE</ServiceName>
			      <ServiceStatus>INSTALLED</ServiceStatus>
			      <ServiceVersion>2.3.3</ServiceVersion>
			      <StoppedNum>0</StoppedNum>
		    </ClusterService>
		    <ClusterService>
			      <AbnormalNum>0</AbnormalNum>
			      <ClientType>false</ClientType>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>true</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NeedRestartNum>0</NeedRestartNum>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList>
				        <ServiceAction>
					          <ActionName>CONFIGURE</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>CONFIGURE All Components</DisplayName>
					          <ServiceName>GANGLIA</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>START</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>START All Components</DisplayName>
					          <ServiceName>GANGLIA</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>STOP</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>STOP All Components</DisplayName>
					          <ServiceName>GANGLIA</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>RESTART All Components</DisplayName>
					          <ServiceName>GANGLIA</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>GMETAD</ComponentName>
					          <DisplayName>RESTART Gmetad</DisplayName>
					          <ServiceName>GANGLIA</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>GMOND</ComponentName>
					          <DisplayName>RESTART Gmond</DisplayName>
					          <ServiceName>GANGLIA</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>HTTPD</ComponentName>
					          <DisplayName>RESTART Httpd</DisplayName>
					          <ServiceName>GANGLIA</ServiceName>
				        </ServiceAction>
			      </ServiceActionList>
			      <ServiceDisplayName>Ganglia</ServiceDisplayName>
			      <ServiceName>GANGLIA</ServiceName>
			      <ServiceStatus>INSTALLED</ServiceStatus>
			      <ServiceVersion>3.7.2</ServiceVersion>
			      <StoppedNum>0</StoppedNum>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>ZooKeeper</ServiceDisplayName>
			      <ServiceName>ZOOKEEPER</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>3.4.13</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <AbnormalNum>0</AbnormalNum>
			      <ClientType>false</ClientType>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>true</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NeedRestartNum>0</NeedRestartNum>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList>
				        <ServiceAction>
					          <ActionName>CONFIGURE</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>CONFIGURE All Components</DisplayName>
					          <ServiceName>SPARK</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>START</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>START All Components</DisplayName>
					          <ServiceName>SPARK</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>STOP</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>STOP All Components</DisplayName>
					          <ServiceName>SPARK</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>RESTART All Components</DisplayName>
					          <ServiceName>SPARK</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>SparkHistory</ComponentName>
					          <DisplayName>RESTART SparkHistory</DisplayName>
					          <ServiceName>SPARK</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>SparkThriftServer</ComponentName>
					          <DisplayName>RESTART ThriftServer</DisplayName>
					          <ServiceName>SPARK</ServiceName>
				        </ServiceAction>
			      </ServiceActionList>
			      <ServiceDisplayName>Spark</ServiceDisplayName>
			      <ServiceName>SPARK</ServiceName>
			      <ServiceStatus>INSTALLED</ServiceStatus>
			      <ServiceVersion>2.3.2</ServiceVersion>
			      <StoppedNum>0</StoppedNum>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>HBase</ServiceDisplayName>
			      <ServiceName>HBASE</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>1.1.1</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <AbnormalNum>0</AbnormalNum>
			      <ClientType>false</ClientType>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>true</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NeedRestartNum>0</NeedRestartNum>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList>
				        <ServiceAction>
					          <ActionName>CONFIGURE</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>CONFIGURE All Components</DisplayName>
					          <ServiceName>HUE</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>START</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>START All Components</DisplayName>
					          <ServiceName>HUE</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>STOP</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>STOP All Components</DisplayName>
					          <ServiceName>HUE</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>RESTART All Components</DisplayName>
					          <ServiceName>HUE</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>Hue</ComponentName>
					          <DisplayName>RESTART Hue</DisplayName>
					          <ServiceName>HUE</ServiceName>
				        </ServiceAction>
			      </ServiceActionList>
			      <ServiceDisplayName>Hue</ServiceDisplayName>
			      <ServiceName>HUE</ServiceName>
			      <ServiceStatus>INSTALLED</ServiceStatus>
			      <ServiceVersion>4.1.0</ServiceVersion>
			      <StoppedNum>0</StoppedNum>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>Zeppelin</ServiceDisplayName>
			      <ServiceName>ZEPPELIN</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>0.8.0</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>Oozie</ServiceDisplayName>
			      <ServiceName>OOZIE</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>4.2.0</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <AbnormalNum>0</AbnormalNum>
			      <ClientType>false</ClientType>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>true</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NeedRestartNum>0</NeedRestartNum>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList>
				        <ServiceAction>
					          <ActionName>CONFIGURE</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>CONFIGURE All Components</DisplayName>
					          <ServiceName>TEZ</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>START</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>START All Components</DisplayName>
					          <ServiceName>TEZ</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>STOP</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>STOP All Components</DisplayName>
					          <ServiceName>TEZ</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>RESTART All Components</DisplayName>
					          <ServiceName>TEZ</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>TezInit</ComponentName>
					          <DisplayName>RESTART All Components</DisplayName>
					          <ServiceName>TEZ</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>Tomcat</ComponentName>
					          <DisplayName>RESTART Tomcat</DisplayName>
					          <ServiceName>TEZ</ServiceName>
				        </ServiceAction>
			      </ServiceActionList>
			      <ServiceDisplayName>Tez</ServiceDisplayName>
			      <ServiceName>TEZ</ServiceName>
			      <ServiceStatus>INSTALLED</ServiceStatus>
			      <ServiceVersion>0.9.1</ServiceVersion>
			      <StoppedNum>0</StoppedNum>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>Phoenix</ServiceDisplayName>
			      <ServiceName>PHOENIX</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>4.10.0</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <AbnormalNum>0</AbnormalNum>
			      <ClientType>false</ClientType>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>true</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NeedRestartNum>0</NeedRestartNum>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList>
				        <ServiceAction>
					          <ActionName>CONFIGURE</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>CONFIGURE All Components</DisplayName>
					          <ServiceName>PRESTO</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>START</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>START All Components</DisplayName>
					          <ServiceName>PRESTO</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>STOP</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>STOP All Components</DisplayName>
					          <ServiceName>PRESTO</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>RESTART All Components</DisplayName>
					          <ServiceName>PRESTO</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>PrestoMaster</ComponentName>
					          <DisplayName>RESTART PrestoMaster</DisplayName>
					          <ServiceName>PRESTO</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>PrestoWorker</ComponentName>
					          <DisplayName>RESTART PrestoWorker</DisplayName>
					          <ServiceName>PRESTO</ServiceName>
				        </ServiceAction>
			      </ServiceActionList>
			      <ServiceDisplayName>Presto</ServiceDisplayName>
			      <ServiceName>PRESTO</ServiceName>
			      <ServiceStatus>INSTALLED</ServiceStatus>
			      <ServiceVersion>0.208</ServiceVersion>
			      <StoppedNum>0</StoppedNum>
		    </ClusterService>
		    <ClusterService>
			      <AbnormalNum>0</AbnormalNum>
			      <ClientType>false</ClientType>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>true</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NeedRestartNum>0</NeedRestartNum>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList>
				        <ServiceAction>
					          <ActionName>CONFIGURE</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>CONFIGURE All Components</DisplayName>
					          <ServiceName>SQOOP</ServiceName>
				        </ServiceAction>
			      </ServiceActionList>
			      <ServiceDisplayName>Sqoop</ServiceDisplayName>
			      <ServiceName>SQOOP</ServiceName>
			      <ServiceStatus>INSTALLED</ServiceStatus>
			      <ServiceVersion>1.4.7</ServiceVersion>
			      <StoppedNum>0</StoppedNum>
		    </ClusterService>
		    <ClusterService>
			      <AbnormalNum>0</AbnormalNum>
			      <ClientType>false</ClientType>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>true</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NeedRestartNum>0</NeedRestartNum>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList>
				        <ServiceAction>
					          <ActionName>CONFIGURE</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>CONFIGURE All Components</DisplayName>
					          <ServiceName>PIG</ServiceName>
				        </ServiceAction>
			      </ServiceActionList>
			      <ServiceDisplayName>Pig</ServiceDisplayName>
			      <ServiceName>PIG</ServiceName>
			      <ServiceStatus>INSTALLED</ServiceStatus>
			      <ServiceVersion>0.14.0</ServiceVersion>
			      <StoppedNum>0</StoppedNum>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>Storm</ServiceDisplayName>
			      <ServiceName>STORM</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>1.1.2</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>Impala</ServiceDisplayName>
			      <ServiceName>IMPALA</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>2.10.0</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <AbnormalNum>0</AbnormalNum>
			      <ClientType>false</ClientType>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>true</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NeedRestartNum>0</NeedRestartNum>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList>
				        <ServiceAction>
					          <ActionName>CONFIGURE</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>CONFIGURE All Components</DisplayName>
					          <ServiceName>HAPROXY</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>START</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>START All Components</DisplayName>
					          <ServiceName>HAPROXY</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>STOP</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>STOP All Components</DisplayName>
					          <ServiceName>HAPROXY</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>RESTART All Components</DisplayName>
					          <ServiceName>HAPROXY</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>HAProxy</ComponentName>
					          <DisplayName>RESTART HAProxy</DisplayName>
					          <ServiceName>HAPROXY</ServiceName>
				        </ServiceAction>
			      </ServiceActionList>
			      <ServiceDisplayName>HAProxy</ServiceDisplayName>
			      <ServiceName>HAPROXY</ServiceName>
			      <ServiceStatus>INSTALLED</ServiceStatus>
			      <ServiceVersion>1.5.18</ServiceVersion>
			      <StoppedNum>0</StoppedNum>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>Kafka</ServiceDisplayName>
			      <ServiceName>KAFKA</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>2.11-1.1.0-1.0.0</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>Kafka-Manager</ServiceDisplayName>
			      <ServiceName>KAFKA-MANAGER</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>1.3.3.16-1.1.0</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>TensorFlow</ServiceDisplayName>
			      <ServiceName>TENSORFLOW</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>1.8.0</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>TensorFlow-On-YARN</ServiceDisplayName>
			      <ServiceName>TENSORFLOW-ON-YARN</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>1.0.0</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>HAS</ServiceDisplayName>
			      <ServiceName>HAS</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>1.1.1</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <AbnormalNum>0</AbnormalNum>
			      <ClientType>false</ClientType>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>true</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NeedRestartNum>0</NeedRestartNum>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList>
				        <ServiceAction>
					          <ActionName>CONFIGURE</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>CONFIGURE All Components</DisplayName>
					          <ServiceName>APACHEDS</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>START</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>START All Components</DisplayName>
					          <ServiceName>APACHEDS</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>STOP</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>STOP All Components</DisplayName>
					          <ServiceName>APACHEDS</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>RESTART All Components</DisplayName>
					          <ServiceName>APACHEDS</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>ApacheDS</ComponentName>
					          <DisplayName>RESTART ApacheDS</DisplayName>
					          <ServiceName>APACHEDS</ServiceName>
				        </ServiceAction>
			      </ServiceActionList>
			      <ServiceDisplayName>ApacheDS</ServiceDisplayName>
			      <ServiceName>APACHEDS</ServiceName>
			      <ServiceStatus>INSTALLED</ServiceStatus>
			      <ServiceVersion>2.0.0</ServiceVersion>
			      <StoppedNum>0</StoppedNum>
		    </ClusterService>
		    <ClusterService>
			      <AbnormalNum>0</AbnormalNum>
			      <ClientType>false</ClientType>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>true</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NeedRestartNum>0</NeedRestartNum>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList>
				        <ServiceAction>
					          <ActionName>CONFIGURE</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>CONFIGURE All Components</DisplayName>
					          <ServiceName>KNOX</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>START</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>START All Components</DisplayName>
					          <ServiceName>KNOX</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>STOP</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>STOP All Components</DisplayName>
					          <ServiceName>KNOX</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>RESTART All Components</DisplayName>
					          <ServiceName>KNOX</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>KNOX</ComponentName>
					          <DisplayName>RESTART Knox</DisplayName>
					          <ServiceName>KNOX</ServiceName>
				        </ServiceAction>
			      </ServiceActionList>
			      <ServiceDisplayName>Knox</ServiceDisplayName>
			      <ServiceName>KNOX</ServiceName>
			      <ServiceStatus>INSTALLED</ServiceStatus>
			      <ServiceVersion>0.13.0</ServiceVersion>
			      <StoppedNum>0</StoppedNum>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>Flink</ServiceDisplayName>
			      <ServiceName>FLINK</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>1.4.0</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>RANGER</ServiceDisplayName>
			      <ServiceName>RANGER</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>1.0.0</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>Druid</ServiceDisplayName>
			      <ServiceName>DRUID</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>0.12.3-1.0.0</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>Superset</ServiceDisplayName>
			      <ServiceName>SUPERSET</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>0.26.3</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>analytics-zoo</ServiceDisplayName>
			      <ServiceName>ANALYTICS-ZOO</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>0.2.0</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>Jupyter</ServiceDisplayName>
			      <ServiceName>JUPYTER</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>4.4.0</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>false</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList></ServiceActionList>
			      <ServiceDisplayName>LIVY</ServiceDisplayName>
			      <ServiceName>LIVY</ServiceName>
			      <ServiceStatus></ServiceStatus>
			      <ServiceVersion>0.5.0</ServiceVersion>
		    </ClusterService>
		    <ClusterService>
			      <AbnormalNum>0</AbnormalNum>
			      <ClientType>false</ClientType>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>true</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NeedRestartNum>0</NeedRestartNum>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList>
				        <ServiceAction>
					          <ActionName>CONFIGURE</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>CONFIGURE All Components</DisplayName>
					          <ServiceName>ILOGTAIL</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>START</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>START All Components</DisplayName>
					          <ServiceName>ILOGTAIL</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>STOP</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>STOP All Components</DisplayName>
					          <ServiceName>ILOGTAIL</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>RESTART All Components</DisplayName>
					          <ServiceName>ILOGTAIL</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>Ilogtaild</ComponentName>
					          <DisplayName>RESTART ilogtaild</DisplayName>
					          <ServiceName>ILOGTAIL</ServiceName>
				        </ServiceAction>
			      </ServiceActionList>
			      <ServiceDisplayName>ILOGTAIL</ServiceDisplayName>
			      <ServiceName>ILOGTAIL</ServiceName>
			      <ServiceStatus>INSTALLED</ServiceStatus>
			      <ServiceVersion>1.0.0</ServiceVersion>
			      <StoppedNum>0</StoppedNum>
		    </ClusterService>
		    <ClusterService>
			      <AbnormalNum>0</AbnormalNum>
			      <ClientType>false</ClientType>
			      <HealthStatus></HealthStatus>
			      <InstallStatus>true</InstallStatus>
			      <NeedRestartInfo></NeedRestartInfo>
			      <NeedRestartNum>0</NeedRestartNum>
			      <NotStartInfo></NotStartInfo>
			      <ServiceActionList>
				        <ServiceAction>
					          <ActionName>CONFIGURE</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>CONFIGURE All Components</DisplayName>
					          <ServiceName>EMRFLOW</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>START</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>START All Components</DisplayName>
					          <ServiceName>EMRFLOW</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>STOP</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>STOP All Components</DisplayName>
					          <ServiceName>EMRFLOW</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>ALL COMPONENTS</ComponentName>
					          <DisplayName>RESTART All Components</DisplayName>
					          <ServiceName>EMRFLOW</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>FlowAgentDaemon</ComponentName>
					          <DisplayName>RESTART Flow Agent Daemon</DisplayName>
					          <ServiceName>EMRFLOW</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>RESTART</ActionName>
					          <ComponentName>MetaCommand</ComponentName>
					          <DisplayName>RESTART Emr Meta Command</DisplayName>
					          <ServiceName>EMRFLOW</ServiceName>
				        </ServiceAction>
				        <ServiceAction>
					          <ActionName>CUSTOM_COMMAND</ActionName>
					          <Command>do_ops</Command>
					          <ComponentName>MetaCommand</ComponentName>
					          <DisplayName>oss</DisplayName>
					          <ServiceName>EMRFLOW</ServiceName>
				        </ServiceAction>
			      </ServiceActionList>
			      <ServiceDisplayName>EmrFlow</ServiceDisplayName>
			      <ServiceName>EMRFLOW</ServiceName>
			      <ServiceStatus>INSTALLED</ServiceStatus>
			      <ServiceVersion>1.2.1.0.5</ServiceVersion>
			      <StoppedNum>0</StoppedNum>
		    </ClusterService>
	  </ ClusterServiceList>
	  <RequestId>3F11150E-0F33-41DC-AE2B-C3675C9743BA</RequestId>
</ListClusterServiceResponse>

JSON 形式

{
	"ClusterServiceList":{
		"ClusterService":[
			{
				"ServiceVersion":"2.7.2",
				"ServiceDisplayName":"HDFS",
				"NotStartInfo":"Have 0 component(s) not started.",
				"ServiceStatus":"INSTALLED",
				"AbnormalNum":0,
				"ServiceActionList":{
					"ServiceAction":[
						{
							"ActionName":"CONFIGURE",
							"ServiceName":"HDFS",
							"DisplayName":"CONFIGURE All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"START",
							"ServiceName":"HDFS",
							"DisplayName":"START All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"STOP",
							"ServiceName":"HDFS",
							"DisplayName":"STOP All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"HDFS",
							"DisplayName":"RESTART All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"HDFS",
							"DisplayName":"RESTART DataNode",
							"ComponentName":"DataNode"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"HDFS",
							"DisplayName":"RESTART HttpFS",
							"ComponentName":"HttpFS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"HDFS",
							"DisplayName":"RESTART KMS",
							"ComponentName":"KMS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"HDFS",
							"DisplayName":"RESTART NameNode",
							"ComponentName":"NameNode"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"HDFS",
							"DisplayName":"RESTART SecondaryNameNode",
							"ComponentName":"SecondaryNameNode"
						},
						{
							"Command":"rebalance",
							"ActionName":"CUSTOM_COMMAND",
							"ServiceName":"HDFS",
							"DisplayName":"REBALANCE HDFS",
							"ComponentName":"NameNode"
						},
						{
							"Command":"stop_rebalance",
							"ActionName":"CUSTOM_COMMAND",
							"ServiceName":"HDFS",
							"DisplayName":"STOP_REBALANCE HDFS",
							"ComponentName":"NameNode"
						}
					]
				},
				"ServiceName":"HDFS",
				"HealthStatus":"",
				"NeedRestartInfo":"",
				"NeedRestartNum":0,
				"StoppedNum":2,
				"ClientType":false,
				"InstallStatus":true
			},
			{
				"ServiceVersion":"2.7.2",
				"ServiceName":"YARN",
				"NotStartInfo":"",
				"ServiceStatus":"INSTALLED",
				"AbnormalNum":0,
				"ServiceActionList":{
					"ServiceAction":[
						{
							"ActionName":"CONFIGURE",
							"ServiceName":"YARN",
							"DisplayName":"CONFIGURE All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"START",
							"ServiceName":"YARN",
							"DisplayName":"START All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"STOP",
							"ServiceName":"YARN",
							"DisplayName":"STOP All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"YARN",
							"DisplayName":"RESTART All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"YARN",
							"DisplayName":"RESTART JobHistory",
							"ComponentName":"JobHistory"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"YARN",
							"DisplayName":"RESTART NodeManager",
							"ComponentName":"NodeManager"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"YARN",
							"DisplayName":"RESTART ResourceManager",
							"ComponentName":"ResourceManager"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"YARN",
							"DisplayName":"RESTART App Timeline Server",
							"ComponentName":"TimeLineServer"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"YARN",
							"DisplayName":"RESTART WebAppProxyServer",
							"ComponentName":"WebAppProxyServer"
						},
						{
							"Command":"refreshQueues",
							"ActionName":"CUSTOM_COMMAND",
							"ServiceName":"YARN",
							"DisplayName":"Refresh Queues",
							"ComponentName":"ResourceManager"
						},
						{
							"Command":"enableCGroups",
							"ActionName":"CUSTOM_COMMAND",
							"ServiceName":"YARN",
							"DisplayName":"Enable CGroups",
							"ComponentName":"NodeManager"
						},
						{
							"Command":"disableCGroups",
							"ActionName":"CUSTOM_COMMAND",
							"ServiceName":"YARN",
							"DisplayName":"Disable CGroups",
							"ComponentName":"NodeManager"
						}
					]
				},
				"ServiceName":"YARN",
				"HealthStatus":"",
				"NeedRestartInfo":"",
				"NeedRestartNum":0,
				"StoppedNum":0,
				"ClientType":false,
				"InstallStatus":true
			},
			{
				"ServiceVersion":"2.3.3",
				"ServiceDisplayName":"Hive",
				"NotStartInfo":"",
				"ServiceStatus":"INSTALLED",
				"AbnormalNum":0,
				"ServiceActionList":{
					"ServiceAction":[
						{
							"ActionName":"CONFIGURE",
							"ServiceName":"HIVE",
							"DisplayName":"CONFIGURE All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"START",
							"ServiceName":"HIVE",
							"DisplayName":"START All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"STOP",
							"ServiceName":"HIVE",
							"DisplayName":"STOP All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"HIVE",
							"DisplayName":"RESTART All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"HIVE",
							"DisplayName":"RESTART Hive MetaStore",
							"ComponentName":"HiveMetaStore"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"HIVE",
							"DisplayName":"RESTART HiveServer2",
							"ComponentName":"HiveServer"
						}
					]
				},
				"ServiceName":"HIVE",
				"HealthStatus":"",
				"NeedRestartInfo":"",
				"NeedRestartNum":0,
				"StoppedNum":0,
				"ClientType":false,
				"InstallStatus":true
			},
			{
				"ServiceVersion":"3.7.2",
				"ServiceDisplayName":"Ganglia",
				"NotStartInfo":"",
				"ServiceStatus":"INSTALLED",
				"AbnormalNum":0,
				"ServiceActionList":{
					"ServiceAction":[
						{
							"ActionName":"CONFIGURE",
							"ServiceName":"GANGLIA",
							"DisplayName":"CONFIGURE All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"START",
							"ServiceName":"GANGLIA",
							"DisplayName":"START All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"STOP",
							"ServiceName":"GANGLIA",
							"DisplayName":"STOP All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"GANGLIA",
							"DisplayName":"RESTART All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"GANGLIA",
							"DisplayName":"RESTART Gmetad",
							"ComponentName":"GMETAD"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"GANGLIA",
							"DisplayName":"RESTART Gmond",
							"ComponentName":"GMOND"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"GANGLIA",
							"DisplayName":"RESTART Httpd",
							"ComponentName":"HTTPD"
						}
					]
				},
				"ServiceName":"GANGLIA",
				"HealthStatus":"",
				"NeedRestartInfo":"",
				"NeedRestartNum":0,
				"StoppedNum":0,
				"ClientType":false,
				"InstallStatus":true
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"ZOOKEEPER",
				"NeedRestartInfo":"",
				"HealthStatus":"",
				"ServiceVersion":"3.4.13",
				"ServiceDisplayName":"ZooKeeper",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceVersion":"2.3.2",
				"ServiceDisplayName":"Spark",
				"NotStartInfo":"",
				"ServiceStatus":"INSTALLED",
				"AbnormalNum":0,
				"ServiceActionList":{
					"ServiceAction":[
						{
							"ActionName":"CONFIGURE",
							"ServiceName":"SPARK",
							"DisplayName":"CONFIGURE All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"START",
							"ServiceName":"SPARK",
							"DisplayName":"START All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"STOP",
							"ServiceName":"SPARK",
							"DisplayName":"STOP All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"SPARK",
							"DisplayName":"RESTART All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"SPARK",
							"DisplayName":"RESTART SparkHistory",
							"ComponentName":"SparkHistory"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"SPARK",
							"DisplayName":"RESTART ThriftServer",
							"ComponentName":"SparkThriftServer"
						}
					]
				},
				"ServiceName":"SPARK",
				"HealthStatus":"",
				"NeedRestartInfo":"",
				"NeedRestartNum":0,
				"StoppedNum":0,
				"ClientType":false,
				"InstallStatus":true
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"HBASE",
				"NeedRestartInfo":"",
				"HealthStatus":"",
				"ServiceVersion":"1.1.1",
				"ServiceDisplayName":"HBase",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceVersion":"4.1.0",
				"ServiceDisplayName":"Hue",
				"NotStartInfo":"",
				"ServiceStatus":"INSTALLED",
				"AbnormalNum":0,
				"ServiceActionList":{
					"ServiceAction":[
						{
							"ActionName":"CONFIGURE",
							"ServiceName":"HUE",
							"DisplayName":"CONFIGURE All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"START",
							"ServiceName":"HUE",
							"DisplayName":"START All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"STOP",
							"ServiceName":"HUE",
							"DisplayName":"STOP All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"HUE",
							"DisplayName":"RESTART All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"HUE",
							"DisplayName":"RESTART Hue",
							"ComponentName":"Hue"
						}
					]
				},
				"ServiceName":"HUE",
				"HealthStatus":"",
				"NeedRestartInfo":"",
				"NeedRestartNum":0,
				"StoppedNum":0,
				"ClientType":false,
				"InstallStatus":true
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"ZEPPELIN",
				"NeedRestartInfo":"",
				"HealthStatus":"",
				"ServiceVersion":"0.8.0",
				"ServiceDisplayName":"Zeppelin",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"OOZIE",
				"NeedRestartInfo":"",
				"HealthStatus":"",
				"ServiceVersion":"4.2.0",
				"ServiceDisplayName":"Oozie",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceVersion":"0.9.1",
				"ServiceDisplayName":"Tez",
				"NotStartInfo":"",
				"ServiceStatus":"INSTALLED",
				"AbnormalNum":0,
				"ServiceActionList":{
					"ServiceAction":[
						{
							"ActionName":"CONFIGURE",
							"ServiceName":"TEZ",
							"DisplayName":"CONFIGURE All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"START",
							"ServiceName":"TEZ",
							"DisplayName":"START All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"STOP",
							"ServiceName":"TEZ",
							"DisplayName":"STOP All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"TEZ",
							"DisplayName":"RESTART All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"TEZ",
							"DisplayName":"RESTART Tez Client",
							"ComponentName":"TezInit"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"TEZ",
							"DisplayName":"RESTART Tomcat",
							"ComponentName":"Tomcat"
						}
					]
				},
				"ServiceName":"TEZ",
				"HealthStatus":"",
				"NeedRestartInfo":"",
				"NeedRestartNum":0,
				"StoppedNum":0,
				"ClientType":false,
				"InstallStatus":true
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"PHOENIX",
				"NeedRestartInfo":"",
				"HealthStatus":"",
				"ServiceVersion":"4.10.0",
				"ServiceDisplayName":"Phoenix",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceVersion":"0.208",
				"ServiceDisplayName":"Presto",
				"NotStartInfo":"",
				"ServiceStatus":"INSTALLED",
				"AbnormalNum":0,
				"ServiceActionList":{
					"ServiceAction":[
						{
							"ActionName":"CONFIGURE",
							"ServiceName":"PRESTO",
							"DisplayName":"CONFIGURE All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"START",
							"ServiceName":"PRESTO",
							"DisplayName":"START All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"STOP",
							"ServiceName":"PRESTO",
							"DisplayName":"STOP All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"PRESTO",
							"DisplayName":"RESTART All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"PRESTO",
							"DisplayName":"RESTART PrestoMaster",
							"ComponentName":"PrestoMaster"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"PRESTO",
							"DisplayName":"RESTART PrestoWorker",
							"ComponentName":"PrestoWorker"
						}
					]
				},
				"ServiceName":"PRESTO",
				"HealthStatus":"",
				"NeedRestartInfo":"",
				"NeedRestartNum":0,
				"StoppedNum":0,
				"ClientType":false,
				"InstallStatus":true
			},
			{
				"ServiceVersion":"1.4.7",
				"ServiceDisplayName":"Sqoop",
				"NotStartInfo":"",
				"ServiceStatus":"INSTALLED",
				"AbnormalNum":0,
				"ServiceActionList":{
					"ServiceAction":[
						{
							"ActionName":"CONFIGURE",
							"ServiceName":"SQOOP",
							"DisplayName":"CONFIGURE All Components",
							"ComponentName":"ALL COMPONENTS"
						}
					]
				},
				"ServiceName":"SQOOP",
				"HealthStatus":"",
				"NeedRestartInfo":"",
				"NeedRestartNum":0,
				"StoppedNum":0,
				"ClientType":false,
				"InstallStatus":true
			},
			{
				"ServiceVersion":"0.14.0",
				"ServiceDisplayName":"Pig",
				"NotStartInfo":"",
				"ServiceStatus":"INSTALLED",
				"AbnormalNum":0,
				"ServiceActionList":{
					"ServiceAction":[
						{
							"ActionName":"CONFIGURE",
							"ServiceName":"PIG",
							"DisplayName":"CONFIGURE All Components",
							"ComponentName":"ALL COMPONENTS"
						}
					]
				},
				"ServiceName":"PIG",
				"HealthStatus":"",
				"NeedRestartInfo":"",
				"NeedRestartNum":0,
				"StoppedNum":0,
				"ClientType":false,
				"InstallStatus":true
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"STORM",
				"NeedRestartInfo":"",
				"HealthStatus":{
				"ServiceVersion":"1.1.2",
				"ServiceDisplayName":"Storm",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"IMPALA",
				"NeedRestartInfo":"",
				"HealthStatus":{
				"ServiceVersion":"2.10.0",
				"ServiceDisplayName":"Impala",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceVersion":"1.5.18",
				"ServiceDisplayName":"HAProxy",
				"NotStartInfo":"",
				"ServiceStatus":"INSTALLED",
				"AbnormalNum":0,
				"ServiceActionList":{
					"ServiceAction":[
						{
							"ActionName":"CONFIGURE",
							"ServiceName":"HAPROXY",
							"DisplayName":"CONFIGURE All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"START",
							"ServiceName":"HAPROXY",
							"DisplayName":"START All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"STOP",
							"ServiceName":"HAPROXY",
							"DisplayName":"STOP All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"HAPROXY",
							"DisplayName":"RESTART All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"HAPROXY",
							"DisplayName":"RESTART HAProxy",
							"ComponentName":"HAProxy"
						}
					]
				},
				"ServiceName":"HAPROXY",
				"HealthStatus":"",
				"NeedRestartInfo":"",
				"NeedRestartNum":0,
				"StoppedNum":0,
				"ClientType":false,
				"InstallStatus":true
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"KAFKA",
				"NeedRestartInfo":"",
				"HealthStatus":{
				"ServiceVersion":"2.11-1.1.0-1.0.0",
				"ServiceDisplayName":"Kafka",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"KAFKA-MANAGER",
				"NeedRestartInfo":"",
				"HealthStatus":"",
				"ServiceVersion":"1.3.3.16-1.1.0",
				"ServiceDisplayName":"Kafka-Manager",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"TENSORFLOW",
				"NeedRestartInfo":"",
				"HealthStatus":"",
				"ServiceVersion":"1.8.0",
				"ServiceDisplayName":"TensorFlow",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"TENSORFLOW-ON-YARN",
				"NeedRestartInfo":"",
				"HealthStatus":"",
				"ServiceVersion":"1.0.0",
				"ServiceDisplayName":"TensorFlow-On-YARN",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"HAS",
				"NeedRestartInfo":"",
				"HealthStatus":"",
				"ServiceVersion":"1.1.1",
				"ServiceDisplayName":"HAS",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceVersion":"2.0.0",
				"ServiceDisplayName":"ApacheDS",
				"NotStartInfo":"",
				"ServiceStatus":"INSTALLED",
				"AbnormalNum":0,
				"ServiceActionList":{
					"ServiceAction":[
						{
							"ActionName":"CONFIGURE",
							"ServiceName":"APACHEDS",
							"DisplayName":"CONFIGURE All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"START",
							"ServiceName":"APACHEDS",
							"DisplayName":"START All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"STOP",
							"ServiceName":"APACHEDS",
							"DisplayName":"STOP All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"APACHEDS",
							"DisplayName":"RESTART All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"APACHEDS",
							"DisplayName":"RESTART ApacheDS",
							"ComponentName":"ApacheDS"
						}
					]
				},
				"ServiceName":"APACHEDS",
				"HealthStatus":"",
				"NeedRestartInfo":"",
				"NeedRestartNum":0,
				"StoppedNum":0,
				"ClientType":false,
				"InstallStatus":true
			},
			{
				"ServiceVersion":"0.13.0",
				"ServiceDisplayName":"Knox",
				"NotStartInfo":"",
				"ServiceStatus":"INSTALLED",
				"AbnormalNum":0,
				"ServiceActionList":{
					"ServiceAction":[
						{
							"ActionName":"CONFIGURE",
							"ServiceName":"KNOX",
							"DisplayName":"CONFIGURE All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"START",
							"ServiceName":"KNOX",
							"DisplayName":"START All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"STOP",
							"ServiceName":"KNOX",
							"DisplayName":"STOP All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"KNOX",
							"DisplayName":"RESTART All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"KNOX",
							"DisplayName":"RESTART Knox",
							"ComponentName":"KNOX"
						}
					]
				},
				"ServiceName":"KNOX",
				"HealthStatus":"",
				"NeedRestartInfo":"",
				"NeedRestartNum":0,
				"StoppedNum":0,
				"ClientType":false,
				"InstallStatus":true
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"FLINK",
				"NeedRestartInfo":"",
				"HealthStatus":"",
				"ServiceVersion":"1.4.0",
				"ServiceDisplayName":"Flink",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"RANGER",
				"NeedRestartInfo":"",
				"HealthStatus":"",
				"ServiceVersion":"1.0.0",
				"ServiceDisplayName":"RANGER",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"DRUID",
				"NeedRestartInfo":"",
				"HealthStatus":"",
				"ServiceVersion":"0.12.3-1.0.0",
				"ServiceDisplayName":"Druid",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"SUPERSET",
				"NeedRestartInfo":"",
				"HealthStatus":"",
				"ServiceVersion":"0.26.3",
				"ServiceDisplayName":"Superset",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"ANALYTICS-ZOO",
				"NeedRestartInfo":"",
				"HealthStatus":"",
				"ServiceVersion":"0.2.0",
				"ServiceDisplayName":"analytics-zoo",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"JUPYTER",
				"NeedRestartInfo":"",
				"HealthStatus":{
				"ServiceVersion":"4.4.0",
				"ServiceDisplayName":"Jupyter",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceActionList":{
					"ServiceAction":[]
				},
				"ServiceName":"LIVY",
				"NeedRestartInfo":"",
				"HealthStatus":"",
				"ServiceVersion":"0.5.0",
				"ServiceDisplayName":"LIVY",
				"InstallStatus":false,
				"NotStartInfo":"",
				"ServiceStatus":""
			},
			{
				"ServiceVersion":"1.0.0",
				"ServiceDisplayName":"ILOGTAIL",
				"NotStartInfo":"",
				"ServiceStatus":"INSTALLED",
				"AbnormalNum":0,
				"ServiceActionList":{
					"ServiceAction":[
						{
							"ActionName":"CONFIGURE",
							"ServiceName":"ILOGTAIL",
							"DisplayName":"CONFIGURE All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"START",
							"ServiceName":"ILOGTAIL",
							"DisplayName":"START All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"STOP",
							"ServiceName":"ILOGTAIL",
							"DisplayName":"STOP All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"ILOGTAIL",
							"DisplayName":"RESTART All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"ILOGTAIL",
							"DisplayName":"RESTART ilogtaild",
							"ComponentName":"Ilogtaild"
						}
					]
				},
				"ServiceName":"ILOGTAIL",
				"HealthStatus":"",
				"NeedRestartInfo":"",
				"NeedRestartNum":0,
				"StoppedNum":0,
				"ClientType":false,
				"InstallStatus":true
			},
			{
				"ServiceVersion":"1.2.1.0.5",
				"ServiceDisplayName":"EmrFlow",
				"NotStartInfo":"",
				"ServiceStatus":"INSTALLED",
				"AbnormalNum":0,
				"ServiceActionList":{
					"ServiceAction":[
						{
							"ActionName":"CONFIGURE",
							"ServiceName":"EMRFLOW",
							"DisplayName":"CONFIGURE All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"START",
							"ServiceName":"EMRFLOW",
							"DisplayName":"START All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"STOP",
							"ServiceName":"EMRFLOW",
							"DisplayName":"STOP All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"EMRFLOW",
							"DisplayName":"RESTART All Components",
							"ComponentName":"ALL COMPONENTS"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"EMRFLOW",
							"DisplayName":"RESTART Flow Agent Daemon",
							"ComponentName":"FlowAgentDaemon"
						},
						{
							"ActionName":"RESTART",
							"ServiceName":"EMRFLOW",
							"DisplayName":"RESTART Emr Meta Command",
							"ComponentName":"MetaCommand"
						},
						{
							"Command":"do_ops",
							"ActionName":"CUSTOM_COMMAND",
							"ServiceName":"EMRFLOW",
							"DisplayName":"metacli ops",
							"ComponentName":"MetaCommand"
						}
					]
				},
				"ServiceName":"EMRFLOW",
				"HealthStatus":"",
				"NeedRestartInfo":"",
				"NeedRestartNum":0,
				"StoppedNum":0,
				"ClientType":false,
				"InstallStatus":true
			}
		]
	},
	"RequestId":"3F11150E-0F33-41DC-AE2B-C3675C9743BA"
}

エラーコード

HTTP ステータスコード エラーコード エラーメッセージ 説明
403 Params.Illegal The specified parameters are wrongly formed. 指定されたパラメータの形式が無効な場合に返されるエラーメッセージ。
403 User.OtherUserResource.NotAllow It is not allowed to operate other user's resource. 他のユーザーのリソースを管理する権限が付与されていない場合に返されるエラーメッセージ。
403 Invalid.Cluster.Status Invalid cluster status %s in status list. 指定されたクラスターのステータスが無効な場合に返されるエラーメッセージ。
403 Invalid.Cluster.Type Invalid cluster type %s in cluster type list. 指定されたクラスターのタイプが無効の場合に返されるエラーメッセージ。
500 InternalError The request processing has failed due to some unknown error. 内部エラーのためにリクエスト処理が失敗した場合に返されるエラーメッセージ。 チケットを起票してください。

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