Datasources
Get datasource config
Fetches the datasource config for the specified custom datasource.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Describes the request body of the /getdatasourceconfig API call
Response
200
application/json
OK
Structure describing config properties of a custom datasource
Previous
Rotate tokenRotates the secret value inside the Indexing API token and returns the new raw secret. All other properties of the token are unchanged. In order to rotate the secret value, include the token as the bearer token in the `/rotatetoken` request. Please refer to [Token rotation](https://developers.glean.com/docs/indexing_api_token_rotation/) documentation for more information.
Next