Table of Contents | ||||||
---|---|---|---|---|---|---|
|
...
Endpoints and methods | Description | ||||||
---|---|---|---|---|---|---|---|
/aggrtasksmodels/{domainname} see below | Get detailed information about a model. | ||||||
/aggrtasksmodels/{domainname}/{aggrId} see below | Replace the data of an existing model. | ||||||
/aggrtasksmodels/{domain}/{aggrId}/measuresname} see below | Create a new model. | ||||||
/aggrtasksmodels/{domainname} see below | Delete a model. | ||||||
/aggrtasksmodels/{domainname}/{aggrId} see below | Update an existing model. | ||||||
/aggrtasksmodels/{domain}/{aggrId}/stopname} see below | List the available models in the current domain. | ||||||
/aggrtasksimages/{domain}/{aggrId}/startname} see below | Get the binary image of a model. |
Endpoints and methods
Anchor | ||||
---|---|---|---|---|
|
/
...
models/{
...
name}
Get information about all the aggregation tasks in a domain.
...
Expand | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||
Path parameters Add the following path parameters as part of the endpoint:
Query string parametersQuery string parameters are optionally added after the path parameters, preceded by a question mark (
Example Find below a request example in cURL language. In this case, we are requesting all the aggregation tasks with status
|
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
|
Anchor | ||||
---|---|---|---|---|
|
/aggrtasks/{domain}/{aggrId}
...
Expand | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||
Path parameters Add the following path parameters as part of the endpoint:
Query string parametersQuery string parameters are optionally added after the path parameters, preceded by a question mark (
Example Find below a request example in cURL language. In this case, we are requesting details about the aggregation task with ID
|
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
|
Anchor | ||||
---|---|---|---|---|
|
/aggrtasks/{domain}/{aggrId}/measures
...
Expand | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||
Path parameters Add the following path parameters as part of the endpoint:
Example Find below a request example in cURL language. In this case, we are requesting the measures of the aggregation task with ID
|
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
|
Anchor | ||||
---|---|---|---|---|
|
/aggrtasks/{domain}
Create a new aggregation task.
...
Expand | |||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||
Path parametersAdd the following path parameters as part of the endpoint:
Request body The request JSON body must include an object with the following key-value pairs:
Example Find below a request example in cURL language. In this case, we are creating a new aggregation task in the domain called
|
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
|
Anchor | ||||
---|---|---|---|---|
|
/aggrtasks/{domain}/{aggrId}
...
Expand | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||
Path parameters Add the following path parameters as part of the endpoint:
Request body The request JSON body must include an object with the following key-value pairs:
Example Find below a request example in cURL language. In this case, we are updating an aggregation task with ID
|
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
|
Anchor | ||||
---|---|---|---|---|
|
/aggrtasks/{domain}/{aggrId}/stop
...
Expand | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||
Path parameters Add the following path parameters as part of the endpoint:
Example Find below a request example in cURL language. In this case, we want to stop the aggregation task with ID
|
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
|
Anchor | ||||
---|---|---|---|---|
|
/aggrtasks/{domain}/{aggrId}/start
...
Expand | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||
Path parameters Add the following path parameters as part of the endpoint:
Query string parametersQuery string parameters are optionally added after the path parameters, preceded by a question mark (
Example Find below a request example in cURL language. In this case, we want to start the aggregation task with ID
|
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
|
Anchor | ||||
---|---|---|---|---|
|
/aggrtasks/{domain}/{aggrId}/resume
...
Expand | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||
Path parameters Add the following path parameters as part of the endpoint:
Example Find below a request example in cURL language. In this case, we want to resume the aggregation task with ID
|
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
|
Anchor | ||||
---|---|---|---|---|
|
/aggrtasks/{domain}/{aggrId}
...
Expand | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||
Path parameters Add the following path parameters as part of the endpoint:
Find below a request example in cURL language. In this case, we want to delete the aggregation task with ID
|
...