/
KN
knowi
/
User Management API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15h ago · Updated 2w ago
Details
Filter operations
Action Management API
12
Authentication Management API
2
Category Management API
8
Datasource Management API
5
get
List share information for datasource
put
Add share information for datasource
post
Set share information for datasource
get
List accessible datasources
get
Retrieve a datasource with specific ID
Group Management API
8
KPI Management API
10
Natural Language Processing Management API
2
Report Management API
11
Role Management API
2
User Management API
10
get
List share information for alert
put
Add share information for alert
post
Set share information for alert
delete
Clear share information for alert
get
List accessible alerts
post
Create new alert
get
Retrieve an alert with specific ID
put
Update existing alert with input information. If not specified in the input, the existing value will be kept intact
delete
Delete existing report with given ID
post
Pause alert with specific ID
post
Preview alert widget
post
Execute alert
post
Resume paused alert with specific ID
post
Create a new datasource
Datasource Management API
Retrieve a datasource with specific ID
get
/api/2.0/datasources/{objectId}
Path parameters
objectId
integer
required
Datasource ID to be retrieved
Response
Success
union
required
MongoDBDatasource
required
MongoDB Datasource information
OR
MySQLDBDatasource
required
MySQL Datasource information
Changes