Skip to main content

Datasources For Client With Mount Paths

This operation returns all datasources for a given client.

Query Parameters
  • includeDocCount int32
Responses

OK


Schema
  • nodeList object[]
  • customProperties object
  • nameValues object[]
  • name string
  • value string
  • clientEntity object
  • hostName string
  • clientId integer
  • clientName string
  • displayName string
  • childs object[]
  • path string
  • customProperties object
  • nameValues object[]
  • name string
  • value string
  • dsEntity object
  • seaDataSourceId integer
GET /v2/ediscoveryclients/clients/4    

Authorization

type: apiKeyname: Authtokenin: header

Request

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