curl --request POST \
--url https://your-sift-api-url.com/api/v1/rules/evaluate-rules \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"run": {
"id": "<string>",
"clientKey": "<string>"
},
"assets": {
"assets": {
"ids": {
"ids": [
"<string>"
]
},
"names": {
"names": [
"<string>"
]
}
},
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z"
},
"runTimeRange": {
"run": {
"id": "<string>",
"clientKey": "<string>"
},
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z"
},
"rules": {
"rules": {
"ids": {
"ids": [
"<string>"
]
},
"clientKeys": {
"clientKeys": [
"<string>"
]
}
}
},
"ruleVersions": {
"ruleVersionIds": [
"<string>"
]
},
"reportTemplate": {
"reportTemplate": {
"id": "<string>",
"clientKey": "<string>"
}
},
"allApplicableRules": true,
"annotationOptions": {
"tags": {
"ids": {
"ids": [
"<string>"
]
},
"names": {
"names": [
"<string>"
]
}
}
},
"organizationId": "<string>",
"reportName": "<string>"
}'