POSThttps://api.gov.nominal.io/api/jobs/v1/submitJobs
Body Parameters
              • key
                value
                  • key
                    value
            • key
              value
            • key
              value
View in API Reference
Request
$curl -X POST https://api.gov.nominal.io/api/jobs/v1/submitJobs \
> -H "Authorization: Bearer " \
> -H "Content-Type: application/json" \
> -d '{
> "jobsToExecute": [
> {
> "type": "check",
> "check": {
> "dataReviewRid": "dataReviewRid",
> "checkRid": "checkRid",
> "checkEvaluationRid": "checkEvaluationRid",
> "checkCondition": {
> "type": "numRanges",
> "numRanges": {
> "ranges": {
> "type": "function",
> "function": {
> "functionReference": "functionReference",
> "functionIdentifier": {
> "type": "variable",
> "variable": "functionIdentifier"
> }
> }
> },
> "functionSpec": {
> "key": "value"
> },
> "threshold": 1,
> "operator": "GREATER_THAN",
> "variables": {
> "variables": {
> "dataSourceRef": "dataSourceRef",
> "channel": "channel",
> "tags": {
> "tags": "tags"
> }
> }
> }
> }
> },
> "start": {
> "seconds": 1000000,
> "nanos": 1000000
> },
> "end": {
> "seconds": 1000000,
> "nanos": 1000000
> },
> "context": {
> "variables": {
> "variables": {
> "rid": "rid"
> }
> },
> "variablesV2": {
> "variablesV2": {
> "type": "series",
> "series": {
> "rid": "rid"
> }
> }
> }
> }
> }
> }
> ]
>}'
Response