Skip to main content

Datasource Handler

Select

SaaS
Customer Managed

This operation retrieves the default handler of a datasource.

Path Parameters
  • datasourceId string required
Responses

OK


Schema
  • handlerInfos object[]
  • handlerName string
  • dataSourceId integer
  • dataSourceName string
  • datasourceType integer
  • handlerId integer
  • handlerInfo object
  • version integer
  • alwaysDecode boolean
  • appendParams object
  • fq string[]
  • invariantParams string
  • defaultParams object
  • q string[]
  • wt string[]
  • rawAppendParams string
  • rawInvariantParams string
  • rawDefaultParams string
  • attribute integer
  • error string
GET /dcube/getdefaulthandler/:datasourceid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
datasourceId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/dcube/getdefaulthandler/:datasourceId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'