Table of Contents | ||||||
---|---|---|---|---|---|---|
|
...
Endpoints and methods | Description | ||||||
---|---|---|---|---|---|---|---|
/aggrtasks/{domain} see below | Get detailed information about all the aggregation tasks in a domainmodel. | ||||||
/aggrtasks/{domain}/{aggrId} see below | Get information about a specific aggregation task. | ||||||
/aggrtasks/{domain}/{aggrId}/measures see below | Get the measures of an aggregation task. | ||||||
/aggrtasks/{domain} see below | Create a new aggregation task. | ||||||
/aggrtasks/{domain}/{aggrId} see below | Update an aggregation task. | ||||||
/aggrtasks/{domain}/{aggrId}/stop see below | Stop an aggregation task. | ||||||
/aggrtasks/{domain}/{aggrId}/start see below | Start a task and add aggregated data from a specific date. | ||||||
/aggrtasks/{domain}/{aggrId}/resume see below | Resume a stopped aggregation task. | ||||||
/aggrtasks/{domain}/{aggrId} see below | Delete an aggregation task. |
Endpoints and methods
Anchor | ||||
---|---|---|---|---|
|
/aggrtasks/{domain}
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
|
...