curl --request POST \
--url https://api.siftstack.com/api/v1/rules/evaluate-rules \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"run": {
"id": "<string>",
"clientKey": "<string>"
},
"runTimeRange": {
"run": {
"id": "<string>",
"clientKey": "<string>"
},
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z"
},
"allApplicableRules": true,
"organizationId": "<string>",
"reportName": "<string>"
}
'{
"createdAnnotationCount": 123,
"reportId": "<string>",
"jobId": "<string>"
}Evaluate rules from a designated source against a run or asset and return the total amount of annotations created and the ID of the generated report.
curl --request POST \
--url https://api.siftstack.com/api/v1/rules/evaluate-rules \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"run": {
"id": "<string>",
"clientKey": "<string>"
},
"runTimeRange": {
"run": {
"id": "<string>",
"clientKey": "<string>"
},
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z"
},
"allApplicableRules": true,
"organizationId": "<string>",
"reportName": "<string>"
}
'{
"createdAnnotationCount": 123,
"reportId": "<string>",
"jobId": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
If this request creates a report, this field will be used as the report name.
Was this page helpful?