调用ListClusterService接口,查询集群的服务列表信息。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String ListClusterService

系统规定参数。取值:ListClusterService。

ClusterId String C-F32FB31D8295****

集群ID。您可以调用ListClusters查看集群的ID。

RegionId String cn-hangzhou

地域ID。您可以调用DescribeRegions查看最新的阿里云地域列表。

PageNumber Integer 1

分页查询的查询页码。

PageSize Integer 100

分页查询的每页记录数。

返回数据

名称 类型 示例值 描述
ClusterServiceList Array of ClusterService

集群的服务列表。

ClusterService
AbnormalNum Integer 0

异常的组件数量。

ClientType Boolean false

是否Client类型。

HealthStatus String ""

服务的组件健康状态信息。

InstallStatus Boolean true

安装状态,表示当前集群是否安装了该服务。

NeedRestartInfo String ""

服务对应的组件,当前是否需要重启的信息。

NeedRestartNum Integer 0

需要重启的组件数量。

NotStartInfo String ""

没有启动的组件信息。

ServiceActionList Array of ServiceAction

服务支持的Action列表。

ServiceAction
ActionName String CUSTOM_COMMAND

Action 名称。

Command String refreshQueues

具体的命令,当 Action 名称为 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

每页的记录数。

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

请求ID。

TotalCount Integer 25

记录总数。

示例

请求示例

http(s)://[Endpoint]/?Action=ListClusterService
&ClusterId=C-F32FB31D8295****
&RegionId=cn-hangzhou
&<公共请求参数>

正常返回示例

XML 格式

<ClusterServiceList>
    <ClusterService>
        <AbnormalNum>0</AbnormalNum>
        <ClientType>false</ClientType>
        <HealthStatus/>
        <InstallStatus>true</InstallStatus>
        <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/>
        <InstallStatus>true</InstallStatus>
        <NeedRestartInfo/>
        <NeedRestartNum>0</NeedRestartNum>
        <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>0</StoppedNum>
    </ClusterService>
    <ClusterService>
        <AbnormalNum>0</AbnormalNum>
        <ClientType>false</ClientType>
        <HealthStatus/>
        <InstallStatus>true</InstallStatus>
        <NeedRestartInfo/>
        <NeedRestartNum>0</NeedRestartNum>
        <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/>
        <InstallStatus>true</InstallStatus>
        <NeedRestartInfo/>
        <NeedRestartNum>0</NeedRestartNum>
        <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/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>ZooKeeper</ServiceDisplayName>
        <ServiceName>ZOOKEEPER</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>3.4.13</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <AbnormalNum>0</AbnormalNum>
        <ClientType>false</ClientType>
        <HealthStatus/>
        <InstallStatus>true</InstallStatus>
        <NeedRestartInfo/>
        <NeedRestartNum>0</NeedRestartNum>
        <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/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>HBase</ServiceDisplayName>
        <ServiceName>HBASE</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>1.1.1</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <AbnormalNum>0</AbnormalNum>
        <ClientType>false</ClientType>
        <HealthStatus/>
        <InstallStatus>true</InstallStatus>
        <NeedRestartInfo/>
        <NeedRestartNum>0</NeedRestartNum>
        <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/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>Zeppelin</ServiceDisplayName>
        <ServiceName>ZEPPELIN</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>0.8.0</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <HealthStatus/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>Oozie</ServiceDisplayName>
        <ServiceName>OOZIE</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>4.2.0</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <AbnormalNum>0</AbnormalNum>
        <ClientType>false</ClientType>
        <HealthStatus/>
        <InstallStatus>true</InstallStatus>
        <NeedRestartInfo/>
        <NeedRestartNum>0</NeedRestartNum>
        <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 Tez Client</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/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>Phoenix</ServiceDisplayName>
        <ServiceName>PHOENIX</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>4.10.0</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <AbnormalNum>0</AbnormalNum>
        <ClientType>false</ClientType>
        <HealthStatus/>
        <InstallStatus>true</InstallStatus>
        <NeedRestartInfo/>
        <NeedRestartNum>0</NeedRestartNum>
        <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/>
        <InstallStatus>true</InstallStatus>
        <NeedRestartInfo/>
        <NeedRestartNum>0</NeedRestartNum>
        <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/>
        <InstallStatus>true</InstallStatus>
        <NeedRestartInfo/>
        <NeedRestartNum>0</NeedRestartNum>
        <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/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>Storm</ServiceDisplayName>
        <ServiceName>STORM</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>1.1.2</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <HealthStatus/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>Impala</ServiceDisplayName>
        <ServiceName>IMPALA</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>2.10.0</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <AbnormalNum>0</AbnormalNum>
        <ClientType>false</ClientType>
        <HealthStatus/>
        <InstallStatus>true</InstallStatus>
        <NeedRestartInfo/>
        <NeedRestartNum>0</NeedRestartNum>
        <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/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>Kafka</ServiceDisplayName>
        <ServiceName>KAFKA</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>2.11-1.1.0-1.0.0</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <HealthStatus/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>Kafka-Manager</ServiceDisplayName>
        <ServiceName>KAFKA-MANAGER</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>1.3.3.16-1.1.0</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <HealthStatus/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>TensorFlow</ServiceDisplayName>
        <ServiceName>TENSORFLOW</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>1.8.0</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <HealthStatus/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>TensorFlow-On-YARN</ServiceDisplayName>
        <ServiceName>TENSORFLOW-ON-YARN</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>1.0.0</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <HealthStatus/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>HAS</ServiceDisplayName>
        <ServiceName>HAS</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>1.1.1</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <AbnormalNum>0</AbnormalNum>
        <ClientType>false</ClientType>
        <HealthStatus/>
        <InstallStatus>true</InstallStatus>
        <NeedRestartInfo/>
        <NeedRestartNum>0</NeedRestartNum>
        <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/>
        <InstallStatus>true</InstallStatus>
        <NeedRestartInfo/>
        <NeedRestartNum>0</NeedRestartNum>
        <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/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>Flink</ServiceDisplayName>
        <ServiceName>FLINK</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>1.4.0</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <HealthStatus/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>RANGER</ServiceDisplayName>
        <ServiceName>RANGER</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>1.0.0</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <HealthStatus/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>Druid</ServiceDisplayName>
        <ServiceName>DRUID</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>0.12.3-1.0.0</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <HealthStatus/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>Superset</ServiceDisplayName>
        <ServiceName>SUPERSET</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>0.26.3</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <HealthStatus/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>analytics-zoo</ServiceDisplayName>
        <ServiceName>ANALYTICS-ZOO</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>0.2.0</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <HealthStatus/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>Jupyter</ServiceDisplayName>
        <ServiceName>JUPYTER</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>4.4.0</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <HealthStatus/>
        <InstallStatus>false</InstallStatus>
        <NeedRestartInfo/>
        <NotStartInfo/>
        <ServiceActionList>
        </ServiceActionList>
        <ServiceDisplayName>LIVY</ServiceDisplayName>
        <ServiceName>LIVY</ServiceName>
        <ServiceStatus/>
        <ServiceVersion>0.5.0</ServiceVersion>
    </ClusterService>
    <ClusterService>
        <AbnormalNum>0</AbnormalNum>
        <ClientType>false</ClientType>
        <HealthStatus/>
        <InstallStatus>true</InstallStatus>
        <NeedRestartInfo/>
        <NeedRestartNum>0</NeedRestartNum>
        <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/>
        <InstallStatus>true</InstallStatus>
        <NeedRestartInfo/>
        <NeedRestartNum>0</NeedRestartNum>
        <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>metacli ops</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>

JSON 格式

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