Overview
Check the list of available endpoints and methods in the Aggregation task API:
Endpoints and methods | Description |
---|---|
GET | Get detailed information about a model. |
PUT | Replace the data of an existing model. |
POST | Create a new model. |
DELETE | Delete a model. |
PATCH | Update an existing model. |
GET | List the available models in the current domain. |
GET | Get the binary image of a model. |
Endpoints and methods
GET /models/{name}
Get information about all the aggregation tasks in a domain.
In order to work with Model Management you need to activate Machine Learning permissions in your role. Go to Administration → Roles → Permissions → Machine Learning and activate the view and manage permissions in Models.
Learn more about roles and permissions in Role permissions.
PUT /models/{name}
Get information about a specific aggregation task in a given domain.
In order to work with Model Management you need to activate Machine Learning permissions in your role. Go to Administration → Roles → Permissions → Machine Learning and active the view and manage permissions in Models.
Learn more about roles and permissions in Role permissions.
POST /models/{name}
Get the measures of an aggregation task.
In order to work with Model Management you need to activate Machine Learning permissions in your role. Go to Administration → Roles → Permissions → Machine Learning and activate the view and manage permissions in Models.
Learn more about roles and permissions in Role permissions.
DELETE /models/{name}
Create a new aggregation task.
In order to work with Model Management you need to activate Machine Learning permissions in your role. Go to Administration → Roles → Permissions → Machine Learning and activate the view and manage permissions in Models.
Learn more about roles and permissions in Role permissions.
PATCH /models/{name}
Update a specific aggregation task.
In order to work with Model Management you need to activate Machine Learning permissions in your role. Go to Administration → Roles → Permissions → Machine Learning and activate the view and manage permissions in Models.
Learn more about roles and permissions in Role permissions.
GET /models/{name}
Stop an aggregation task.
In order to work with Model Management you need to activate Machine Learning permissions in your role. Go to Administration → Roles → Permissions → Machine Learning and activate the view and manage permissions in Models.
Learn more about roles and permissions in Role permissions.
GET /images/{name}
Start a new task and add aggregated data from a specific date.
In order to work with Model Management you need to activate Machine Learning permissions in your role. Go to Administration → Roles → Permissions → Machine Learning and activate the view and manage permissions in Models.
Learn more about roles and permissions in Role permissions.