2019/12/11¶
New APIs¶
Alert Service¶
API |
Description |
---|---|
Create active alerts in batch. |
|
Create history alerts in batch. |
TSDB Data Service¶
API |
Description |
---|---|
Get the duration of different status (DI) data of a specified device within a certain period. |
Application Portal Service¶
API |
Description |
---|---|
Get a list of applications that the current user has permission to access through Access Token. |
Prediction Model Service¶
API |
Description |
---|---|
When an algorithm model is deployed successfully, get the prediction results of the deployed machine learning algorithm model. |
Dataflow Service¶
API |
Description |
---|---|
Cancel the running of a specific workflow instance. |
|
Create a directory of workflows. |
|
Delete a specific workflow. |
|
Disable the scheduling of a specific workflow. |
|
Enable the scheduling of a specific workflow. |
|
Export the configuration of a workflow. |
|
Get the current time of the server. |
|
Get the detailed information of a specific workflow. |
|
Get the detailed information of a specific workflow instance. |
|
Query the detailed information of workflows by specific conditions. |
|
Get the logs of a specific work instance. |
|
Get the time zone of the location of the server. |
|
Import workflow configuration to create a workflow and save the workflow in a specific directory. |
|
Query workflow instances by specific conditions. |
|
List the workflow directory information (including sub-directories and workflow files) of the current OU. |
|
Load the information a specific workflow to a temporary workflow for editing. |
|
Save the configuration of the current workflow. |
|
Search workflows by specific conditions and list the workflows by pages. |
|
Trigger the scheduling of a specific workflow manually. |
|
Trigger the scheduling of a specific workflow with new parameters (generating a workflow instance without changing the workflow information). |
Changed APIs¶
Alert Service¶
API |
Description |
---|---|
A new field |
|
A new parameter |
|
A new field |
|
New fields |
|
|
|
|
|
|
|
Added constraint: If the alert type already has a parent alert type, the |
TSDB Data Service¶
API |
Description |
---|---|
A new parameter |
Other¶
Item |
Description |
---|---|
Added support of the token authentication function, which supports the security encryption of API calls with the mechanism of access token. |