Skip to main content

Retrieve Data

This operation returns the data for a data source.

Request Parameters

#magic___^_^___line#magic___^_^___line

Name

Description

slevel_Url_0

Root level directory

slevel_Url_1

One folder level deep

json.facet

Unicode Encoded Value

Response Parameters

#magic___^_^___line#magic___^_^___line

Name

Description

Sum_Size

Value in Bytes

[_More Details_](http://documentation.commvault.com/commvault/v11/article?p=features/data_cube/r_data_cube_mining_data_api_get.htm)
Path Parameters
  • datasourceId string required
Query Parameters
  • wt string
  • q string
  • rows int32
Responses

OK


Schema
  • responseHeader object
  • status integer
  • QTime integer
  • params object
  • q string
  • rows string
  • wt string
  • response object
  • numFound integer
  • start integer
  • docs object[]
  • Status integer
  • Description string
  • Attribute integer
  • CreateTime string
  • DataSourceGuid string
  • ModifiedBy integer
  • OwnerUserID integer
  • ModifiedTime string
  • DataSourceName string
  • DataSourceType integer
  • CoreId integer
  • DataSourceId integer
  • contentid string
  • sea_push_counter integer
  • data_source_type string
  • data_source_name string
  • data_source string
  • _version_ integer
  • timestamp string
GET /dcube/search/:datasourceid/select    

Authorization

type: apiKeyname: Authtokenin: header

Request

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