nominal-api 0.1025.0__py3-none-any.whl → 0.1048.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nominal-api might be problematic. Click here for more details.
- nominal_api/__init__.py +1 -1
- nominal_api/_impl.py +1246 -876
- nominal_api/authentication_api/__init__.py +2 -0
- nominal_api/datasource/__init__.py +4 -0
- nominal_api/nominal-api.conjure.json +1141 -586
- nominal_api/scout_catalog/__init__.py +4 -0
- nominal_api/scout_compute_api/__init__.py +0 -30
- nominal_api/scout_compute_resolved_api/__init__.py +0 -16
- nominal_api/scout_datasource_connection_api/__init__.py +2 -0
- nominal_api/scout_integrations_api/__init__.py +24 -0
- nominal_api/scout_savedviews_api/__init__.py +0 -2
- nominal_api/scout_video_api/__init__.py +12 -0
- nominal_api/storage_writer_api/__init__.py +2 -0
- nominal_api/timeseries_logicalseries_api/__init__.py +0 -2
- {nominal_api-0.1025.0.dist-info → nominal_api-0.1048.1.dist-info}/METADATA +1 -1
- {nominal_api-0.1025.0.dist-info → nominal_api-0.1048.1.dist-info}/RECORD +18 -18
- {nominal_api-0.1025.0.dist-info → nominal_api-0.1048.1.dist-info}/WHEEL +0 -0
- {nominal_api-0.1025.0.dist-info → nominal_api-0.1048.1.dist-info}/top_level.txt +0 -0
|
@@ -1079,6 +1079,15 @@
|
|
|
1079
1079
|
}
|
|
1080
1080
|
} ],
|
|
1081
1081
|
"unsafeArgs" : [ ]
|
|
1082
|
+
}, {
|
|
1083
|
+
"errorName" : {
|
|
1084
|
+
"name" : "NullKey",
|
|
1085
|
+
"package" : "io.nominal.ingest.api"
|
|
1086
|
+
},
|
|
1087
|
+
"namespace" : "UploadService",
|
|
1088
|
+
"code" : "INVALID_ARGUMENT",
|
|
1089
|
+
"safeArgs" : [ ],
|
|
1090
|
+
"unsafeArgs" : [ ]
|
|
1082
1091
|
}, {
|
|
1083
1092
|
"errorName" : {
|
|
1084
1093
|
"name" : "ParallelReingestIntoDatasetV1",
|
|
@@ -2461,6 +2470,16 @@
|
|
|
2461
2470
|
"code" : "INVALID_ARGUMENT",
|
|
2462
2471
|
"safeArgs" : [ ],
|
|
2463
2472
|
"unsafeArgs" : [ ]
|
|
2473
|
+
}, {
|
|
2474
|
+
"errorName" : {
|
|
2475
|
+
"name" : "EmptySet",
|
|
2476
|
+
"package" : "io.nominal.scout.compute.api"
|
|
2477
|
+
},
|
|
2478
|
+
"docs" : "The provided set must contain at least one element.\n",
|
|
2479
|
+
"namespace" : "Compute",
|
|
2480
|
+
"code" : "INVALID_ARGUMENT",
|
|
2481
|
+
"safeArgs" : [ ],
|
|
2482
|
+
"unsafeArgs" : [ ]
|
|
2464
2483
|
}, {
|
|
2465
2484
|
"errorName" : {
|
|
2466
2485
|
"name" : "ExponentialCurveInputTooLarge",
|
|
@@ -2549,6 +2568,16 @@
|
|
|
2549
2568
|
"code" : "INVALID_ARGUMENT",
|
|
2550
2569
|
"safeArgs" : [ ],
|
|
2551
2570
|
"unsafeArgs" : [ ]
|
|
2571
|
+
}, {
|
|
2572
|
+
"errorName" : {
|
|
2573
|
+
"name" : "GroupByMissingTag",
|
|
2574
|
+
"package" : "io.nominal.scout.compute.api"
|
|
2575
|
+
},
|
|
2576
|
+
"docs" : "Attempted to group by a tag that does not exist.\n",
|
|
2577
|
+
"namespace" : "Compute",
|
|
2578
|
+
"code" : "INVALID_ARGUMENT",
|
|
2579
|
+
"safeArgs" : [ ],
|
|
2580
|
+
"unsafeArgs" : [ ]
|
|
2552
2581
|
}, {
|
|
2553
2582
|
"errorName" : {
|
|
2554
2583
|
"name" : "GroupByTagsNotSubset",
|
|
@@ -3352,6 +3381,28 @@
|
|
|
3352
3381
|
}
|
|
3353
3382
|
} ],
|
|
3354
3383
|
"unsafeArgs" : [ ]
|
|
3384
|
+
}, {
|
|
3385
|
+
"errorName" : {
|
|
3386
|
+
"name" : "TooFewInputs",
|
|
3387
|
+
"package" : "io.nominal.scout.compute.api"
|
|
3388
|
+
},
|
|
3389
|
+
"docs" : "The operation requires more input series than were provided.\n",
|
|
3390
|
+
"namespace" : "Compute",
|
|
3391
|
+
"code" : "INVALID_ARGUMENT",
|
|
3392
|
+
"safeArgs" : [ {
|
|
3393
|
+
"fieldName" : "requiredInputCount",
|
|
3394
|
+
"type" : {
|
|
3395
|
+
"type" : "primitive",
|
|
3396
|
+
"primitive" : "INTEGER"
|
|
3397
|
+
}
|
|
3398
|
+
}, {
|
|
3399
|
+
"fieldName" : "providedInputCount",
|
|
3400
|
+
"type" : {
|
|
3401
|
+
"type" : "primitive",
|
|
3402
|
+
"primitive" : "INTEGER"
|
|
3403
|
+
}
|
|
3404
|
+
} ],
|
|
3405
|
+
"unsafeArgs" : [ ]
|
|
3355
3406
|
}, {
|
|
3356
3407
|
"errorName" : {
|
|
3357
3408
|
"name" : "TooManyBuckets",
|
|
@@ -3367,7 +3418,7 @@
|
|
|
3367
3418
|
"name" : "TooManyCategories",
|
|
3368
3419
|
"package" : "io.nominal.scout.compute.api"
|
|
3369
3420
|
},
|
|
3370
|
-
"docs" : "An enum series has more categories than the max allowed
|
|
3421
|
+
"docs" : "An enum series has more categories than the max allowed.",
|
|
3371
3422
|
"namespace" : "Compute",
|
|
3372
3423
|
"code" : "INVALID_ARGUMENT",
|
|
3373
3424
|
"safeArgs" : [ {
|
|
@@ -3376,6 +3427,12 @@
|
|
|
3376
3427
|
"type" : "primitive",
|
|
3377
3428
|
"primitive" : "INTEGER"
|
|
3378
3429
|
}
|
|
3430
|
+
}, {
|
|
3431
|
+
"fieldName" : "maxAllowed",
|
|
3432
|
+
"type" : {
|
|
3433
|
+
"type" : "primitive",
|
|
3434
|
+
"primitive" : "INTEGER"
|
|
3435
|
+
}
|
|
3379
3436
|
} ],
|
|
3380
3437
|
"unsafeArgs" : [ ]
|
|
3381
3438
|
}, {
|
|
@@ -3444,6 +3501,22 @@
|
|
|
3444
3501
|
"code" : "INVALID_ARGUMENT",
|
|
3445
3502
|
"safeArgs" : [ ],
|
|
3446
3503
|
"unsafeArgs" : [ ]
|
|
3504
|
+
}, {
|
|
3505
|
+
"errorName" : {
|
|
3506
|
+
"name" : "UnexpectedTimeout",
|
|
3507
|
+
"package" : "io.nominal.scout.compute.api"
|
|
3508
|
+
},
|
|
3509
|
+
"docs" : "An unexpected timeout occurred when executing a query. This indicates an internal error\nwhere the query may have succeeded but the response did not reach the client.\n",
|
|
3510
|
+
"namespace" : "Compute",
|
|
3511
|
+
"code" : "TIMEOUT",
|
|
3512
|
+
"safeArgs" : [ {
|
|
3513
|
+
"fieldName" : "queryId",
|
|
3514
|
+
"type" : {
|
|
3515
|
+
"type" : "primitive",
|
|
3516
|
+
"primitive" : "UUID"
|
|
3517
|
+
}
|
|
3518
|
+
} ],
|
|
3519
|
+
"unsafeArgs" : [ ]
|
|
3447
3520
|
}, {
|
|
3448
3521
|
"errorName" : {
|
|
3449
3522
|
"name" : "UnitConversionInvalid",
|
|
@@ -4294,6 +4367,15 @@
|
|
|
4294
4367
|
"code" : "INVALID_ARGUMENT",
|
|
4295
4368
|
"safeArgs" : [ ],
|
|
4296
4369
|
"unsafeArgs" : [ ]
|
|
4370
|
+
}, {
|
|
4371
|
+
"errorName" : {
|
|
4372
|
+
"name" : "UnsupportedOperationForIntegration",
|
|
4373
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
4374
|
+
},
|
|
4375
|
+
"namespace" : "Scout",
|
|
4376
|
+
"code" : "INVALID_ARGUMENT",
|
|
4377
|
+
"safeArgs" : [ ],
|
|
4378
|
+
"unsafeArgs" : [ ]
|
|
4297
4379
|
}, {
|
|
4298
4380
|
"errorName" : {
|
|
4299
4381
|
"name" : "ArchiveNotebookFailed",
|
|
@@ -5408,6 +5490,30 @@
|
|
|
5408
5490
|
}
|
|
5409
5491
|
} ],
|
|
5410
5492
|
"unsafeArgs" : [ ]
|
|
5493
|
+
}, {
|
|
5494
|
+
"errorName" : {
|
|
5495
|
+
"name" : "NotAuthorized",
|
|
5496
|
+
"package" : "io.nominal.scout.video.api"
|
|
5497
|
+
},
|
|
5498
|
+
"docs" : "User is not authorized to read data from the requested datasources.",
|
|
5499
|
+
"namespace" : "Video",
|
|
5500
|
+
"code" : "PERMISSION_DENIED",
|
|
5501
|
+
"safeArgs" : [ {
|
|
5502
|
+
"fieldName" : "dataSourceRids",
|
|
5503
|
+
"type" : {
|
|
5504
|
+
"type" : "set",
|
|
5505
|
+
"set" : {
|
|
5506
|
+
"itemType" : {
|
|
5507
|
+
"type" : "reference",
|
|
5508
|
+
"reference" : {
|
|
5509
|
+
"name" : "DataSourceRid",
|
|
5510
|
+
"package" : "io.nominal.api.rids"
|
|
5511
|
+
}
|
|
5512
|
+
}
|
|
5513
|
+
}
|
|
5514
|
+
}
|
|
5515
|
+
} ],
|
|
5516
|
+
"unsafeArgs" : [ ]
|
|
5411
5517
|
}, {
|
|
5412
5518
|
"errorName" : {
|
|
5413
5519
|
"name" : "SegmentConflict",
|
|
@@ -7455,6 +7561,23 @@
|
|
|
7455
7561
|
"value" : "DARK"
|
|
7456
7562
|
} ]
|
|
7457
7563
|
}
|
|
7564
|
+
}, {
|
|
7565
|
+
"type" : "enum",
|
|
7566
|
+
"enum" : {
|
|
7567
|
+
"typeName" : {
|
|
7568
|
+
"name" : "ChartTooltipModeSetting",
|
|
7569
|
+
"package" : "io.nominal.authentication.api"
|
|
7570
|
+
},
|
|
7571
|
+
"values" : [ {
|
|
7572
|
+
"value" : "VERBOSE"
|
|
7573
|
+
}, {
|
|
7574
|
+
"value" : "CONCISE"
|
|
7575
|
+
}, {
|
|
7576
|
+
"value" : "SINGLE"
|
|
7577
|
+
}, {
|
|
7578
|
+
"value" : "NONE"
|
|
7579
|
+
} ]
|
|
7580
|
+
}
|
|
7458
7581
|
}, {
|
|
7459
7582
|
"type" : "enum",
|
|
7460
7583
|
"enum" : {
|
|
@@ -7929,6 +8052,21 @@
|
|
|
7929
8052
|
"primitive" : "BOOLEAN"
|
|
7930
8053
|
}
|
|
7931
8054
|
}
|
|
8055
|
+
},
|
|
8056
|
+
"deprecated" : "Use `chartHoverTooltipMode` instead. If `chartHoverTooltipMode` is not set, this field will be\nused: `true` as `SINGLE` and `false` as `VERBOSE`.\n"
|
|
8057
|
+
}, {
|
|
8058
|
+
"fieldName" : "chartHoverTooltipMode",
|
|
8059
|
+
"type" : {
|
|
8060
|
+
"type" : "optional",
|
|
8061
|
+
"optional" : {
|
|
8062
|
+
"itemType" : {
|
|
8063
|
+
"type" : "reference",
|
|
8064
|
+
"reference" : {
|
|
8065
|
+
"name" : "ChartTooltipModeSetting",
|
|
8066
|
+
"package" : "io.nominal.authentication.api"
|
|
8067
|
+
}
|
|
8068
|
+
}
|
|
8069
|
+
}
|
|
7932
8070
|
}
|
|
7933
8071
|
} ]
|
|
7934
8072
|
}
|
|
@@ -8983,6 +9121,86 @@
|
|
|
8983
9121
|
"value" : "ABSOLUTE"
|
|
8984
9122
|
} ]
|
|
8985
9123
|
}
|
|
9124
|
+
}, {
|
|
9125
|
+
"type" : "object",
|
|
9126
|
+
"object" : {
|
|
9127
|
+
"typeName" : {
|
|
9128
|
+
"name" : "VideoFileMetadata",
|
|
9129
|
+
"package" : "io.nominal.datasource"
|
|
9130
|
+
},
|
|
9131
|
+
"fields" : [ {
|
|
9132
|
+
"fieldName" : "timestampManifest",
|
|
9133
|
+
"type" : {
|
|
9134
|
+
"type" : "reference",
|
|
9135
|
+
"reference" : {
|
|
9136
|
+
"name" : "VideoFileTimestampManifest",
|
|
9137
|
+
"package" : "io.nominal.scout.video.api"
|
|
9138
|
+
}
|
|
9139
|
+
},
|
|
9140
|
+
"docs" : "Specifies how to determine absolute timestamps for each frame in the video.\nCan be an embedded MCAP manifest, an external sidecar file, or calculated\nfrom a starting offset applied to presentation timestamps.\n"
|
|
9141
|
+
}, {
|
|
9142
|
+
"fieldName" : "segmentMetadata",
|
|
9143
|
+
"type" : {
|
|
9144
|
+
"type" : "optional",
|
|
9145
|
+
"optional" : {
|
|
9146
|
+
"itemType" : {
|
|
9147
|
+
"type" : "reference",
|
|
9148
|
+
"reference" : {
|
|
9149
|
+
"name" : "VideoSegmentsMetadata",
|
|
9150
|
+
"package" : "io.nominal.datasource"
|
|
9151
|
+
}
|
|
9152
|
+
}
|
|
9153
|
+
}
|
|
9154
|
+
},
|
|
9155
|
+
"docs" : "Cached aggregate metadata about the segments comprising this video file\nafter segmentation has completed. Includes frame counts, duration, and\nframe rate. Empty until segmentation is complete.\nNote: Min/max timestamps are stored in DatasetFile.bounds field.\nRaw file size is stored in DatasetFile.fileSizeBytes.\n"
|
|
9156
|
+
} ],
|
|
9157
|
+
"docs" : "Metadata specific to video files.\n"
|
|
9158
|
+
}
|
|
9159
|
+
}, {
|
|
9160
|
+
"type" : "object",
|
|
9161
|
+
"object" : {
|
|
9162
|
+
"typeName" : {
|
|
9163
|
+
"name" : "VideoSegmentsMetadata",
|
|
9164
|
+
"package" : "io.nominal.datasource"
|
|
9165
|
+
},
|
|
9166
|
+
"fields" : [ {
|
|
9167
|
+
"fieldName" : "numFrames",
|
|
9168
|
+
"type" : {
|
|
9169
|
+
"type" : "primitive",
|
|
9170
|
+
"primitive" : "INTEGER"
|
|
9171
|
+
},
|
|
9172
|
+
"docs" : "Total number of frames across all segments."
|
|
9173
|
+
}, {
|
|
9174
|
+
"fieldName" : "numSegments",
|
|
9175
|
+
"type" : {
|
|
9176
|
+
"type" : "primitive",
|
|
9177
|
+
"primitive" : "INTEGER"
|
|
9178
|
+
},
|
|
9179
|
+
"docs" : "Number of segments the video was split into."
|
|
9180
|
+
}, {
|
|
9181
|
+
"fieldName" : "scaleFactor",
|
|
9182
|
+
"type" : {
|
|
9183
|
+
"type" : "primitive",
|
|
9184
|
+
"primitive" : "DOUBLE"
|
|
9185
|
+
},
|
|
9186
|
+
"docs" : "Scale factor applied to timestamps during segmentation."
|
|
9187
|
+
}, {
|
|
9188
|
+
"fieldName" : "mediaDurationSeconds",
|
|
9189
|
+
"type" : {
|
|
9190
|
+
"type" : "primitive",
|
|
9191
|
+
"primitive" : "DOUBLE"
|
|
9192
|
+
},
|
|
9193
|
+
"docs" : "Total duration of the video in seconds."
|
|
9194
|
+
}, {
|
|
9195
|
+
"fieldName" : "mediaFrameRate",
|
|
9196
|
+
"type" : {
|
|
9197
|
+
"type" : "primitive",
|
|
9198
|
+
"primitive" : "DOUBLE"
|
|
9199
|
+
},
|
|
9200
|
+
"docs" : "Average frame rate (FPS) calculated as total frames / duration."
|
|
9201
|
+
} ],
|
|
9202
|
+
"docs" : "Segment metadata for video files.\nLightweight version that excludes bounds and RID since those are stored elsewhere.\n"
|
|
9203
|
+
}
|
|
8986
9204
|
}, {
|
|
8987
9205
|
"type" : "object",
|
|
8988
9206
|
"object" : {
|
|
@@ -13637,13 +13855,18 @@
|
|
|
13637
13855
|
}, {
|
|
13638
13856
|
"fieldName" : "timestampMetadata",
|
|
13639
13857
|
"type" : {
|
|
13640
|
-
"type" : "
|
|
13641
|
-
"
|
|
13642
|
-
"
|
|
13643
|
-
|
|
13858
|
+
"type" : "optional",
|
|
13859
|
+
"optional" : {
|
|
13860
|
+
"itemType" : {
|
|
13861
|
+
"type" : "reference",
|
|
13862
|
+
"reference" : {
|
|
13863
|
+
"name" : "TimestampMetadata",
|
|
13864
|
+
"package" : "io.nominal.ingest.api"
|
|
13865
|
+
}
|
|
13866
|
+
}
|
|
13644
13867
|
}
|
|
13645
13868
|
},
|
|
13646
|
-
"docs" : "Metadata about the intermediate parquet this extractor will produce
|
|
13869
|
+
"docs" : "Metadata about the intermediate parquet this extractor will produce.\nIf not set, timestamp metadata must be provided at ingest time.\n"
|
|
13647
13870
|
}, {
|
|
13648
13871
|
"fieldName" : "outputFileFormat",
|
|
13649
13872
|
"type" : {
|
|
@@ -13724,6 +13947,20 @@
|
|
|
13724
13947
|
"package" : "io.nominal.ingest.api"
|
|
13725
13948
|
}
|
|
13726
13949
|
}
|
|
13950
|
+
}, {
|
|
13951
|
+
"fieldName" : "timestampMetadata",
|
|
13952
|
+
"type" : {
|
|
13953
|
+
"type" : "optional",
|
|
13954
|
+
"optional" : {
|
|
13955
|
+
"itemType" : {
|
|
13956
|
+
"type" : "reference",
|
|
13957
|
+
"reference" : {
|
|
13958
|
+
"name" : "TimestampMetadata",
|
|
13959
|
+
"package" : "io.nominal.ingest.api"
|
|
13960
|
+
}
|
|
13961
|
+
}
|
|
13962
|
+
}
|
|
13963
|
+
}
|
|
13727
13964
|
}, {
|
|
13728
13965
|
"fieldName" : "tag",
|
|
13729
13966
|
"type" : {
|
|
@@ -16857,13 +17094,18 @@
|
|
|
16857
17094
|
}, {
|
|
16858
17095
|
"fieldName" : "timestampMetadata",
|
|
16859
17096
|
"type" : {
|
|
16860
|
-
"type" : "
|
|
16861
|
-
"
|
|
16862
|
-
"
|
|
16863
|
-
|
|
17097
|
+
"type" : "optional",
|
|
17098
|
+
"optional" : {
|
|
17099
|
+
"itemType" : {
|
|
17100
|
+
"type" : "reference",
|
|
17101
|
+
"reference" : {
|
|
17102
|
+
"name" : "TimestampMetadata",
|
|
17103
|
+
"package" : "io.nominal.ingest.api"
|
|
17104
|
+
}
|
|
17105
|
+
}
|
|
16864
17106
|
}
|
|
16865
17107
|
},
|
|
16866
|
-
"docs" : "Metadata about the intermediate parquet this extractor will produce
|
|
17108
|
+
"docs" : "Metadata about the intermediate parquet this extractor will produce.\nIf not set, timestamp metadata must be provided at ingest time.\n"
|
|
16867
17109
|
}, {
|
|
16868
17110
|
"fieldName" : "outputFileFormat",
|
|
16869
17111
|
"type" : {
|
|
@@ -23499,8 +23741,42 @@
|
|
|
23499
23741
|
}
|
|
23500
23742
|
},
|
|
23501
23743
|
"docs" : "Timestamp that the file is deleted at, only present if the file has been deleted.\n"
|
|
23744
|
+
}, {
|
|
23745
|
+
"fieldName" : "metadata",
|
|
23746
|
+
"type" : {
|
|
23747
|
+
"type" : "optional",
|
|
23748
|
+
"optional" : {
|
|
23749
|
+
"itemType" : {
|
|
23750
|
+
"type" : "reference",
|
|
23751
|
+
"reference" : {
|
|
23752
|
+
"name" : "DatasetFileMetadata",
|
|
23753
|
+
"package" : "io.nominal.scout.catalog"
|
|
23754
|
+
}
|
|
23755
|
+
}
|
|
23756
|
+
}
|
|
23757
|
+
},
|
|
23758
|
+
"docs" : "File-type-specific metadata. For video files, contains timestamp manifest and segment metadata.\n"
|
|
23502
23759
|
} ]
|
|
23503
23760
|
}
|
|
23761
|
+
}, {
|
|
23762
|
+
"type" : "union",
|
|
23763
|
+
"union" : {
|
|
23764
|
+
"typeName" : {
|
|
23765
|
+
"name" : "DatasetFileMetadata",
|
|
23766
|
+
"package" : "io.nominal.scout.catalog"
|
|
23767
|
+
},
|
|
23768
|
+
"union" : [ {
|
|
23769
|
+
"fieldName" : "video",
|
|
23770
|
+
"type" : {
|
|
23771
|
+
"type" : "reference",
|
|
23772
|
+
"reference" : {
|
|
23773
|
+
"name" : "VideoFileMetadata",
|
|
23774
|
+
"package" : "io.nominal.datasource"
|
|
23775
|
+
}
|
|
23776
|
+
}
|
|
23777
|
+
} ],
|
|
23778
|
+
"docs" : "Metadata specific to different file types stored in datasets.\n"
|
|
23779
|
+
}
|
|
23504
23780
|
}, {
|
|
23505
23781
|
"type" : "enum",
|
|
23506
23782
|
"enum" : {
|
|
@@ -31020,6 +31296,12 @@
|
|
|
31020
31296
|
"package" : "io.nominal.scout.run.api"
|
|
31021
31297
|
}
|
|
31022
31298
|
}
|
|
31299
|
+
}, {
|
|
31300
|
+
"fieldName" : "autoCreateEvents",
|
|
31301
|
+
"type" : {
|
|
31302
|
+
"type" : "primitive",
|
|
31303
|
+
"primitive" : "BOOLEAN"
|
|
31304
|
+
}
|
|
31023
31305
|
} ]
|
|
31024
31306
|
}
|
|
31025
31307
|
}, {
|
|
@@ -31243,7 +31525,7 @@
|
|
|
31243
31525
|
}
|
|
31244
31526
|
}
|
|
31245
31527
|
},
|
|
31246
|
-
"docs" : "Checks can define a single range computation which can evaluate over multiple implementations of a context.\nThe check implementation index will correspond to the implementation index of the check condition.\n"
|
|
31528
|
+
"docs" : "Checks can define a single range computation which can evaluate over multiple implementations of a context.\nassetRid: common.AssetRid\nThe check implementation index will correspond to the implementation index of the check condition.\n"
|
|
31247
31529
|
} ]
|
|
31248
31530
|
}
|
|
31249
31531
|
}, {
|
|
@@ -31472,6 +31754,18 @@
|
|
|
31472
31754
|
}
|
|
31473
31755
|
},
|
|
31474
31756
|
"docs" : "Specifies the minimum amount of time that must pass before a check can recover from a failure.\nMinimum value is 15 seconds.\n"
|
|
31757
|
+
}, {
|
|
31758
|
+
"fieldName" : "autoCreateEvents",
|
|
31759
|
+
"type" : {
|
|
31760
|
+
"type" : "optional",
|
|
31761
|
+
"optional" : {
|
|
31762
|
+
"itemType" : {
|
|
31763
|
+
"type" : "primitive",
|
|
31764
|
+
"primitive" : "BOOLEAN"
|
|
31765
|
+
}
|
|
31766
|
+
}
|
|
31767
|
+
},
|
|
31768
|
+
"docs" : "The option to automatically create events for check status changes.\nIf true, events will be created when checks fail and recover.\nDefaults to false if not specified.\n"
|
|
31475
31769
|
} ]
|
|
31476
31770
|
}
|
|
31477
31771
|
}, {
|
|
@@ -37579,24 +37873,6 @@
|
|
|
37579
37873
|
}
|
|
37580
37874
|
} ]
|
|
37581
37875
|
}
|
|
37582
|
-
}, {
|
|
37583
|
-
"type" : "union",
|
|
37584
|
-
"union" : {
|
|
37585
|
-
"typeName" : {
|
|
37586
|
-
"name" : "BucketedGeoPlot",
|
|
37587
|
-
"package" : "io.nominal.scout.compute.api"
|
|
37588
|
-
},
|
|
37589
|
-
"union" : [ {
|
|
37590
|
-
"fieldName" : "timeBased",
|
|
37591
|
-
"type" : {
|
|
37592
|
-
"type" : "reference",
|
|
37593
|
-
"reference" : {
|
|
37594
|
-
"name" : "TimeBucketedGeoPlot",
|
|
37595
|
-
"package" : "io.nominal.scout.compute.api"
|
|
37596
|
-
}
|
|
37597
|
-
}
|
|
37598
|
-
} ]
|
|
37599
|
-
}
|
|
37600
37876
|
}, {
|
|
37601
37877
|
"type" : "object",
|
|
37602
37878
|
"object" : {
|
|
@@ -38296,15 +38572,6 @@
|
|
|
38296
38572
|
"package" : "io.nominal.scout.compute.api"
|
|
38297
38573
|
}
|
|
38298
38574
|
}
|
|
38299
|
-
}, {
|
|
38300
|
-
"fieldName" : "geo",
|
|
38301
|
-
"type" : {
|
|
38302
|
-
"type" : "reference",
|
|
38303
|
-
"reference" : {
|
|
38304
|
-
"name" : "SummarizeGeo",
|
|
38305
|
-
"package" : "io.nominal.scout.compute.api"
|
|
38306
|
-
}
|
|
38307
|
-
}
|
|
38308
38575
|
}, {
|
|
38309
38576
|
"fieldName" : "curve",
|
|
38310
38577
|
"type" : {
|
|
@@ -38693,15 +38960,6 @@
|
|
|
38693
38960
|
"package" : "io.nominal.scout.compute.api"
|
|
38694
38961
|
}
|
|
38695
38962
|
}
|
|
38696
|
-
}, {
|
|
38697
|
-
"fieldName" : "bucketedGeo",
|
|
38698
|
-
"type" : {
|
|
38699
|
-
"type" : "reference",
|
|
38700
|
-
"reference" : {
|
|
38701
|
-
"name" : "BucketedGeoPlot",
|
|
38702
|
-
"package" : "io.nominal.scout.compute.api"
|
|
38703
|
-
}
|
|
38704
|
-
}
|
|
38705
38963
|
}, {
|
|
38706
38964
|
"fieldName" : "frequencyDomain",
|
|
38707
38965
|
"type" : {
|
|
@@ -41440,155 +41698,6 @@
|
|
|
41440
41698
|
}
|
|
41441
41699
|
} ]
|
|
41442
41700
|
}
|
|
41443
|
-
}, {
|
|
41444
|
-
"type" : "union",
|
|
41445
|
-
"union" : {
|
|
41446
|
-
"typeName" : {
|
|
41447
|
-
"name" : "GeoPoint",
|
|
41448
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41449
|
-
},
|
|
41450
|
-
"union" : [ {
|
|
41451
|
-
"fieldName" : "latLong",
|
|
41452
|
-
"type" : {
|
|
41453
|
-
"type" : "reference",
|
|
41454
|
-
"reference" : {
|
|
41455
|
-
"name" : "LatLongPoint",
|
|
41456
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41457
|
-
}
|
|
41458
|
-
}
|
|
41459
|
-
} ],
|
|
41460
|
-
"docs" : "Represents a geographic point. Flexible to handle multiple types of geographic coordinate systems.\n"
|
|
41461
|
-
}
|
|
41462
|
-
}, {
|
|
41463
|
-
"type" : "object",
|
|
41464
|
-
"object" : {
|
|
41465
|
-
"typeName" : {
|
|
41466
|
-
"name" : "GeoPointWithTimestamp",
|
|
41467
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41468
|
-
},
|
|
41469
|
-
"fields" : [ {
|
|
41470
|
-
"fieldName" : "timestamp",
|
|
41471
|
-
"type" : {
|
|
41472
|
-
"type" : "reference",
|
|
41473
|
-
"reference" : {
|
|
41474
|
-
"name" : "Timestamp",
|
|
41475
|
-
"package" : "io.nominal.api"
|
|
41476
|
-
}
|
|
41477
|
-
}
|
|
41478
|
-
}, {
|
|
41479
|
-
"fieldName" : "value",
|
|
41480
|
-
"type" : {
|
|
41481
|
-
"type" : "reference",
|
|
41482
|
-
"reference" : {
|
|
41483
|
-
"name" : "GeoPoint",
|
|
41484
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41485
|
-
}
|
|
41486
|
-
}
|
|
41487
|
-
} ]
|
|
41488
|
-
}
|
|
41489
|
-
}, {
|
|
41490
|
-
"type" : "union",
|
|
41491
|
-
"union" : {
|
|
41492
|
-
"typeName" : {
|
|
41493
|
-
"name" : "GeoSeries",
|
|
41494
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41495
|
-
},
|
|
41496
|
-
"union" : [ {
|
|
41497
|
-
"fieldName" : "latLongGeoNode",
|
|
41498
|
-
"type" : {
|
|
41499
|
-
"type" : "reference",
|
|
41500
|
-
"reference" : {
|
|
41501
|
-
"name" : "LatLongGeo",
|
|
41502
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41503
|
-
}
|
|
41504
|
-
}
|
|
41505
|
-
} ]
|
|
41506
|
-
}
|
|
41507
|
-
}, {
|
|
41508
|
-
"type" : "union",
|
|
41509
|
-
"union" : {
|
|
41510
|
-
"typeName" : {
|
|
41511
|
-
"name" : "GeoSummaryStrategy",
|
|
41512
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41513
|
-
},
|
|
41514
|
-
"union" : [ {
|
|
41515
|
-
"fieldName" : "temporal",
|
|
41516
|
-
"type" : {
|
|
41517
|
-
"type" : "reference",
|
|
41518
|
-
"reference" : {
|
|
41519
|
-
"name" : "GeoTemporalSummary",
|
|
41520
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41521
|
-
}
|
|
41522
|
-
}
|
|
41523
|
-
} ]
|
|
41524
|
-
}
|
|
41525
|
-
}, {
|
|
41526
|
-
"type" : "object",
|
|
41527
|
-
"object" : {
|
|
41528
|
-
"typeName" : {
|
|
41529
|
-
"name" : "GeoTemporalSummary",
|
|
41530
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41531
|
-
},
|
|
41532
|
-
"fields" : [ {
|
|
41533
|
-
"fieldName" : "resolution",
|
|
41534
|
-
"type" : {
|
|
41535
|
-
"type" : "primitive",
|
|
41536
|
-
"primitive" : "SAFELONG"
|
|
41537
|
-
}
|
|
41538
|
-
} ]
|
|
41539
|
-
}
|
|
41540
|
-
}, {
|
|
41541
|
-
"type" : "object",
|
|
41542
|
-
"object" : {
|
|
41543
|
-
"typeName" : {
|
|
41544
|
-
"name" : "GeoTimeBucket",
|
|
41545
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41546
|
-
},
|
|
41547
|
-
"fields" : [ {
|
|
41548
|
-
"fieldName" : "mean",
|
|
41549
|
-
"type" : {
|
|
41550
|
-
"type" : "reference",
|
|
41551
|
-
"reference" : {
|
|
41552
|
-
"name" : "GeoPoint",
|
|
41553
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41554
|
-
}
|
|
41555
|
-
},
|
|
41556
|
-
"docs" : "The mean value of the GeoPoints in the bucket."
|
|
41557
|
-
}, {
|
|
41558
|
-
"fieldName" : "count",
|
|
41559
|
-
"type" : {
|
|
41560
|
-
"type" : "primitive",
|
|
41561
|
-
"primitive" : "SAFELONG"
|
|
41562
|
-
},
|
|
41563
|
-
"docs" : "The number of GeoPoints in the bucket."
|
|
41564
|
-
}, {
|
|
41565
|
-
"fieldName" : "firstPoint",
|
|
41566
|
-
"type" : {
|
|
41567
|
-
"type" : "reference",
|
|
41568
|
-
"reference" : {
|
|
41569
|
-
"name" : "GeoPointWithTimestamp",
|
|
41570
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41571
|
-
}
|
|
41572
|
-
},
|
|
41573
|
-
"docs" : "The first GeoPoint in the bucket."
|
|
41574
|
-
}, {
|
|
41575
|
-
"fieldName" : "lastPoint",
|
|
41576
|
-
"type" : {
|
|
41577
|
-
"type" : "optional",
|
|
41578
|
-
"optional" : {
|
|
41579
|
-
"itemType" : {
|
|
41580
|
-
"type" : "reference",
|
|
41581
|
-
"reference" : {
|
|
41582
|
-
"name" : "GeoPointWithTimestamp",
|
|
41583
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41584
|
-
}
|
|
41585
|
-
}
|
|
41586
|
-
}
|
|
41587
|
-
},
|
|
41588
|
-
"docs" : "The last GeoPoint in the bucket. Will be empty if the bucket only has a single point."
|
|
41589
|
-
} ],
|
|
41590
|
-
"docs" : "Summary of a time-based bucket of geo points."
|
|
41591
|
-
}
|
|
41592
41701
|
}, {
|
|
41593
41702
|
"type" : "object",
|
|
41594
41703
|
"object" : {
|
|
@@ -41868,76 +41977,6 @@
|
|
|
41868
41977
|
} ],
|
|
41869
41978
|
"docs" : "The FE should try to pass in inputs in the order in which they should be\nevaluated for optimization's sake. Alternatively, we can let the user select\npreconditions which they know to be cheaper to compute, which we will evaluate\nfirst.\n"
|
|
41870
41979
|
}
|
|
41871
|
-
}, {
|
|
41872
|
-
"type" : "object",
|
|
41873
|
-
"object" : {
|
|
41874
|
-
"typeName" : {
|
|
41875
|
-
"name" : "LatLongBounds",
|
|
41876
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41877
|
-
},
|
|
41878
|
-
"fields" : [ {
|
|
41879
|
-
"fieldName" : "southWest",
|
|
41880
|
-
"type" : {
|
|
41881
|
-
"type" : "reference",
|
|
41882
|
-
"reference" : {
|
|
41883
|
-
"name" : "LatLongPoint",
|
|
41884
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41885
|
-
}
|
|
41886
|
-
}
|
|
41887
|
-
}, {
|
|
41888
|
-
"fieldName" : "northEast",
|
|
41889
|
-
"type" : {
|
|
41890
|
-
"type" : "reference",
|
|
41891
|
-
"reference" : {
|
|
41892
|
-
"name" : "LatLongPoint",
|
|
41893
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41894
|
-
}
|
|
41895
|
-
}
|
|
41896
|
-
} ],
|
|
41897
|
-
"docs" : "The bounds of a lat long geographic area. Represented by the southwest and northeast corners \nof a rectangle, inclusive.\n"
|
|
41898
|
-
}
|
|
41899
|
-
}, {
|
|
41900
|
-
"type" : "object",
|
|
41901
|
-
"object" : {
|
|
41902
|
-
"typeName" : {
|
|
41903
|
-
"name" : "LatLongGeo",
|
|
41904
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41905
|
-
},
|
|
41906
|
-
"fields" : [ {
|
|
41907
|
-
"fieldName" : "latitude",
|
|
41908
|
-
"type" : {
|
|
41909
|
-
"type" : "reference",
|
|
41910
|
-
"reference" : {
|
|
41911
|
-
"name" : "NumericSeries",
|
|
41912
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41913
|
-
}
|
|
41914
|
-
}
|
|
41915
|
-
}, {
|
|
41916
|
-
"fieldName" : "longitude",
|
|
41917
|
-
"type" : {
|
|
41918
|
-
"type" : "reference",
|
|
41919
|
-
"reference" : {
|
|
41920
|
-
"name" : "NumericSeries",
|
|
41921
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41922
|
-
}
|
|
41923
|
-
}
|
|
41924
|
-
}, {
|
|
41925
|
-
"fieldName" : "bounds",
|
|
41926
|
-
"type" : {
|
|
41927
|
-
"type" : "optional",
|
|
41928
|
-
"optional" : {
|
|
41929
|
-
"itemType" : {
|
|
41930
|
-
"type" : "reference",
|
|
41931
|
-
"reference" : {
|
|
41932
|
-
"name" : "LatLongBounds",
|
|
41933
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41934
|
-
}
|
|
41935
|
-
}
|
|
41936
|
-
}
|
|
41937
|
-
}
|
|
41938
|
-
} ],
|
|
41939
|
-
"docs" : "A geo node derived from a lat and long series."
|
|
41940
|
-
}
|
|
41941
41980
|
}, {
|
|
41942
41981
|
"type" : "object",
|
|
41943
41982
|
"object" : {
|
|
@@ -46290,7 +46329,8 @@
|
|
|
46290
46329
|
}
|
|
46291
46330
|
}
|
|
46292
46331
|
}
|
|
46293
|
-
} ]
|
|
46332
|
+
} ],
|
|
46333
|
+
"docs" : "Deprecated and should not be created by clients. Use ChannelSeries instead.\n"
|
|
46294
46334
|
}
|
|
46295
46335
|
}, {
|
|
46296
46336
|
"type" : "object",
|
|
@@ -46988,33 +47028,6 @@
|
|
|
46988
47028
|
"docs" : "The strategy to use when summarizing the series. Only spatial decimation is supported.\n"
|
|
46989
47029
|
} ]
|
|
46990
47030
|
}
|
|
46991
|
-
}, {
|
|
46992
|
-
"type" : "object",
|
|
46993
|
-
"object" : {
|
|
46994
|
-
"typeName" : {
|
|
46995
|
-
"name" : "SummarizeGeo",
|
|
46996
|
-
"package" : "io.nominal.scout.compute.api"
|
|
46997
|
-
},
|
|
46998
|
-
"fields" : [ {
|
|
46999
|
-
"fieldName" : "input",
|
|
47000
|
-
"type" : {
|
|
47001
|
-
"type" : "reference",
|
|
47002
|
-
"reference" : {
|
|
47003
|
-
"name" : "GeoSeries",
|
|
47004
|
-
"package" : "io.nominal.scout.compute.api"
|
|
47005
|
-
}
|
|
47006
|
-
}
|
|
47007
|
-
}, {
|
|
47008
|
-
"fieldName" : "summaryStrategy",
|
|
47009
|
-
"type" : {
|
|
47010
|
-
"type" : "reference",
|
|
47011
|
-
"reference" : {
|
|
47012
|
-
"name" : "GeoSummaryStrategy",
|
|
47013
|
-
"package" : "io.nominal.scout.compute.api"
|
|
47014
|
-
}
|
|
47015
|
-
}
|
|
47016
|
-
} ]
|
|
47017
|
-
}
|
|
47018
47031
|
}, {
|
|
47019
47032
|
"type" : "object",
|
|
47020
47033
|
"object" : {
|
|
@@ -47386,44 +47399,6 @@
|
|
|
47386
47399
|
} ],
|
|
47387
47400
|
"docs" : "Produces a list of ranges for which the threshold condition is satisfied.\n"
|
|
47388
47401
|
}
|
|
47389
|
-
}, {
|
|
47390
|
-
"type" : "object",
|
|
47391
|
-
"object" : {
|
|
47392
|
-
"typeName" : {
|
|
47393
|
-
"name" : "TimeBucketedGeoPlot",
|
|
47394
|
-
"package" : "io.nominal.scout.compute.api"
|
|
47395
|
-
},
|
|
47396
|
-
"fields" : [ {
|
|
47397
|
-
"fieldName" : "timestamps",
|
|
47398
|
-
"type" : {
|
|
47399
|
-
"type" : "list",
|
|
47400
|
-
"list" : {
|
|
47401
|
-
"itemType" : {
|
|
47402
|
-
"type" : "reference",
|
|
47403
|
-
"reference" : {
|
|
47404
|
-
"name" : "Timestamp",
|
|
47405
|
-
"package" : "io.nominal.api"
|
|
47406
|
-
}
|
|
47407
|
-
}
|
|
47408
|
-
}
|
|
47409
|
-
},
|
|
47410
|
-
"docs" : "The end of the bucket, exclusive."
|
|
47411
|
-
}, {
|
|
47412
|
-
"fieldName" : "buckets",
|
|
47413
|
-
"type" : {
|
|
47414
|
-
"type" : "list",
|
|
47415
|
-
"list" : {
|
|
47416
|
-
"itemType" : {
|
|
47417
|
-
"type" : "reference",
|
|
47418
|
-
"reference" : {
|
|
47419
|
-
"name" : "GeoTimeBucket",
|
|
47420
|
-
"package" : "io.nominal.scout.compute.api"
|
|
47421
|
-
}
|
|
47422
|
-
}
|
|
47423
|
-
}
|
|
47424
|
-
}
|
|
47425
|
-
} ]
|
|
47426
|
-
}
|
|
47427
47402
|
}, {
|
|
47428
47403
|
"type" : "object",
|
|
47429
47404
|
"object" : {
|
|
@@ -48083,7 +48058,8 @@
|
|
|
48083
48058
|
"name" : "SeriesSpec",
|
|
48084
48059
|
"package" : "io.nominal.scout.compute.api"
|
|
48085
48060
|
}
|
|
48086
|
-
}
|
|
48061
|
+
},
|
|
48062
|
+
"deprecated" : "use channel instead"
|
|
48087
48063
|
}, {
|
|
48088
48064
|
"fieldName" : "string",
|
|
48089
48065
|
"type" : {
|
|
@@ -51362,57 +51338,6 @@
|
|
|
51362
51338
|
}
|
|
51363
51339
|
} ]
|
|
51364
51340
|
}
|
|
51365
|
-
}, {
|
|
51366
|
-
"type" : "union",
|
|
51367
|
-
"union" : {
|
|
51368
|
-
"typeName" : {
|
|
51369
|
-
"name" : "GeoNode",
|
|
51370
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51371
|
-
},
|
|
51372
|
-
"union" : [ {
|
|
51373
|
-
"fieldName" : "latLongGeoNode",
|
|
51374
|
-
"type" : {
|
|
51375
|
-
"type" : "reference",
|
|
51376
|
-
"reference" : {
|
|
51377
|
-
"name" : "LatLongGeoNode",
|
|
51378
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51379
|
-
}
|
|
51380
|
-
}
|
|
51381
|
-
} ]
|
|
51382
|
-
}
|
|
51383
|
-
}, {
|
|
51384
|
-
"type" : "union",
|
|
51385
|
-
"union" : {
|
|
51386
|
-
"typeName" : {
|
|
51387
|
-
"name" : "GeoNodeSummaryStrategy",
|
|
51388
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51389
|
-
},
|
|
51390
|
-
"union" : [ {
|
|
51391
|
-
"fieldName" : "temporal",
|
|
51392
|
-
"type" : {
|
|
51393
|
-
"type" : "reference",
|
|
51394
|
-
"reference" : {
|
|
51395
|
-
"name" : "GeoNodeTemporalSummary",
|
|
51396
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51397
|
-
}
|
|
51398
|
-
}
|
|
51399
|
-
} ]
|
|
51400
|
-
}
|
|
51401
|
-
}, {
|
|
51402
|
-
"type" : "object",
|
|
51403
|
-
"object" : {
|
|
51404
|
-
"typeName" : {
|
|
51405
|
-
"name" : "GeoNodeTemporalSummary",
|
|
51406
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51407
|
-
},
|
|
51408
|
-
"fields" : [ {
|
|
51409
|
-
"fieldName" : "resolution",
|
|
51410
|
-
"type" : {
|
|
51411
|
-
"type" : "primitive",
|
|
51412
|
-
"primitive" : "SAFELONG"
|
|
51413
|
-
}
|
|
51414
|
-
} ]
|
|
51415
|
-
}
|
|
51416
51341
|
}, {
|
|
51417
51342
|
"type" : "object",
|
|
51418
51343
|
"object" : {
|
|
@@ -51537,74 +51462,6 @@
|
|
|
51537
51462
|
}
|
|
51538
51463
|
} ]
|
|
51539
51464
|
}
|
|
51540
|
-
}, {
|
|
51541
|
-
"type" : "object",
|
|
51542
|
-
"object" : {
|
|
51543
|
-
"typeName" : {
|
|
51544
|
-
"name" : "LatLongBounds",
|
|
51545
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51546
|
-
},
|
|
51547
|
-
"fields" : [ {
|
|
51548
|
-
"fieldName" : "southWest",
|
|
51549
|
-
"type" : {
|
|
51550
|
-
"type" : "reference",
|
|
51551
|
-
"reference" : {
|
|
51552
|
-
"name" : "LatLongPoint",
|
|
51553
|
-
"package" : "io.nominal.scout.compute.api"
|
|
51554
|
-
}
|
|
51555
|
-
}
|
|
51556
|
-
}, {
|
|
51557
|
-
"fieldName" : "northEast",
|
|
51558
|
-
"type" : {
|
|
51559
|
-
"type" : "reference",
|
|
51560
|
-
"reference" : {
|
|
51561
|
-
"name" : "LatLongPoint",
|
|
51562
|
-
"package" : "io.nominal.scout.compute.api"
|
|
51563
|
-
}
|
|
51564
|
-
}
|
|
51565
|
-
} ]
|
|
51566
|
-
}
|
|
51567
|
-
}, {
|
|
51568
|
-
"type" : "object",
|
|
51569
|
-
"object" : {
|
|
51570
|
-
"typeName" : {
|
|
51571
|
-
"name" : "LatLongGeoNode",
|
|
51572
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51573
|
-
},
|
|
51574
|
-
"fields" : [ {
|
|
51575
|
-
"fieldName" : "latitude",
|
|
51576
|
-
"type" : {
|
|
51577
|
-
"type" : "reference",
|
|
51578
|
-
"reference" : {
|
|
51579
|
-
"name" : "NumericSeriesNode",
|
|
51580
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51581
|
-
}
|
|
51582
|
-
}
|
|
51583
|
-
}, {
|
|
51584
|
-
"fieldName" : "longitude",
|
|
51585
|
-
"type" : {
|
|
51586
|
-
"type" : "reference",
|
|
51587
|
-
"reference" : {
|
|
51588
|
-
"name" : "NumericSeriesNode",
|
|
51589
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51590
|
-
}
|
|
51591
|
-
}
|
|
51592
|
-
}, {
|
|
51593
|
-
"fieldName" : "bounds",
|
|
51594
|
-
"type" : {
|
|
51595
|
-
"type" : "optional",
|
|
51596
|
-
"optional" : {
|
|
51597
|
-
"itemType" : {
|
|
51598
|
-
"type" : "reference",
|
|
51599
|
-
"reference" : {
|
|
51600
|
-
"name" : "LatLongBounds",
|
|
51601
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51602
|
-
}
|
|
51603
|
-
}
|
|
51604
|
-
}
|
|
51605
|
-
}
|
|
51606
|
-
} ]
|
|
51607
|
-
}
|
|
51608
51465
|
}, {
|
|
51609
51466
|
"type" : "object",
|
|
51610
51467
|
"object" : {
|
|
@@ -53533,15 +53390,6 @@
|
|
|
53533
53390
|
"package" : "io.nominal.scout.compute.resolved.api"
|
|
53534
53391
|
}
|
|
53535
53392
|
}
|
|
53536
|
-
}, {
|
|
53537
|
-
"fieldName" : "geo",
|
|
53538
|
-
"type" : {
|
|
53539
|
-
"type" : "reference",
|
|
53540
|
-
"reference" : {
|
|
53541
|
-
"name" : "SummarizeGeoNode",
|
|
53542
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
53543
|
-
}
|
|
53544
|
-
}
|
|
53545
53393
|
}, {
|
|
53546
53394
|
"fieldName" : "curve",
|
|
53547
53395
|
"type" : {
|
|
@@ -54420,33 +54268,6 @@
|
|
|
54420
54268
|
}
|
|
54421
54269
|
} ]
|
|
54422
54270
|
}
|
|
54423
|
-
}, {
|
|
54424
|
-
"type" : "object",
|
|
54425
|
-
"object" : {
|
|
54426
|
-
"typeName" : {
|
|
54427
|
-
"name" : "SummarizeGeoNode",
|
|
54428
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
54429
|
-
},
|
|
54430
|
-
"fields" : [ {
|
|
54431
|
-
"fieldName" : "input",
|
|
54432
|
-
"type" : {
|
|
54433
|
-
"type" : "reference",
|
|
54434
|
-
"reference" : {
|
|
54435
|
-
"name" : "GeoNode",
|
|
54436
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
54437
|
-
}
|
|
54438
|
-
}
|
|
54439
|
-
}, {
|
|
54440
|
-
"fieldName" : "summaryStrategy",
|
|
54441
|
-
"type" : {
|
|
54442
|
-
"type" : "reference",
|
|
54443
|
-
"reference" : {
|
|
54444
|
-
"name" : "GeoNodeSummaryStrategy",
|
|
54445
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
54446
|
-
}
|
|
54447
|
-
}
|
|
54448
|
-
} ]
|
|
54449
|
-
}
|
|
54450
54271
|
}, {
|
|
54451
54272
|
"type" : "object",
|
|
54452
54273
|
"object" : {
|
|
@@ -59915,6 +59736,43 @@
|
|
|
59915
59736
|
}
|
|
59916
59737
|
} ]
|
|
59917
59738
|
}
|
|
59739
|
+
}, {
|
|
59740
|
+
"type" : "object",
|
|
59741
|
+
"object" : {
|
|
59742
|
+
"typeName" : {
|
|
59743
|
+
"name" : "ListConnectionsResponse",
|
|
59744
|
+
"package" : "io.nominal.scout.datasource.connection.api"
|
|
59745
|
+
},
|
|
59746
|
+
"fields" : [ {
|
|
59747
|
+
"fieldName" : "connections",
|
|
59748
|
+
"type" : {
|
|
59749
|
+
"type" : "list",
|
|
59750
|
+
"list" : {
|
|
59751
|
+
"itemType" : {
|
|
59752
|
+
"type" : "reference",
|
|
59753
|
+
"reference" : {
|
|
59754
|
+
"name" : "Connection",
|
|
59755
|
+
"package" : "io.nominal.scout.datasource.connection.api"
|
|
59756
|
+
}
|
|
59757
|
+
}
|
|
59758
|
+
}
|
|
59759
|
+
}
|
|
59760
|
+
}, {
|
|
59761
|
+
"fieldName" : "nextPageToken",
|
|
59762
|
+
"type" : {
|
|
59763
|
+
"type" : "optional",
|
|
59764
|
+
"optional" : {
|
|
59765
|
+
"itemType" : {
|
|
59766
|
+
"type" : "reference",
|
|
59767
|
+
"reference" : {
|
|
59768
|
+
"name" : "Token",
|
|
59769
|
+
"package" : "io.nominal.api"
|
|
59770
|
+
}
|
|
59771
|
+
}
|
|
59772
|
+
}
|
|
59773
|
+
}
|
|
59774
|
+
} ]
|
|
59775
|
+
}
|
|
59918
59776
|
}, {
|
|
59919
59777
|
"type" : "alias",
|
|
59920
59778
|
"alias" : {
|
|
@@ -61020,6 +60878,137 @@
|
|
|
61020
60878
|
"docs" : "The resources to set as the user's favorites. Note that the provided list will overwrite \nall the user's previous favorites.\n"
|
|
61021
60879
|
} ]
|
|
61022
60880
|
}
|
|
60881
|
+
}, {
|
|
60882
|
+
"type" : "object",
|
|
60883
|
+
"object" : {
|
|
60884
|
+
"typeName" : {
|
|
60885
|
+
"name" : "AlertMessageFields",
|
|
60886
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
60887
|
+
},
|
|
60888
|
+
"fields" : [ {
|
|
60889
|
+
"fieldName" : "assetTitle",
|
|
60890
|
+
"type" : {
|
|
60891
|
+
"type" : "primitive",
|
|
60892
|
+
"primitive" : "STRING"
|
|
60893
|
+
}
|
|
60894
|
+
}, {
|
|
60895
|
+
"fieldName" : "checkTitle",
|
|
60896
|
+
"type" : {
|
|
60897
|
+
"type" : "primitive",
|
|
60898
|
+
"primitive" : "STRING"
|
|
60899
|
+
}
|
|
60900
|
+
}, {
|
|
60901
|
+
"fieldName" : "checkDescription",
|
|
60902
|
+
"type" : {
|
|
60903
|
+
"type" : "primitive",
|
|
60904
|
+
"primitive" : "STRING"
|
|
60905
|
+
}
|
|
60906
|
+
}, {
|
|
60907
|
+
"fieldName" : "checklistTitle",
|
|
60908
|
+
"type" : {
|
|
60909
|
+
"type" : "primitive",
|
|
60910
|
+
"primitive" : "STRING"
|
|
60911
|
+
}
|
|
60912
|
+
}, {
|
|
60913
|
+
"fieldName" : "assetRid",
|
|
60914
|
+
"type" : {
|
|
60915
|
+
"type" : "reference",
|
|
60916
|
+
"reference" : {
|
|
60917
|
+
"name" : "AssetRid",
|
|
60918
|
+
"package" : "io.nominal.scout.rids.api"
|
|
60919
|
+
}
|
|
60920
|
+
}
|
|
60921
|
+
}, {
|
|
60922
|
+
"fieldName" : "checkLineageRid",
|
|
60923
|
+
"type" : {
|
|
60924
|
+
"type" : "reference",
|
|
60925
|
+
"reference" : {
|
|
60926
|
+
"name" : "CheckLineageRid",
|
|
60927
|
+
"package" : "io.nominal.scout.rids.api"
|
|
60928
|
+
}
|
|
60929
|
+
}
|
|
60930
|
+
}, {
|
|
60931
|
+
"fieldName" : "workbookUrl",
|
|
60932
|
+
"type" : {
|
|
60933
|
+
"type" : "optional",
|
|
60934
|
+
"optional" : {
|
|
60935
|
+
"itemType" : {
|
|
60936
|
+
"type" : "primitive",
|
|
60937
|
+
"primitive" : "STRING"
|
|
60938
|
+
}
|
|
60939
|
+
}
|
|
60940
|
+
},
|
|
60941
|
+
"docs" : "Appended to the end of the message as a button (if supported) or as a text hyperlink."
|
|
60942
|
+
}, {
|
|
60943
|
+
"fieldName" : "alertUrl",
|
|
60944
|
+
"type" : {
|
|
60945
|
+
"type" : "optional",
|
|
60946
|
+
"optional" : {
|
|
60947
|
+
"itemType" : {
|
|
60948
|
+
"type" : "primitive",
|
|
60949
|
+
"primitive" : "STRING"
|
|
60950
|
+
}
|
|
60951
|
+
}
|
|
60952
|
+
},
|
|
60953
|
+
"docs" : "Appended to the end of the message as a button (if supported) or as a text hyperlink."
|
|
60954
|
+
}, {
|
|
60955
|
+
"fieldName" : "eventType",
|
|
60956
|
+
"type" : {
|
|
60957
|
+
"type" : "reference",
|
|
60958
|
+
"reference" : {
|
|
60959
|
+
"name" : "EventType",
|
|
60960
|
+
"package" : "io.nominal.event"
|
|
60961
|
+
}
|
|
60962
|
+
},
|
|
60963
|
+
"docs" : "Will be prefixed in title and indicated by an icon."
|
|
60964
|
+
}, {
|
|
60965
|
+
"fieldName" : "priority",
|
|
60966
|
+
"type" : {
|
|
60967
|
+
"type" : "reference",
|
|
60968
|
+
"reference" : {
|
|
60969
|
+
"name" : "Priority",
|
|
60970
|
+
"package" : "io.nominal.scout.api"
|
|
60971
|
+
}
|
|
60972
|
+
}
|
|
60973
|
+
}, {
|
|
60974
|
+
"fieldName" : "labels",
|
|
60975
|
+
"type" : {
|
|
60976
|
+
"type" : "list",
|
|
60977
|
+
"list" : {
|
|
60978
|
+
"itemType" : {
|
|
60979
|
+
"type" : "primitive",
|
|
60980
|
+
"primitive" : "STRING"
|
|
60981
|
+
}
|
|
60982
|
+
}
|
|
60983
|
+
},
|
|
60984
|
+
"docs" : "Currently exposed as 'tags' on the frontend to match Opsgenie naming. Used by some integrations to filter/route messages."
|
|
60985
|
+
}, {
|
|
60986
|
+
"fieldName" : "alertType",
|
|
60987
|
+
"type" : {
|
|
60988
|
+
"type" : "reference",
|
|
60989
|
+
"reference" : {
|
|
60990
|
+
"name" : "AlertType",
|
|
60991
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
60992
|
+
}
|
|
60993
|
+
},
|
|
60994
|
+
"docs" : "Determines execution status of the alert, between success, failure, and execution error."
|
|
60995
|
+
} ]
|
|
60996
|
+
}
|
|
60997
|
+
}, {
|
|
60998
|
+
"type" : "enum",
|
|
60999
|
+
"enum" : {
|
|
61000
|
+
"typeName" : {
|
|
61001
|
+
"name" : "AlertType",
|
|
61002
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61003
|
+
},
|
|
61004
|
+
"values" : [ {
|
|
61005
|
+
"value" : "INVALID"
|
|
61006
|
+
}, {
|
|
61007
|
+
"value" : "FAILURE"
|
|
61008
|
+
}, {
|
|
61009
|
+
"value" : "RECOVERY"
|
|
61010
|
+
} ]
|
|
61011
|
+
}
|
|
61023
61012
|
}, {
|
|
61024
61013
|
"type" : "union",
|
|
61025
61014
|
"union" : {
|
|
@@ -61045,6 +61034,24 @@
|
|
|
61045
61034
|
"package" : "io.nominal.scout.integrations.api"
|
|
61046
61035
|
}
|
|
61047
61036
|
}
|
|
61037
|
+
}, {
|
|
61038
|
+
"fieldName" : "createTeamsWebhookIntegrationDetails",
|
|
61039
|
+
"type" : {
|
|
61040
|
+
"type" : "reference",
|
|
61041
|
+
"reference" : {
|
|
61042
|
+
"name" : "CreateTeamsWebhookIntegrationDetails",
|
|
61043
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61044
|
+
}
|
|
61045
|
+
}
|
|
61046
|
+
}, {
|
|
61047
|
+
"fieldName" : "createPagerDutyIntegrationDetails",
|
|
61048
|
+
"type" : {
|
|
61049
|
+
"type" : "reference",
|
|
61050
|
+
"reference" : {
|
|
61051
|
+
"name" : "CreatePagerDutyIntegrationDetails",
|
|
61052
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61053
|
+
}
|
|
61054
|
+
}
|
|
61048
61055
|
} ]
|
|
61049
61056
|
}
|
|
61050
61057
|
}, {
|
|
@@ -61121,6 +61128,21 @@
|
|
|
61121
61128
|
}
|
|
61122
61129
|
} ]
|
|
61123
61130
|
}
|
|
61131
|
+
}, {
|
|
61132
|
+
"type" : "object",
|
|
61133
|
+
"object" : {
|
|
61134
|
+
"typeName" : {
|
|
61135
|
+
"name" : "CreatePagerDutyIntegrationDetails",
|
|
61136
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61137
|
+
},
|
|
61138
|
+
"fields" : [ {
|
|
61139
|
+
"fieldName" : "routingKey",
|
|
61140
|
+
"type" : {
|
|
61141
|
+
"type" : "primitive",
|
|
61142
|
+
"primitive" : "STRING"
|
|
61143
|
+
}
|
|
61144
|
+
} ]
|
|
61145
|
+
}
|
|
61124
61146
|
}, {
|
|
61125
61147
|
"type" : "object",
|
|
61126
61148
|
"object" : {
|
|
@@ -61136,6 +61158,21 @@
|
|
|
61136
61158
|
}
|
|
61137
61159
|
} ]
|
|
61138
61160
|
}
|
|
61161
|
+
}, {
|
|
61162
|
+
"type" : "object",
|
|
61163
|
+
"object" : {
|
|
61164
|
+
"typeName" : {
|
|
61165
|
+
"name" : "CreateTeamsWebhookIntegrationDetails",
|
|
61166
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61167
|
+
},
|
|
61168
|
+
"fields" : [ {
|
|
61169
|
+
"fieldName" : "webhook",
|
|
61170
|
+
"type" : {
|
|
61171
|
+
"type" : "primitive",
|
|
61172
|
+
"primitive" : "STRING"
|
|
61173
|
+
}
|
|
61174
|
+
} ]
|
|
61175
|
+
}
|
|
61139
61176
|
}, {
|
|
61140
61177
|
"type" : "object",
|
|
61141
61178
|
"object" : {
|
|
@@ -61248,6 +61285,24 @@
|
|
|
61248
61285
|
"package" : "io.nominal.scout.integrations.api"
|
|
61249
61286
|
}
|
|
61250
61287
|
}
|
|
61288
|
+
}, {
|
|
61289
|
+
"fieldName" : "teamsWebhookIntegration",
|
|
61290
|
+
"type" : {
|
|
61291
|
+
"type" : "reference",
|
|
61292
|
+
"reference" : {
|
|
61293
|
+
"name" : "TeamsWebhookIntegration",
|
|
61294
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61295
|
+
}
|
|
61296
|
+
}
|
|
61297
|
+
}, {
|
|
61298
|
+
"fieldName" : "pagerDutyIntegration",
|
|
61299
|
+
"type" : {
|
|
61300
|
+
"type" : "reference",
|
|
61301
|
+
"reference" : {
|
|
61302
|
+
"name" : "PagerDutyIntegration",
|
|
61303
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61304
|
+
}
|
|
61305
|
+
}
|
|
61251
61306
|
} ]
|
|
61252
61307
|
}
|
|
61253
61308
|
}, {
|
|
@@ -61262,6 +61317,60 @@
|
|
|
61262
61317
|
"primitive" : "RID"
|
|
61263
61318
|
}
|
|
61264
61319
|
}
|
|
61320
|
+
}, {
|
|
61321
|
+
"type" : "object",
|
|
61322
|
+
"object" : {
|
|
61323
|
+
"typeName" : {
|
|
61324
|
+
"name" : "InternalSendMessageRequest",
|
|
61325
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61326
|
+
},
|
|
61327
|
+
"fields" : [ {
|
|
61328
|
+
"fieldName" : "integrationRid",
|
|
61329
|
+
"type" : {
|
|
61330
|
+
"type" : "reference",
|
|
61331
|
+
"reference" : {
|
|
61332
|
+
"name" : "IntegrationRid",
|
|
61333
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61334
|
+
}
|
|
61335
|
+
}
|
|
61336
|
+
}, {
|
|
61337
|
+
"fieldName" : "message",
|
|
61338
|
+
"type" : {
|
|
61339
|
+
"type" : "reference",
|
|
61340
|
+
"reference" : {
|
|
61341
|
+
"name" : "MessageFields",
|
|
61342
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61343
|
+
}
|
|
61344
|
+
}
|
|
61345
|
+
} ]
|
|
61346
|
+
}
|
|
61347
|
+
}, {
|
|
61348
|
+
"type" : "union",
|
|
61349
|
+
"union" : {
|
|
61350
|
+
"typeName" : {
|
|
61351
|
+
"name" : "MessageFields",
|
|
61352
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61353
|
+
},
|
|
61354
|
+
"union" : [ {
|
|
61355
|
+
"fieldName" : "alert",
|
|
61356
|
+
"type" : {
|
|
61357
|
+
"type" : "reference",
|
|
61358
|
+
"reference" : {
|
|
61359
|
+
"name" : "AlertMessageFields",
|
|
61360
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61361
|
+
}
|
|
61362
|
+
}
|
|
61363
|
+
}, {
|
|
61364
|
+
"fieldName" : "resolutionError",
|
|
61365
|
+
"type" : {
|
|
61366
|
+
"type" : "reference",
|
|
61367
|
+
"reference" : {
|
|
61368
|
+
"name" : "ResolutionFailureMessageFields",
|
|
61369
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61370
|
+
}
|
|
61371
|
+
}
|
|
61372
|
+
} ]
|
|
61373
|
+
}
|
|
61265
61374
|
}, {
|
|
61266
61375
|
"type" : "object",
|
|
61267
61376
|
"object" : {
|
|
@@ -61372,6 +61481,78 @@
|
|
|
61372
61481
|
} ],
|
|
61373
61482
|
"docs" : "Opsgenie region for the account linked to the provided API key.\n"
|
|
61374
61483
|
}
|
|
61484
|
+
}, {
|
|
61485
|
+
"type" : "object",
|
|
61486
|
+
"object" : {
|
|
61487
|
+
"typeName" : {
|
|
61488
|
+
"name" : "PagerDutyIntegration",
|
|
61489
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61490
|
+
},
|
|
61491
|
+
"fields" : [ ]
|
|
61492
|
+
}
|
|
61493
|
+
}, {
|
|
61494
|
+
"type" : "object",
|
|
61495
|
+
"object" : {
|
|
61496
|
+
"typeName" : {
|
|
61497
|
+
"name" : "ResolutionFailureMessageFields",
|
|
61498
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61499
|
+
},
|
|
61500
|
+
"fields" : [ {
|
|
61501
|
+
"fieldName" : "checklistTitle",
|
|
61502
|
+
"type" : {
|
|
61503
|
+
"type" : "primitive",
|
|
61504
|
+
"primitive" : "STRING"
|
|
61505
|
+
}
|
|
61506
|
+
}, {
|
|
61507
|
+
"fieldName" : "assetTitle",
|
|
61508
|
+
"type" : {
|
|
61509
|
+
"type" : "primitive",
|
|
61510
|
+
"primitive" : "STRING"
|
|
61511
|
+
}
|
|
61512
|
+
}, {
|
|
61513
|
+
"fieldName" : "checklistRid",
|
|
61514
|
+
"type" : {
|
|
61515
|
+
"type" : "reference",
|
|
61516
|
+
"reference" : {
|
|
61517
|
+
"name" : "ChecklistRid",
|
|
61518
|
+
"package" : "io.nominal.scout.rids.api"
|
|
61519
|
+
}
|
|
61520
|
+
}
|
|
61521
|
+
}, {
|
|
61522
|
+
"fieldName" : "assetRid",
|
|
61523
|
+
"type" : {
|
|
61524
|
+
"type" : "reference",
|
|
61525
|
+
"reference" : {
|
|
61526
|
+
"name" : "AssetRid",
|
|
61527
|
+
"package" : "io.nominal.scout.rids.api"
|
|
61528
|
+
}
|
|
61529
|
+
}
|
|
61530
|
+
}, {
|
|
61531
|
+
"fieldName" : "unresolvedChecks",
|
|
61532
|
+
"type" : {
|
|
61533
|
+
"type" : "primitive",
|
|
61534
|
+
"primitive" : "INTEGER"
|
|
61535
|
+
}
|
|
61536
|
+
}, {
|
|
61537
|
+
"fieldName" : "totalChecks",
|
|
61538
|
+
"type" : {
|
|
61539
|
+
"type" : "primitive",
|
|
61540
|
+
"primitive" : "INTEGER"
|
|
61541
|
+
}
|
|
61542
|
+
}, {
|
|
61543
|
+
"fieldName" : "labels",
|
|
61544
|
+
"type" : {
|
|
61545
|
+
"type" : "list",
|
|
61546
|
+
"list" : {
|
|
61547
|
+
"itemType" : {
|
|
61548
|
+
"type" : "primitive",
|
|
61549
|
+
"primitive" : "STRING"
|
|
61550
|
+
}
|
|
61551
|
+
}
|
|
61552
|
+
},
|
|
61553
|
+
"docs" : "Currently exposed as 'tags' on the frontend to match Opsgenie naming. Used by some integrations to filter/route messages."
|
|
61554
|
+
} ]
|
|
61555
|
+
}
|
|
61375
61556
|
}, {
|
|
61376
61557
|
"type" : "object",
|
|
61377
61558
|
"object" : {
|
|
@@ -61509,6 +61690,15 @@
|
|
|
61509
61690
|
}
|
|
61510
61691
|
} ]
|
|
61511
61692
|
}
|
|
61693
|
+
}, {
|
|
61694
|
+
"type" : "object",
|
|
61695
|
+
"object" : {
|
|
61696
|
+
"typeName" : {
|
|
61697
|
+
"name" : "TeamsWebhookIntegration",
|
|
61698
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61699
|
+
},
|
|
61700
|
+
"fields" : [ ]
|
|
61701
|
+
}
|
|
61512
61702
|
}, {
|
|
61513
61703
|
"type" : "union",
|
|
61514
61704
|
"union" : {
|
|
@@ -61534,6 +61724,24 @@
|
|
|
61534
61724
|
"package" : "io.nominal.scout.integrations.api"
|
|
61535
61725
|
}
|
|
61536
61726
|
}
|
|
61727
|
+
}, {
|
|
61728
|
+
"fieldName" : "teamsWebhook",
|
|
61729
|
+
"type" : {
|
|
61730
|
+
"type" : "reference",
|
|
61731
|
+
"reference" : {
|
|
61732
|
+
"name" : "UpdateTeamsWebhookIntegrationDetails",
|
|
61733
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61734
|
+
}
|
|
61735
|
+
}
|
|
61736
|
+
}, {
|
|
61737
|
+
"fieldName" : "pagerDuty",
|
|
61738
|
+
"type" : {
|
|
61739
|
+
"type" : "reference",
|
|
61740
|
+
"reference" : {
|
|
61741
|
+
"name" : "UpdatePagerDutyIntegrationDetails",
|
|
61742
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61743
|
+
}
|
|
61744
|
+
}
|
|
61537
61745
|
} ]
|
|
61538
61746
|
}
|
|
61539
61747
|
}, {
|
|
@@ -61610,6 +61818,21 @@
|
|
|
61610
61818
|
}
|
|
61611
61819
|
} ]
|
|
61612
61820
|
}
|
|
61821
|
+
}, {
|
|
61822
|
+
"type" : "object",
|
|
61823
|
+
"object" : {
|
|
61824
|
+
"typeName" : {
|
|
61825
|
+
"name" : "UpdatePagerDutyIntegrationDetails",
|
|
61826
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61827
|
+
},
|
|
61828
|
+
"fields" : [ {
|
|
61829
|
+
"fieldName" : "routingKey",
|
|
61830
|
+
"type" : {
|
|
61831
|
+
"type" : "primitive",
|
|
61832
|
+
"primitive" : "STRING"
|
|
61833
|
+
}
|
|
61834
|
+
} ]
|
|
61835
|
+
}
|
|
61613
61836
|
}, {
|
|
61614
61837
|
"type" : "object",
|
|
61615
61838
|
"object" : {
|
|
@@ -61625,6 +61848,21 @@
|
|
|
61625
61848
|
}
|
|
61626
61849
|
} ]
|
|
61627
61850
|
}
|
|
61851
|
+
}, {
|
|
61852
|
+
"type" : "object",
|
|
61853
|
+
"object" : {
|
|
61854
|
+
"typeName" : {
|
|
61855
|
+
"name" : "UpdateTeamsWebhookIntegrationDetails",
|
|
61856
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61857
|
+
},
|
|
61858
|
+
"fields" : [ {
|
|
61859
|
+
"fieldName" : "webhook",
|
|
61860
|
+
"type" : {
|
|
61861
|
+
"type" : "primitive",
|
|
61862
|
+
"primitive" : "STRING"
|
|
61863
|
+
}
|
|
61864
|
+
} ]
|
|
61865
|
+
}
|
|
61628
61866
|
}, {
|
|
61629
61867
|
"type" : "object",
|
|
61630
61868
|
"object" : {
|
|
@@ -63262,6 +63500,18 @@
|
|
|
63262
63500
|
"type" : "primitive",
|
|
63263
63501
|
"primitive" : "DATETIME"
|
|
63264
63502
|
}
|
|
63503
|
+
}, {
|
|
63504
|
+
"fieldName" : "updatedAt",
|
|
63505
|
+
"type" : {
|
|
63506
|
+
"type" : "optional",
|
|
63507
|
+
"optional" : {
|
|
63508
|
+
"itemType" : {
|
|
63509
|
+
"type" : "primitive",
|
|
63510
|
+
"primitive" : "DATETIME"
|
|
63511
|
+
}
|
|
63512
|
+
}
|
|
63513
|
+
},
|
|
63514
|
+
"docs" : "The timestamp when the workbook was last updated"
|
|
63265
63515
|
}, {
|
|
63266
63516
|
"fieldName" : "properties",
|
|
63267
63517
|
"type" : {
|
|
@@ -67559,8 +67809,17 @@
|
|
|
67559
67809
|
"type" : {
|
|
67560
67810
|
"type" : "reference",
|
|
67561
67811
|
"reference" : {
|
|
67562
|
-
"name" : "
|
|
67563
|
-
"package" : "io.nominal.scout.
|
|
67812
|
+
"name" : "CustomTimeframeFilter",
|
|
67813
|
+
"package" : "io.nominal.scout.run.api"
|
|
67814
|
+
}
|
|
67815
|
+
}
|
|
67816
|
+
}, {
|
|
67817
|
+
"fieldName" : "preset",
|
|
67818
|
+
"type" : {
|
|
67819
|
+
"type" : "reference",
|
|
67820
|
+
"reference" : {
|
|
67821
|
+
"name" : "PresetTimeframeFilter",
|
|
67822
|
+
"package" : "io.nominal.scout.run.api"
|
|
67564
67823
|
}
|
|
67565
67824
|
}
|
|
67566
67825
|
} ]
|
|
@@ -67843,43 +68102,6 @@
|
|
|
67843
68102
|
}
|
|
67844
68103
|
} ]
|
|
67845
68104
|
}
|
|
67846
|
-
}, {
|
|
67847
|
-
"type" : "object",
|
|
67848
|
-
"object" : {
|
|
67849
|
-
"typeName" : {
|
|
67850
|
-
"name" : "CustomTimeRange",
|
|
67851
|
-
"package" : "io.nominal.scout.savedviews.api"
|
|
67852
|
-
},
|
|
67853
|
-
"fields" : [ {
|
|
67854
|
-
"fieldName" : "startTime",
|
|
67855
|
-
"type" : {
|
|
67856
|
-
"type" : "optional",
|
|
67857
|
-
"optional" : {
|
|
67858
|
-
"itemType" : {
|
|
67859
|
-
"type" : "reference",
|
|
67860
|
-
"reference" : {
|
|
67861
|
-
"name" : "UtcTimestamp",
|
|
67862
|
-
"package" : "io.nominal.scout.run.api"
|
|
67863
|
-
}
|
|
67864
|
-
}
|
|
67865
|
-
}
|
|
67866
|
-
}
|
|
67867
|
-
}, {
|
|
67868
|
-
"fieldName" : "endTime",
|
|
67869
|
-
"type" : {
|
|
67870
|
-
"type" : "optional",
|
|
67871
|
-
"optional" : {
|
|
67872
|
-
"itemType" : {
|
|
67873
|
-
"type" : "reference",
|
|
67874
|
-
"reference" : {
|
|
67875
|
-
"name" : "UtcTimestamp",
|
|
67876
|
-
"package" : "io.nominal.scout.run.api"
|
|
67877
|
-
}
|
|
67878
|
-
}
|
|
67879
|
-
}
|
|
67880
|
-
}
|
|
67881
|
-
} ]
|
|
67882
|
-
}
|
|
67883
68105
|
}, {
|
|
67884
68106
|
"type" : "union",
|
|
67885
68107
|
"union" : {
|
|
@@ -71275,6 +71497,34 @@
|
|
|
71275
71497
|
}
|
|
71276
71498
|
} ]
|
|
71277
71499
|
}
|
|
71500
|
+
}, {
|
|
71501
|
+
"type" : "object",
|
|
71502
|
+
"object" : {
|
|
71503
|
+
"typeName" : {
|
|
71504
|
+
"name" : "GetPlaylistInBoundsForChannelRequest",
|
|
71505
|
+
"package" : "io.nominal.scout.video.api"
|
|
71506
|
+
},
|
|
71507
|
+
"fields" : [ {
|
|
71508
|
+
"fieldName" : "channelSeries",
|
|
71509
|
+
"type" : {
|
|
71510
|
+
"type" : "reference",
|
|
71511
|
+
"reference" : {
|
|
71512
|
+
"name" : "VideoChannelSeries",
|
|
71513
|
+
"package" : "io.nominal.scout.video.api"
|
|
71514
|
+
}
|
|
71515
|
+
}
|
|
71516
|
+
}, {
|
|
71517
|
+
"fieldName" : "bounds",
|
|
71518
|
+
"type" : {
|
|
71519
|
+
"type" : "reference",
|
|
71520
|
+
"reference" : {
|
|
71521
|
+
"name" : "Bounds",
|
|
71522
|
+
"package" : "io.nominal.scout.video.api"
|
|
71523
|
+
}
|
|
71524
|
+
}
|
|
71525
|
+
} ],
|
|
71526
|
+
"docs" : "Request to get playlist for a video channel series.\nUses channel + tags to resolve to video series metadata within the specified video.\n"
|
|
71527
|
+
}
|
|
71278
71528
|
}, {
|
|
71279
71529
|
"type" : "object",
|
|
71280
71530
|
"object" : {
|
|
@@ -71331,6 +71581,34 @@
|
|
|
71331
71581
|
"docs" : "The start of the view range used to dynamically calculate media timestamps. The first segment with an \noverlap with the time bounds will have its minimum media timestamp set to 0, with every subsequent\nsegment building media time cumulatively from that offset. This will determine the starting media\ntimestamp of the returned segment. The view range should be the same as the one requested to get the\nplaylist and segment summaries.\n"
|
|
71332
71582
|
} ]
|
|
71333
71583
|
}
|
|
71584
|
+
}, {
|
|
71585
|
+
"type" : "object",
|
|
71586
|
+
"object" : {
|
|
71587
|
+
"typeName" : {
|
|
71588
|
+
"name" : "GetSegmentSummariesInBoundsForChannelRequest",
|
|
71589
|
+
"package" : "io.nominal.scout.video.api"
|
|
71590
|
+
},
|
|
71591
|
+
"fields" : [ {
|
|
71592
|
+
"fieldName" : "channelSeries",
|
|
71593
|
+
"type" : {
|
|
71594
|
+
"type" : "reference",
|
|
71595
|
+
"reference" : {
|
|
71596
|
+
"name" : "VideoChannelSeries",
|
|
71597
|
+
"package" : "io.nominal.scout.video.api"
|
|
71598
|
+
}
|
|
71599
|
+
}
|
|
71600
|
+
}, {
|
|
71601
|
+
"fieldName" : "bounds",
|
|
71602
|
+
"type" : {
|
|
71603
|
+
"type" : "reference",
|
|
71604
|
+
"reference" : {
|
|
71605
|
+
"name" : "Bounds",
|
|
71606
|
+
"package" : "io.nominal.scout.video.api"
|
|
71607
|
+
}
|
|
71608
|
+
}
|
|
71609
|
+
} ],
|
|
71610
|
+
"docs" : "Request to get segment summaries for a video channel series.\nUses channel + tags to resolve to video series metadata within the specified bounds.\n"
|
|
71611
|
+
}
|
|
71334
71612
|
}, {
|
|
71335
71613
|
"type" : "object",
|
|
71336
71614
|
"object" : {
|
|
@@ -72487,6 +72765,126 @@
|
|
|
72487
72765
|
"docs" : "deprecated. Will be removed after April 15th."
|
|
72488
72766
|
} ]
|
|
72489
72767
|
}
|
|
72768
|
+
}, {
|
|
72769
|
+
"type" : "object",
|
|
72770
|
+
"object" : {
|
|
72771
|
+
"typeName" : {
|
|
72772
|
+
"name" : "VideoAssetChannel",
|
|
72773
|
+
"package" : "io.nominal.scout.video.api"
|
|
72774
|
+
},
|
|
72775
|
+
"fields" : [ {
|
|
72776
|
+
"fieldName" : "assetRid",
|
|
72777
|
+
"type" : {
|
|
72778
|
+
"type" : "primitive",
|
|
72779
|
+
"primitive" : "STRING"
|
|
72780
|
+
}
|
|
72781
|
+
}, {
|
|
72782
|
+
"fieldName" : "dataScopeName",
|
|
72783
|
+
"type" : {
|
|
72784
|
+
"type" : "primitive",
|
|
72785
|
+
"primitive" : "STRING"
|
|
72786
|
+
}
|
|
72787
|
+
}, {
|
|
72788
|
+
"fieldName" : "channel",
|
|
72789
|
+
"type" : {
|
|
72790
|
+
"type" : "primitive",
|
|
72791
|
+
"primitive" : "STRING"
|
|
72792
|
+
}
|
|
72793
|
+
}, {
|
|
72794
|
+
"fieldName" : "tags",
|
|
72795
|
+
"type" : {
|
|
72796
|
+
"type" : "map",
|
|
72797
|
+
"map" : {
|
|
72798
|
+
"keyType" : {
|
|
72799
|
+
"type" : "reference",
|
|
72800
|
+
"reference" : {
|
|
72801
|
+
"name" : "TagName",
|
|
72802
|
+
"package" : "io.nominal.api"
|
|
72803
|
+
}
|
|
72804
|
+
},
|
|
72805
|
+
"valueType" : {
|
|
72806
|
+
"type" : "reference",
|
|
72807
|
+
"reference" : {
|
|
72808
|
+
"name" : "TagValue",
|
|
72809
|
+
"package" : "io.nominal.api"
|
|
72810
|
+
}
|
|
72811
|
+
}
|
|
72812
|
+
}
|
|
72813
|
+
}
|
|
72814
|
+
} ],
|
|
72815
|
+
"docs" : "Reference a video channel via an Asset's data scope"
|
|
72816
|
+
}
|
|
72817
|
+
}, {
|
|
72818
|
+
"type" : "union",
|
|
72819
|
+
"union" : {
|
|
72820
|
+
"typeName" : {
|
|
72821
|
+
"name" : "VideoChannelSeries",
|
|
72822
|
+
"package" : "io.nominal.scout.video.api"
|
|
72823
|
+
},
|
|
72824
|
+
"union" : [ {
|
|
72825
|
+
"fieldName" : "dataSource",
|
|
72826
|
+
"type" : {
|
|
72827
|
+
"type" : "reference",
|
|
72828
|
+
"reference" : {
|
|
72829
|
+
"name" : "VideoDataSourceChannel",
|
|
72830
|
+
"package" : "io.nominal.scout.video.api"
|
|
72831
|
+
}
|
|
72832
|
+
}
|
|
72833
|
+
}, {
|
|
72834
|
+
"fieldName" : "asset",
|
|
72835
|
+
"type" : {
|
|
72836
|
+
"type" : "reference",
|
|
72837
|
+
"reference" : {
|
|
72838
|
+
"name" : "VideoAssetChannel",
|
|
72839
|
+
"package" : "io.nominal.scout.video.api"
|
|
72840
|
+
}
|
|
72841
|
+
}
|
|
72842
|
+
} ],
|
|
72843
|
+
"docs" : "Union type for referencing a video channel. Allows querying video data via \ndatasource/channel, asset data scopes, or run data scopes.\n"
|
|
72844
|
+
}
|
|
72845
|
+
}, {
|
|
72846
|
+
"type" : "object",
|
|
72847
|
+
"object" : {
|
|
72848
|
+
"typeName" : {
|
|
72849
|
+
"name" : "VideoDataSourceChannel",
|
|
72850
|
+
"package" : "io.nominal.scout.video.api"
|
|
72851
|
+
},
|
|
72852
|
+
"fields" : [ {
|
|
72853
|
+
"fieldName" : "dataSourceRid",
|
|
72854
|
+
"type" : {
|
|
72855
|
+
"type" : "primitive",
|
|
72856
|
+
"primitive" : "STRING"
|
|
72857
|
+
}
|
|
72858
|
+
}, {
|
|
72859
|
+
"fieldName" : "channel",
|
|
72860
|
+
"type" : {
|
|
72861
|
+
"type" : "primitive",
|
|
72862
|
+
"primitive" : "STRING"
|
|
72863
|
+
}
|
|
72864
|
+
}, {
|
|
72865
|
+
"fieldName" : "tags",
|
|
72866
|
+
"type" : {
|
|
72867
|
+
"type" : "map",
|
|
72868
|
+
"map" : {
|
|
72869
|
+
"keyType" : {
|
|
72870
|
+
"type" : "reference",
|
|
72871
|
+
"reference" : {
|
|
72872
|
+
"name" : "TagName",
|
|
72873
|
+
"package" : "io.nominal.api"
|
|
72874
|
+
}
|
|
72875
|
+
},
|
|
72876
|
+
"valueType" : {
|
|
72877
|
+
"type" : "reference",
|
|
72878
|
+
"reference" : {
|
|
72879
|
+
"name" : "TagValue",
|
|
72880
|
+
"package" : "io.nominal.api"
|
|
72881
|
+
}
|
|
72882
|
+
}
|
|
72883
|
+
}
|
|
72884
|
+
}
|
|
72885
|
+
} ],
|
|
72886
|
+
"docs" : "Reference a video channel directly from a datasource/dataset"
|
|
72887
|
+
}
|
|
72490
72888
|
}, {
|
|
72491
72889
|
"type" : "object",
|
|
72492
72890
|
"object" : {
|
|
@@ -75346,6 +75744,20 @@
|
|
|
75346
75744
|
}
|
|
75347
75745
|
}
|
|
75348
75746
|
}
|
|
75747
|
+
}, {
|
|
75748
|
+
"fieldName" : "uint64",
|
|
75749
|
+
"type" : {
|
|
75750
|
+
"type" : "list",
|
|
75751
|
+
"list" : {
|
|
75752
|
+
"itemType" : {
|
|
75753
|
+
"type" : "reference",
|
|
75754
|
+
"reference" : {
|
|
75755
|
+
"name" : "Uint64Point",
|
|
75756
|
+
"package" : "io.nominal.storage.writer.api"
|
|
75757
|
+
}
|
|
75758
|
+
}
|
|
75759
|
+
}
|
|
75760
|
+
}
|
|
75349
75761
|
}, {
|
|
75350
75762
|
"fieldName" : "array",
|
|
75351
75763
|
"type" : {
|
|
@@ -75684,6 +76096,30 @@
|
|
|
75684
76096
|
}
|
|
75685
76097
|
} ]
|
|
75686
76098
|
}
|
|
76099
|
+
}, {
|
|
76100
|
+
"type" : "object",
|
|
76101
|
+
"object" : {
|
|
76102
|
+
"typeName" : {
|
|
76103
|
+
"name" : "Uint64Point",
|
|
76104
|
+
"package" : "io.nominal.storage.writer.api"
|
|
76105
|
+
},
|
|
76106
|
+
"fields" : [ {
|
|
76107
|
+
"fieldName" : "timestamp",
|
|
76108
|
+
"type" : {
|
|
76109
|
+
"type" : "reference",
|
|
76110
|
+
"reference" : {
|
|
76111
|
+
"name" : "Timestamp",
|
|
76112
|
+
"package" : "io.nominal.api"
|
|
76113
|
+
}
|
|
76114
|
+
}
|
|
76115
|
+
}, {
|
|
76116
|
+
"fieldName" : "value",
|
|
76117
|
+
"type" : {
|
|
76118
|
+
"type" : "primitive",
|
|
76119
|
+
"primitive" : "SAFELONG"
|
|
76120
|
+
}
|
|
76121
|
+
} ]
|
|
76122
|
+
}
|
|
75687
76123
|
}, {
|
|
75688
76124
|
"type" : "object",
|
|
75689
76125
|
"object" : {
|
|
@@ -77403,15 +77839,6 @@
|
|
|
77403
77839
|
"package" : "io.nominal.timeseries.logicalseries.api"
|
|
77404
77840
|
}
|
|
77405
77841
|
}
|
|
77406
|
-
}, {
|
|
77407
|
-
"fieldName" : "videoLocator",
|
|
77408
|
-
"type" : {
|
|
77409
|
-
"type" : "reference",
|
|
77410
|
-
"reference" : {
|
|
77411
|
-
"name" : "VideoLocator",
|
|
77412
|
-
"package" : "io.nominal.timeseries.logicalseries.api"
|
|
77413
|
-
}
|
|
77414
|
-
}
|
|
77415
77842
|
} ]
|
|
77416
77843
|
}
|
|
77417
77844
|
}, {
|
|
@@ -78003,54 +78430,6 @@
|
|
|
78003
78430
|
}
|
|
78004
78431
|
} ]
|
|
78005
78432
|
}
|
|
78006
|
-
}, {
|
|
78007
|
-
"type" : "object",
|
|
78008
|
-
"object" : {
|
|
78009
|
-
"typeName" : {
|
|
78010
|
-
"name" : "VideoLocator",
|
|
78011
|
-
"package" : "io.nominal.timeseries.logicalseries.api"
|
|
78012
|
-
},
|
|
78013
|
-
"fields" : [ {
|
|
78014
|
-
"fieldName" : "channel",
|
|
78015
|
-
"type" : {
|
|
78016
|
-
"type" : "reference",
|
|
78017
|
-
"reference" : {
|
|
78018
|
-
"name" : "Channel",
|
|
78019
|
-
"package" : "io.nominal.api"
|
|
78020
|
-
}
|
|
78021
|
-
}
|
|
78022
|
-
}, {
|
|
78023
|
-
"fieldName" : "videoRid",
|
|
78024
|
-
"type" : {
|
|
78025
|
-
"type" : "reference",
|
|
78026
|
-
"reference" : {
|
|
78027
|
-
"name" : "VideoRid",
|
|
78028
|
-
"package" : "io.nominal.api.rids"
|
|
78029
|
-
}
|
|
78030
|
-
}
|
|
78031
|
-
}, {
|
|
78032
|
-
"fieldName" : "tags",
|
|
78033
|
-
"type" : {
|
|
78034
|
-
"type" : "map",
|
|
78035
|
-
"map" : {
|
|
78036
|
-
"keyType" : {
|
|
78037
|
-
"type" : "reference",
|
|
78038
|
-
"reference" : {
|
|
78039
|
-
"name" : "TagName",
|
|
78040
|
-
"package" : "io.nominal.api"
|
|
78041
|
-
}
|
|
78042
|
-
},
|
|
78043
|
-
"valueType" : {
|
|
78044
|
-
"type" : "reference",
|
|
78045
|
-
"reference" : {
|
|
78046
|
-
"name" : "TagValue",
|
|
78047
|
-
"package" : "io.nominal.api"
|
|
78048
|
-
}
|
|
78049
|
-
}
|
|
78050
|
-
}
|
|
78051
|
-
}
|
|
78052
|
-
} ]
|
|
78053
|
-
}
|
|
78054
78433
|
}, {
|
|
78055
78434
|
"type" : "enum",
|
|
78056
78435
|
"enum" : {
|
|
@@ -90433,6 +90812,112 @@
|
|
|
90433
90812
|
}
|
|
90434
90813
|
},
|
|
90435
90814
|
"docs" : "Lists all connections.\n",
|
|
90815
|
+
"deprecated" : "Use listConnectionsV2 for paginated results.",
|
|
90816
|
+
"markers" : [ ],
|
|
90817
|
+
"tags" : [ ]
|
|
90818
|
+
}, {
|
|
90819
|
+
"endpointName" : "listConnectionsV2",
|
|
90820
|
+
"httpMethod" : "GET",
|
|
90821
|
+
"httpPath" : "/data-source/connection/v2/connections",
|
|
90822
|
+
"auth" : {
|
|
90823
|
+
"type" : "header",
|
|
90824
|
+
"header" : { }
|
|
90825
|
+
},
|
|
90826
|
+
"args" : [ {
|
|
90827
|
+
"argName" : "includeArchived",
|
|
90828
|
+
"type" : {
|
|
90829
|
+
"type" : "optional",
|
|
90830
|
+
"optional" : {
|
|
90831
|
+
"itemType" : {
|
|
90832
|
+
"type" : "primitive",
|
|
90833
|
+
"primitive" : "BOOLEAN"
|
|
90834
|
+
}
|
|
90835
|
+
}
|
|
90836
|
+
},
|
|
90837
|
+
"paramType" : {
|
|
90838
|
+
"type" : "query",
|
|
90839
|
+
"query" : {
|
|
90840
|
+
"paramId" : "includeArchived"
|
|
90841
|
+
}
|
|
90842
|
+
},
|
|
90843
|
+
"docs" : "Whether to include archived connections in the response.\nBy default, this is false.\n",
|
|
90844
|
+
"markers" : [ ],
|
|
90845
|
+
"tags" : [ ]
|
|
90846
|
+
}, {
|
|
90847
|
+
"argName" : "workspaces",
|
|
90848
|
+
"type" : {
|
|
90849
|
+
"type" : "set",
|
|
90850
|
+
"set" : {
|
|
90851
|
+
"itemType" : {
|
|
90852
|
+
"type" : "reference",
|
|
90853
|
+
"reference" : {
|
|
90854
|
+
"name" : "WorkspaceRid",
|
|
90855
|
+
"package" : "io.nominal.api.rids"
|
|
90856
|
+
}
|
|
90857
|
+
}
|
|
90858
|
+
}
|
|
90859
|
+
},
|
|
90860
|
+
"paramType" : {
|
|
90861
|
+
"type" : "query",
|
|
90862
|
+
"query" : {
|
|
90863
|
+
"paramId" : "workspaces"
|
|
90864
|
+
}
|
|
90865
|
+
},
|
|
90866
|
+
"docs" : "If supplied, will return only the connections within the supplied workspaces. If empty\nwill return all connections for workspaces that the user is permitted to see.\n",
|
|
90867
|
+
"markers" : [ ],
|
|
90868
|
+
"tags" : [ ]
|
|
90869
|
+
}, {
|
|
90870
|
+
"argName" : "pageSize",
|
|
90871
|
+
"type" : {
|
|
90872
|
+
"type" : "optional",
|
|
90873
|
+
"optional" : {
|
|
90874
|
+
"itemType" : {
|
|
90875
|
+
"type" : "primitive",
|
|
90876
|
+
"primitive" : "INTEGER"
|
|
90877
|
+
}
|
|
90878
|
+
}
|
|
90879
|
+
},
|
|
90880
|
+
"paramType" : {
|
|
90881
|
+
"type" : "query",
|
|
90882
|
+
"query" : {
|
|
90883
|
+
"paramId" : "pageSize"
|
|
90884
|
+
}
|
|
90885
|
+
},
|
|
90886
|
+
"docs" : "Number of connections to return per page. Defaults to 100. Will return at most 1000 records per page.\n",
|
|
90887
|
+
"markers" : [ ],
|
|
90888
|
+
"tags" : [ ]
|
|
90889
|
+
}, {
|
|
90890
|
+
"argName" : "nextPageToken",
|
|
90891
|
+
"type" : {
|
|
90892
|
+
"type" : "optional",
|
|
90893
|
+
"optional" : {
|
|
90894
|
+
"itemType" : {
|
|
90895
|
+
"type" : "reference",
|
|
90896
|
+
"reference" : {
|
|
90897
|
+
"name" : "Token",
|
|
90898
|
+
"package" : "io.nominal.api"
|
|
90899
|
+
}
|
|
90900
|
+
}
|
|
90901
|
+
}
|
|
90902
|
+
},
|
|
90903
|
+
"paramType" : {
|
|
90904
|
+
"type" : "query",
|
|
90905
|
+
"query" : {
|
|
90906
|
+
"paramId" : "nextPageToken"
|
|
90907
|
+
}
|
|
90908
|
+
},
|
|
90909
|
+
"docs" : "Token to retrieve the next page of results.\n",
|
|
90910
|
+
"markers" : [ ],
|
|
90911
|
+
"tags" : [ ]
|
|
90912
|
+
} ],
|
|
90913
|
+
"returns" : {
|
|
90914
|
+
"type" : "reference",
|
|
90915
|
+
"reference" : {
|
|
90916
|
+
"name" : "ListConnectionsResponse",
|
|
90917
|
+
"package" : "io.nominal.scout.datasource.connection.api"
|
|
90918
|
+
}
|
|
90919
|
+
},
|
|
90920
|
+
"docs" : "Lists connections with pagination. Returns connections ordered by creation time descending.\n",
|
|
90436
90921
|
"markers" : [ ],
|
|
90437
90922
|
"tags" : [ ]
|
|
90438
90923
|
}, {
|
|
@@ -92660,6 +93145,37 @@
|
|
|
92660
93145
|
"docs" : "Generates an HLS playlist for a video with the given video rid to enable playback within an optional set of\nbounds. The HLS playlist will contain links to all of the segments in the video that overlap with the given \nbounds.\nplaylist will be limited to the given bounds.\n",
|
|
92661
93146
|
"markers" : [ ],
|
|
92662
93147
|
"tags" : [ ]
|
|
93148
|
+
}, {
|
|
93149
|
+
"endpointName" : "getPlaylistInBoundsForChannel",
|
|
93150
|
+
"httpMethod" : "POST",
|
|
93151
|
+
"httpPath" : "/video/v1/videos/channel/playlist-in-bounds",
|
|
93152
|
+
"auth" : {
|
|
93153
|
+
"type" : "header",
|
|
93154
|
+
"header" : { }
|
|
93155
|
+
},
|
|
93156
|
+
"args" : [ {
|
|
93157
|
+
"argName" : "request",
|
|
93158
|
+
"type" : {
|
|
93159
|
+
"type" : "reference",
|
|
93160
|
+
"reference" : {
|
|
93161
|
+
"name" : "GetPlaylistInBoundsForChannelRequest",
|
|
93162
|
+
"package" : "io.nominal.scout.video.api"
|
|
93163
|
+
}
|
|
93164
|
+
},
|
|
93165
|
+
"paramType" : {
|
|
93166
|
+
"type" : "body",
|
|
93167
|
+
"body" : { }
|
|
93168
|
+
},
|
|
93169
|
+
"markers" : [ ],
|
|
93170
|
+
"tags" : [ ]
|
|
93171
|
+
} ],
|
|
93172
|
+
"returns" : {
|
|
93173
|
+
"type" : "primitive",
|
|
93174
|
+
"primitive" : "BINARY"
|
|
93175
|
+
},
|
|
93176
|
+
"docs" : "Generates an HLS playlist for a video channel series (identified by channel + tags) within an optional set of\nbounds then generates a playlist for all matching video segments.\n",
|
|
93177
|
+
"markers" : [ ],
|
|
93178
|
+
"tags" : [ ]
|
|
92663
93179
|
}, {
|
|
92664
93180
|
"endpointName" : "getSegmentSummariesInBounds",
|
|
92665
93181
|
"httpMethod" : "POST",
|
|
@@ -92714,6 +93230,45 @@
|
|
|
92714
93230
|
"docs" : "Returns the min and max absolute and media timestamps for each segment in a video that overlap with an \noptional set of bounds.\n",
|
|
92715
93231
|
"markers" : [ ],
|
|
92716
93232
|
"tags" : [ ]
|
|
93233
|
+
}, {
|
|
93234
|
+
"endpointName" : "getSegmentSummariesInBoundsForChannel",
|
|
93235
|
+
"httpMethod" : "POST",
|
|
93236
|
+
"httpPath" : "/video/v1/videos/channel/segment-summaries-in-bounds",
|
|
93237
|
+
"auth" : {
|
|
93238
|
+
"type" : "header",
|
|
93239
|
+
"header" : { }
|
|
93240
|
+
},
|
|
93241
|
+
"args" : [ {
|
|
93242
|
+
"argName" : "request",
|
|
93243
|
+
"type" : {
|
|
93244
|
+
"type" : "reference",
|
|
93245
|
+
"reference" : {
|
|
93246
|
+
"name" : "GetSegmentSummariesInBoundsForChannelRequest",
|
|
93247
|
+
"package" : "io.nominal.scout.video.api"
|
|
93248
|
+
}
|
|
93249
|
+
},
|
|
93250
|
+
"paramType" : {
|
|
93251
|
+
"type" : "body",
|
|
93252
|
+
"body" : { }
|
|
93253
|
+
},
|
|
93254
|
+
"markers" : [ ],
|
|
93255
|
+
"tags" : [ ]
|
|
93256
|
+
} ],
|
|
93257
|
+
"returns" : {
|
|
93258
|
+
"type" : "list",
|
|
93259
|
+
"list" : {
|
|
93260
|
+
"itemType" : {
|
|
93261
|
+
"type" : "reference",
|
|
93262
|
+
"reference" : {
|
|
93263
|
+
"name" : "SegmentSummary",
|
|
93264
|
+
"package" : "io.nominal.scout.video.api"
|
|
93265
|
+
}
|
|
93266
|
+
}
|
|
93267
|
+
}
|
|
93268
|
+
},
|
|
93269
|
+
"docs" : "Returns the min and max absolute and media timestamps for each segment matching a video channel series \n(identified by channel + tags) within the specified bounds.\n",
|
|
93270
|
+
"markers" : [ ],
|
|
93271
|
+
"tags" : [ ]
|
|
92717
93272
|
}, {
|
|
92718
93273
|
"endpointName" : "getFileSummaries",
|
|
92719
93274
|
"httpMethod" : "POST",
|
|
@@ -93821,7 +94376,7 @@
|
|
|
93821
94376
|
"markers" : [ ],
|
|
93822
94377
|
"tags" : [ ]
|
|
93823
94378
|
} ],
|
|
93824
|
-
"docs" : "Synchronously writes a Nominal Write Request to a Nominal data source using the NominalWrite Protobuf schema.\nThe request must be Protobuf-encoded and accompanied by the appropriate content encoding headers if compressed.\n\nThe request should follow this Protobuf schema:\n```proto\nmessage WriteRequestNominal {\n repeated Series series = 1;\n}\n\nmessage Series {\n Channel channel = 1; \n map<string, string> tags = 2; // Key-value pairs for series tags\n Points points = 3; // Contains double, string, integer, array, or struct points\n}\n\nmessage Channel {\n string name = 1;\n} \n\nmessage Points {\n oneof points_type {\n DoublePoints double_points = 1;\n StringPoints string_points = 2;\n IntegerPoints integer_points = 3;\n ArrayPoints array_points = 4;\n StructPoints struct_points = 5;\n }\n}\n\nmessage DoublePoints {\n repeated DoublePoint points = 1;\n}\n\nmessage StringPoints {\n repeated StringPoint points = 1;\n}\n\nmessage IntegerPoints {\n repeated IntegerPoint points = 1;\n}\n\nmessage ArrayPoints {\n oneof array_type {\n DoubleArrayPoints double_array_points = 1;\n StringArrayPoints string_array_points = 2;\n }\n}\n\nmessage DoubleArrayPoints {\n repeated DoubleArrayPoint points = 1;\n}\n\nmessage StringArrayPoints {\n repeated StringArrayPoint points = 1;\n}\n\nmessage StructPoints {\n repeated StructPoint points = 1;\n}\n\nmessage DoublePoint {\n google.protobuf.Timestamp timestamp = 1;\n double value = 2;\n}\n\nmessage StringPoint {\n google.protobuf.Timestamp timestamp = 1;\n string value = 2;\n}\n\nmessage IntegerPoint {\n google.protobuf.Timestamp timestamp = 1;\n int64 value = 2;\n}\n\nmessage DoubleArrayPoint {\n google.protobuf.Timestamp timestamp = 1;\n repeated double value = 2;\n}\n\nmessage StringArrayPoint {\n google.protobuf.Timestamp timestamp = 1;\n repeated string value = 2;\n}\n\nmessage StructPoint {\n google.protobuf.Timestamp timestamp = 1;\n string jsonString = 2;\n}\n```\n\nEach request can contain multiple series, where each series consists of:\n- A channel name\n- A map of tags (key-value pairs)\n- A collection of points, which can be double, string, integer, array (double/string), or struct (json) values\n- Each point includes a timestamp (using google.protobuf.Timestamp) and its value\n- Array points contain repeated values (array<double> or array<string>)\n- Struct points are represented using strings that contain the JSON formatted blobs, with all keys being strings\n\nThe endpoint requires the Content-Type header to be set to \"application/x-protobuf\".\nIf the payload is compressed, the appropriate Content-Encoding header must be included.\n",
|
|
94379
|
+
"docs" : "Synchronously writes a Nominal Write Request to a Nominal data source using the NominalWrite Protobuf schema.\nThe request must be Protobuf-encoded and accompanied by the appropriate content encoding headers if compressed.\n\nThe request should follow this Protobuf schema:\n```proto\nmessage WriteRequestNominal {\n repeated Series series = 1;\n}\n\nmessage Series {\n Channel channel = 1; \n map<string, string> tags = 2; // Key-value pairs for series tags\n Points points = 3; // Contains double, string, integer, array, or struct points\n}\n\nmessage Channel {\n string name = 1;\n} \n\nmessage Points {\n oneof points_type {\n DoublePoints double_points = 1;\n StringPoints string_points = 2;\n IntegerPoints integer_points = 3;\n ArrayPoints array_points = 4;\n StructPoints struct_points = 5;\n Uint64Points uint64_points = 6;\n }\n}\n\nmessage DoublePoints {\n repeated DoublePoint points = 1;\n}\n\nmessage StringPoints {\n repeated StringPoint points = 1;\n}\n\nmessage IntegerPoints {\n repeated IntegerPoint points = 1;\n}\n\nmessage Uint64Points {\n repeated Uint64Point points = 1;\n}\n\nmessage ArrayPoints {\n oneof array_type {\n DoubleArrayPoints double_array_points = 1;\n StringArrayPoints string_array_points = 2;\n }\n}\n\nmessage DoubleArrayPoints {\n repeated DoubleArrayPoint points = 1;\n}\n\nmessage StringArrayPoints {\n repeated StringArrayPoint points = 1;\n}\n\nmessage StructPoints {\n repeated StructPoint points = 1;\n}\n\nmessage DoublePoint {\n google.protobuf.Timestamp timestamp = 1;\n double value = 2;\n}\n\nmessage StringPoint {\n google.protobuf.Timestamp timestamp = 1;\n string value = 2;\n}\n\nmessage IntegerPoint {\n google.protobuf.Timestamp timestamp = 1;\n int64 value = 2;\n}\n\nmessage Uint64Point {\n google.protobuf.Timestamp timestamp = 1;\n uint64 value = 2;\n}\n\nmessage DoubleArrayPoint {\n google.protobuf.Timestamp timestamp = 1;\n repeated double value = 2;\n}\n\nmessage StringArrayPoint {\n google.protobuf.Timestamp timestamp = 1;\n repeated string value = 2;\n}\n\nmessage StructPoint {\n google.protobuf.Timestamp timestamp = 1;\n string jsonString = 2;\n}\n```\n\nEach request can contain multiple series, where each series consists of:\n- A channel name\n- A map of tags (key-value pairs)\n- A collection of points, which can be double, string, integer, array (double/string), or struct (json) values\n- Each point includes a timestamp (using google.protobuf.Timestamp) and its value\n- Array points contain repeated values (array<double> or array<string>)\n- Struct points are represented using strings that contain the JSON formatted blobs, with all keys being strings\n\nThe endpoint requires the Content-Type header to be set to \"application/x-protobuf\".\nIf the payload is compressed, the appropriate Content-Encoding header must be included.\n",
|
|
93825
94380
|
"markers" : [ ],
|
|
93826
94381
|
"tags" : [ ]
|
|
93827
94382
|
}, {
|