Skip to main content

Get Clients - DistributedApps

This operation returns a list of clients with Distributed App Type Filter

Query Parameters
  • clusterType string

    Possible values: [Hadoop, WINFS, MongoDB, Cassandra, HACCluster, IndexStorePool, IndexServer]

Responses

OK


Schema
  • response object
  • errorMessage string
  • errorCode integer
GET /client/distributedapps    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clusterType — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/DistributedApps' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'