Sign up and get started with Confidence today! Create your account
Sign up and get started with Confidence today! Create your account
List scheduled exposure calculations. The results are returned in no particular order.
curl --request GET \
--url https://metrics.eu.confidence.dev/v1/scheduledExposureCalculations \
--header 'Authorization: Bearer <token>'{
"scheduledExposureCalculations": [
{
"exposureCalculationSpec": {
"assignmentTable": "<string>",
"assignmentFilter": {
"criteria": [
{}
],
"expression": {
"ref": "<string>",
"not": {},
"and": {
"operands": [
{}
]
},
"or": {
"operands": [
{}
]
}
}
},
"exposureKey": "<string>",
"groups": [
{
"group": "<string>",
"variantKey": "<string>"
}
],
"splitDimensions": [
"<string>"
],
"exposureFilter": {
"factTable": "<string>",
"filter": {
"criteria": [
{}
],
"expression": {
"ref": "<string>",
"not": {},
"and": {
"operands": [
{}
]
},
"or": {
"operands": [
{}
]
}
}
},
"displayName": "<string>"
},
"filters": [
{
"factTable": "<string>",
"filter": {
"criteria": [
{}
],
"expression": {
"ref": "<string>",
"not": {},
"and": {
"operands": [
{}
]
},
"or": {
"operands": [
{}
]
}
}
},
"displayName": "<string>"
}
],
"entityFilter": {
"dimensionTable": "<string>",
"filter": {
"criteria": [
{}
],
"expression": {
"ref": "<string>",
"not": {},
"and": {
"operands": [
{}
]
},
"or": {
"operands": [
{}
]
}
}
}
}
},
"scheduleStartTime": {},
"scheduleIntervals": [
{}
],
"entity": "<string>",
"nextAssignmentStartTime": {},
"nextAssignmentEndTime": {},
"nextScheduledRunTime": {},
"executedCalculationsCount": {},
"iteration": {},
"createTime": {},
"updateTime": {},
"status": {
"scheduled": {
"nextScheduleTime": {}
},
"cancelled": {
"cancelledTime": {}
},
"calculating": {
"exposureCalculation": "<string>"
},
"waiting": {
"needDataUntilTime": {},
"assignmentTable": "<string>",
"factTable": "<string>",
"dataDeliveredUntilTime": {}
},
"error": {
"errorMessage": "<string>"
}
},
"creator": "<string>",
"updater": "<string>",
"name": "<string>",
"scheduleEndTime": {},
"exposureTable": "<string>",
"state": {},
"exposedEntitiesMetric": "<string>",
"exposedEntitiesMetricSchedule": "<string>",
"labels": [
{}
],
"activeRetrigger": "<string>",
"owner": "<string>"
}
],
"nextPageToken": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The maximum number of scheduled exposure calculations to fetch.
Token used for pagination.
Filtering for scheduled exposure calculations, follows the lucene query string format for example 'name: "scheduledExposureCalculations/abc"', see ScheduledExposureCalculation type for available fields.
OK
ScheduledExposureCalculation: List of matching scheduled exposure calculations.
Show child attributes
Token to fetch the next page, empty if no more pages.
Was this page helpful?
curl --request GET \
--url https://metrics.eu.confidence.dev/v1/scheduledExposureCalculations \
--header 'Authorization: Bearer <token>'{
"scheduledExposureCalculations": [
{
"exposureCalculationSpec": {
"assignmentTable": "<string>",
"assignmentFilter": {
"criteria": [
{}
],
"expression": {
"ref": "<string>",
"not": {},
"and": {
"operands": [
{}
]
},
"or": {
"operands": [
{}
]
}
}
},
"exposureKey": "<string>",
"groups": [
{
"group": "<string>",
"variantKey": "<string>"
}
],
"splitDimensions": [
"<string>"
],
"exposureFilter": {
"factTable": "<string>",
"filter": {
"criteria": [
{}
],
"expression": {
"ref": "<string>",
"not": {},
"and": {
"operands": [
{}
]
},
"or": {
"operands": [
{}
]
}
}
},
"displayName": "<string>"
},
"filters": [
{
"factTable": "<string>",
"filter": {
"criteria": [
{}
],
"expression": {
"ref": "<string>",
"not": {},
"and": {
"operands": [
{}
]
},
"or": {
"operands": [
{}
]
}
}
},
"displayName": "<string>"
}
],
"entityFilter": {
"dimensionTable": "<string>",
"filter": {
"criteria": [
{}
],
"expression": {
"ref": "<string>",
"not": {},
"and": {
"operands": [
{}
]
},
"or": {
"operands": [
{}
]
}
}
}
}
},
"scheduleStartTime": {},
"scheduleIntervals": [
{}
],
"entity": "<string>",
"nextAssignmentStartTime": {},
"nextAssignmentEndTime": {},
"nextScheduledRunTime": {},
"executedCalculationsCount": {},
"iteration": {},
"createTime": {},
"updateTime": {},
"status": {
"scheduled": {
"nextScheduleTime": {}
},
"cancelled": {
"cancelledTime": {}
},
"calculating": {
"exposureCalculation": "<string>"
},
"waiting": {
"needDataUntilTime": {},
"assignmentTable": "<string>",
"factTable": "<string>",
"dataDeliveredUntilTime": {}
},
"error": {
"errorMessage": "<string>"
}
},
"creator": "<string>",
"updater": "<string>",
"name": "<string>",
"scheduleEndTime": {},
"exposureTable": "<string>",
"state": {},
"exposedEntitiesMetric": "<string>",
"exposedEntitiesMetricSchedule": "<string>",
"labels": [
{}
],
"activeRetrigger": "<string>",
"owner": "<string>"
}
],
"nextPageToken": "<string>"
}