nominal-api 0.1037.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 +1261 -890
- nominal_api/datasource/__init__.py +4 -0
- nominal_api/nominal-api.conjure.json +1001 -516
- 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-0.1037.0.dist-info → nominal_api-0.1048.1.dist-info}/METADATA +1 -1
- {nominal_api-0.1037.0.dist-info → nominal_api-0.1048.1.dist-info}/RECORD +16 -16
- {nominal_api-0.1037.0.dist-info → nominal_api-0.1048.1.dist-info}/WHEEL +0 -0
- {nominal_api-0.1037.0.dist-info → nominal_api-0.1048.1.dist-info}/top_level.txt +0 -0
|
@@ -3418,7 +3418,7 @@
|
|
|
3418
3418
|
"name" : "TooManyCategories",
|
|
3419
3419
|
"package" : "io.nominal.scout.compute.api"
|
|
3420
3420
|
},
|
|
3421
|
-
"docs" : "An enum series has more categories than the max allowed
|
|
3421
|
+
"docs" : "An enum series has more categories than the max allowed.",
|
|
3422
3422
|
"namespace" : "Compute",
|
|
3423
3423
|
"code" : "INVALID_ARGUMENT",
|
|
3424
3424
|
"safeArgs" : [ {
|
|
@@ -3427,6 +3427,12 @@
|
|
|
3427
3427
|
"type" : "primitive",
|
|
3428
3428
|
"primitive" : "INTEGER"
|
|
3429
3429
|
}
|
|
3430
|
+
}, {
|
|
3431
|
+
"fieldName" : "maxAllowed",
|
|
3432
|
+
"type" : {
|
|
3433
|
+
"type" : "primitive",
|
|
3434
|
+
"primitive" : "INTEGER"
|
|
3435
|
+
}
|
|
3430
3436
|
} ],
|
|
3431
3437
|
"unsafeArgs" : [ ]
|
|
3432
3438
|
}, {
|
|
@@ -3495,6 +3501,22 @@
|
|
|
3495
3501
|
"code" : "INVALID_ARGUMENT",
|
|
3496
3502
|
"safeArgs" : [ ],
|
|
3497
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" : [ ]
|
|
3498
3520
|
}, {
|
|
3499
3521
|
"errorName" : {
|
|
3500
3522
|
"name" : "UnitConversionInvalid",
|
|
@@ -4345,6 +4367,15 @@
|
|
|
4345
4367
|
"code" : "INVALID_ARGUMENT",
|
|
4346
4368
|
"safeArgs" : [ ],
|
|
4347
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" : [ ]
|
|
4348
4379
|
}, {
|
|
4349
4380
|
"errorName" : {
|
|
4350
4381
|
"name" : "ArchiveNotebookFailed",
|
|
@@ -5459,6 +5490,30 @@
|
|
|
5459
5490
|
}
|
|
5460
5491
|
} ],
|
|
5461
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" : [ ]
|
|
5462
5517
|
}, {
|
|
5463
5518
|
"errorName" : {
|
|
5464
5519
|
"name" : "SegmentConflict",
|
|
@@ -9066,6 +9121,86 @@
|
|
|
9066
9121
|
"value" : "ABSOLUTE"
|
|
9067
9122
|
} ]
|
|
9068
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
|
+
}
|
|
9069
9204
|
}, {
|
|
9070
9205
|
"type" : "object",
|
|
9071
9206
|
"object" : {
|
|
@@ -23606,8 +23741,42 @@
|
|
|
23606
23741
|
}
|
|
23607
23742
|
},
|
|
23608
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"
|
|
23609
23759
|
} ]
|
|
23610
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
|
+
}
|
|
23611
23780
|
}, {
|
|
23612
23781
|
"type" : "enum",
|
|
23613
23782
|
"enum" : {
|
|
@@ -37704,24 +37873,6 @@
|
|
|
37704
37873
|
}
|
|
37705
37874
|
} ]
|
|
37706
37875
|
}
|
|
37707
|
-
}, {
|
|
37708
|
-
"type" : "union",
|
|
37709
|
-
"union" : {
|
|
37710
|
-
"typeName" : {
|
|
37711
|
-
"name" : "BucketedGeoPlot",
|
|
37712
|
-
"package" : "io.nominal.scout.compute.api"
|
|
37713
|
-
},
|
|
37714
|
-
"union" : [ {
|
|
37715
|
-
"fieldName" : "timeBased",
|
|
37716
|
-
"type" : {
|
|
37717
|
-
"type" : "reference",
|
|
37718
|
-
"reference" : {
|
|
37719
|
-
"name" : "TimeBucketedGeoPlot",
|
|
37720
|
-
"package" : "io.nominal.scout.compute.api"
|
|
37721
|
-
}
|
|
37722
|
-
}
|
|
37723
|
-
} ]
|
|
37724
|
-
}
|
|
37725
37876
|
}, {
|
|
37726
37877
|
"type" : "object",
|
|
37727
37878
|
"object" : {
|
|
@@ -38421,15 +38572,6 @@
|
|
|
38421
38572
|
"package" : "io.nominal.scout.compute.api"
|
|
38422
38573
|
}
|
|
38423
38574
|
}
|
|
38424
|
-
}, {
|
|
38425
|
-
"fieldName" : "geo",
|
|
38426
|
-
"type" : {
|
|
38427
|
-
"type" : "reference",
|
|
38428
|
-
"reference" : {
|
|
38429
|
-
"name" : "SummarizeGeo",
|
|
38430
|
-
"package" : "io.nominal.scout.compute.api"
|
|
38431
|
-
}
|
|
38432
|
-
}
|
|
38433
38575
|
}, {
|
|
38434
38576
|
"fieldName" : "curve",
|
|
38435
38577
|
"type" : {
|
|
@@ -38818,15 +38960,6 @@
|
|
|
38818
38960
|
"package" : "io.nominal.scout.compute.api"
|
|
38819
38961
|
}
|
|
38820
38962
|
}
|
|
38821
|
-
}, {
|
|
38822
|
-
"fieldName" : "bucketedGeo",
|
|
38823
|
-
"type" : {
|
|
38824
|
-
"type" : "reference",
|
|
38825
|
-
"reference" : {
|
|
38826
|
-
"name" : "BucketedGeoPlot",
|
|
38827
|
-
"package" : "io.nominal.scout.compute.api"
|
|
38828
|
-
}
|
|
38829
|
-
}
|
|
38830
38963
|
}, {
|
|
38831
38964
|
"fieldName" : "frequencyDomain",
|
|
38832
38965
|
"type" : {
|
|
@@ -41565,155 +41698,6 @@
|
|
|
41565
41698
|
}
|
|
41566
41699
|
} ]
|
|
41567
41700
|
}
|
|
41568
|
-
}, {
|
|
41569
|
-
"type" : "union",
|
|
41570
|
-
"union" : {
|
|
41571
|
-
"typeName" : {
|
|
41572
|
-
"name" : "GeoPoint",
|
|
41573
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41574
|
-
},
|
|
41575
|
-
"union" : [ {
|
|
41576
|
-
"fieldName" : "latLong",
|
|
41577
|
-
"type" : {
|
|
41578
|
-
"type" : "reference",
|
|
41579
|
-
"reference" : {
|
|
41580
|
-
"name" : "LatLongPoint",
|
|
41581
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41582
|
-
}
|
|
41583
|
-
}
|
|
41584
|
-
} ],
|
|
41585
|
-
"docs" : "Represents a geographic point. Flexible to handle multiple types of geographic coordinate systems.\n"
|
|
41586
|
-
}
|
|
41587
|
-
}, {
|
|
41588
|
-
"type" : "object",
|
|
41589
|
-
"object" : {
|
|
41590
|
-
"typeName" : {
|
|
41591
|
-
"name" : "GeoPointWithTimestamp",
|
|
41592
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41593
|
-
},
|
|
41594
|
-
"fields" : [ {
|
|
41595
|
-
"fieldName" : "timestamp",
|
|
41596
|
-
"type" : {
|
|
41597
|
-
"type" : "reference",
|
|
41598
|
-
"reference" : {
|
|
41599
|
-
"name" : "Timestamp",
|
|
41600
|
-
"package" : "io.nominal.api"
|
|
41601
|
-
}
|
|
41602
|
-
}
|
|
41603
|
-
}, {
|
|
41604
|
-
"fieldName" : "value",
|
|
41605
|
-
"type" : {
|
|
41606
|
-
"type" : "reference",
|
|
41607
|
-
"reference" : {
|
|
41608
|
-
"name" : "GeoPoint",
|
|
41609
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41610
|
-
}
|
|
41611
|
-
}
|
|
41612
|
-
} ]
|
|
41613
|
-
}
|
|
41614
|
-
}, {
|
|
41615
|
-
"type" : "union",
|
|
41616
|
-
"union" : {
|
|
41617
|
-
"typeName" : {
|
|
41618
|
-
"name" : "GeoSeries",
|
|
41619
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41620
|
-
},
|
|
41621
|
-
"union" : [ {
|
|
41622
|
-
"fieldName" : "latLongGeoNode",
|
|
41623
|
-
"type" : {
|
|
41624
|
-
"type" : "reference",
|
|
41625
|
-
"reference" : {
|
|
41626
|
-
"name" : "LatLongGeo",
|
|
41627
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41628
|
-
}
|
|
41629
|
-
}
|
|
41630
|
-
} ]
|
|
41631
|
-
}
|
|
41632
|
-
}, {
|
|
41633
|
-
"type" : "union",
|
|
41634
|
-
"union" : {
|
|
41635
|
-
"typeName" : {
|
|
41636
|
-
"name" : "GeoSummaryStrategy",
|
|
41637
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41638
|
-
},
|
|
41639
|
-
"union" : [ {
|
|
41640
|
-
"fieldName" : "temporal",
|
|
41641
|
-
"type" : {
|
|
41642
|
-
"type" : "reference",
|
|
41643
|
-
"reference" : {
|
|
41644
|
-
"name" : "GeoTemporalSummary",
|
|
41645
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41646
|
-
}
|
|
41647
|
-
}
|
|
41648
|
-
} ]
|
|
41649
|
-
}
|
|
41650
|
-
}, {
|
|
41651
|
-
"type" : "object",
|
|
41652
|
-
"object" : {
|
|
41653
|
-
"typeName" : {
|
|
41654
|
-
"name" : "GeoTemporalSummary",
|
|
41655
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41656
|
-
},
|
|
41657
|
-
"fields" : [ {
|
|
41658
|
-
"fieldName" : "resolution",
|
|
41659
|
-
"type" : {
|
|
41660
|
-
"type" : "primitive",
|
|
41661
|
-
"primitive" : "SAFELONG"
|
|
41662
|
-
}
|
|
41663
|
-
} ]
|
|
41664
|
-
}
|
|
41665
|
-
}, {
|
|
41666
|
-
"type" : "object",
|
|
41667
|
-
"object" : {
|
|
41668
|
-
"typeName" : {
|
|
41669
|
-
"name" : "GeoTimeBucket",
|
|
41670
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41671
|
-
},
|
|
41672
|
-
"fields" : [ {
|
|
41673
|
-
"fieldName" : "mean",
|
|
41674
|
-
"type" : {
|
|
41675
|
-
"type" : "reference",
|
|
41676
|
-
"reference" : {
|
|
41677
|
-
"name" : "GeoPoint",
|
|
41678
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41679
|
-
}
|
|
41680
|
-
},
|
|
41681
|
-
"docs" : "The mean value of the GeoPoints in the bucket."
|
|
41682
|
-
}, {
|
|
41683
|
-
"fieldName" : "count",
|
|
41684
|
-
"type" : {
|
|
41685
|
-
"type" : "primitive",
|
|
41686
|
-
"primitive" : "SAFELONG"
|
|
41687
|
-
},
|
|
41688
|
-
"docs" : "The number of GeoPoints in the bucket."
|
|
41689
|
-
}, {
|
|
41690
|
-
"fieldName" : "firstPoint",
|
|
41691
|
-
"type" : {
|
|
41692
|
-
"type" : "reference",
|
|
41693
|
-
"reference" : {
|
|
41694
|
-
"name" : "GeoPointWithTimestamp",
|
|
41695
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41696
|
-
}
|
|
41697
|
-
},
|
|
41698
|
-
"docs" : "The first GeoPoint in the bucket."
|
|
41699
|
-
}, {
|
|
41700
|
-
"fieldName" : "lastPoint",
|
|
41701
|
-
"type" : {
|
|
41702
|
-
"type" : "optional",
|
|
41703
|
-
"optional" : {
|
|
41704
|
-
"itemType" : {
|
|
41705
|
-
"type" : "reference",
|
|
41706
|
-
"reference" : {
|
|
41707
|
-
"name" : "GeoPointWithTimestamp",
|
|
41708
|
-
"package" : "io.nominal.scout.compute.api"
|
|
41709
|
-
}
|
|
41710
|
-
}
|
|
41711
|
-
}
|
|
41712
|
-
},
|
|
41713
|
-
"docs" : "The last GeoPoint in the bucket. Will be empty if the bucket only has a single point."
|
|
41714
|
-
} ],
|
|
41715
|
-
"docs" : "Summary of a time-based bucket of geo points."
|
|
41716
|
-
}
|
|
41717
41701
|
}, {
|
|
41718
41702
|
"type" : "object",
|
|
41719
41703
|
"object" : {
|
|
@@ -41993,76 +41977,6 @@
|
|
|
41993
41977
|
} ],
|
|
41994
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"
|
|
41995
41979
|
}
|
|
41996
|
-
}, {
|
|
41997
|
-
"type" : "object",
|
|
41998
|
-
"object" : {
|
|
41999
|
-
"typeName" : {
|
|
42000
|
-
"name" : "LatLongBounds",
|
|
42001
|
-
"package" : "io.nominal.scout.compute.api"
|
|
42002
|
-
},
|
|
42003
|
-
"fields" : [ {
|
|
42004
|
-
"fieldName" : "southWest",
|
|
42005
|
-
"type" : {
|
|
42006
|
-
"type" : "reference",
|
|
42007
|
-
"reference" : {
|
|
42008
|
-
"name" : "LatLongPoint",
|
|
42009
|
-
"package" : "io.nominal.scout.compute.api"
|
|
42010
|
-
}
|
|
42011
|
-
}
|
|
42012
|
-
}, {
|
|
42013
|
-
"fieldName" : "northEast",
|
|
42014
|
-
"type" : {
|
|
42015
|
-
"type" : "reference",
|
|
42016
|
-
"reference" : {
|
|
42017
|
-
"name" : "LatLongPoint",
|
|
42018
|
-
"package" : "io.nominal.scout.compute.api"
|
|
42019
|
-
}
|
|
42020
|
-
}
|
|
42021
|
-
} ],
|
|
42022
|
-
"docs" : "The bounds of a lat long geographic area. Represented by the southwest and northeast corners \nof a rectangle, inclusive.\n"
|
|
42023
|
-
}
|
|
42024
|
-
}, {
|
|
42025
|
-
"type" : "object",
|
|
42026
|
-
"object" : {
|
|
42027
|
-
"typeName" : {
|
|
42028
|
-
"name" : "LatLongGeo",
|
|
42029
|
-
"package" : "io.nominal.scout.compute.api"
|
|
42030
|
-
},
|
|
42031
|
-
"fields" : [ {
|
|
42032
|
-
"fieldName" : "latitude",
|
|
42033
|
-
"type" : {
|
|
42034
|
-
"type" : "reference",
|
|
42035
|
-
"reference" : {
|
|
42036
|
-
"name" : "NumericSeries",
|
|
42037
|
-
"package" : "io.nominal.scout.compute.api"
|
|
42038
|
-
}
|
|
42039
|
-
}
|
|
42040
|
-
}, {
|
|
42041
|
-
"fieldName" : "longitude",
|
|
42042
|
-
"type" : {
|
|
42043
|
-
"type" : "reference",
|
|
42044
|
-
"reference" : {
|
|
42045
|
-
"name" : "NumericSeries",
|
|
42046
|
-
"package" : "io.nominal.scout.compute.api"
|
|
42047
|
-
}
|
|
42048
|
-
}
|
|
42049
|
-
}, {
|
|
42050
|
-
"fieldName" : "bounds",
|
|
42051
|
-
"type" : {
|
|
42052
|
-
"type" : "optional",
|
|
42053
|
-
"optional" : {
|
|
42054
|
-
"itemType" : {
|
|
42055
|
-
"type" : "reference",
|
|
42056
|
-
"reference" : {
|
|
42057
|
-
"name" : "LatLongBounds",
|
|
42058
|
-
"package" : "io.nominal.scout.compute.api"
|
|
42059
|
-
}
|
|
42060
|
-
}
|
|
42061
|
-
}
|
|
42062
|
-
}
|
|
42063
|
-
} ],
|
|
42064
|
-
"docs" : "A geo node derived from a lat and long series."
|
|
42065
|
-
}
|
|
42066
41980
|
}, {
|
|
42067
41981
|
"type" : "object",
|
|
42068
41982
|
"object" : {
|
|
@@ -47114,33 +47028,6 @@
|
|
|
47114
47028
|
"docs" : "The strategy to use when summarizing the series. Only spatial decimation is supported.\n"
|
|
47115
47029
|
} ]
|
|
47116
47030
|
}
|
|
47117
|
-
}, {
|
|
47118
|
-
"type" : "object",
|
|
47119
|
-
"object" : {
|
|
47120
|
-
"typeName" : {
|
|
47121
|
-
"name" : "SummarizeGeo",
|
|
47122
|
-
"package" : "io.nominal.scout.compute.api"
|
|
47123
|
-
},
|
|
47124
|
-
"fields" : [ {
|
|
47125
|
-
"fieldName" : "input",
|
|
47126
|
-
"type" : {
|
|
47127
|
-
"type" : "reference",
|
|
47128
|
-
"reference" : {
|
|
47129
|
-
"name" : "GeoSeries",
|
|
47130
|
-
"package" : "io.nominal.scout.compute.api"
|
|
47131
|
-
}
|
|
47132
|
-
}
|
|
47133
|
-
}, {
|
|
47134
|
-
"fieldName" : "summaryStrategy",
|
|
47135
|
-
"type" : {
|
|
47136
|
-
"type" : "reference",
|
|
47137
|
-
"reference" : {
|
|
47138
|
-
"name" : "GeoSummaryStrategy",
|
|
47139
|
-
"package" : "io.nominal.scout.compute.api"
|
|
47140
|
-
}
|
|
47141
|
-
}
|
|
47142
|
-
} ]
|
|
47143
|
-
}
|
|
47144
47031
|
}, {
|
|
47145
47032
|
"type" : "object",
|
|
47146
47033
|
"object" : {
|
|
@@ -47512,44 +47399,6 @@
|
|
|
47512
47399
|
} ],
|
|
47513
47400
|
"docs" : "Produces a list of ranges for which the threshold condition is satisfied.\n"
|
|
47514
47401
|
}
|
|
47515
|
-
}, {
|
|
47516
|
-
"type" : "object",
|
|
47517
|
-
"object" : {
|
|
47518
|
-
"typeName" : {
|
|
47519
|
-
"name" : "TimeBucketedGeoPlot",
|
|
47520
|
-
"package" : "io.nominal.scout.compute.api"
|
|
47521
|
-
},
|
|
47522
|
-
"fields" : [ {
|
|
47523
|
-
"fieldName" : "timestamps",
|
|
47524
|
-
"type" : {
|
|
47525
|
-
"type" : "list",
|
|
47526
|
-
"list" : {
|
|
47527
|
-
"itemType" : {
|
|
47528
|
-
"type" : "reference",
|
|
47529
|
-
"reference" : {
|
|
47530
|
-
"name" : "Timestamp",
|
|
47531
|
-
"package" : "io.nominal.api"
|
|
47532
|
-
}
|
|
47533
|
-
}
|
|
47534
|
-
}
|
|
47535
|
-
},
|
|
47536
|
-
"docs" : "The end of the bucket, exclusive."
|
|
47537
|
-
}, {
|
|
47538
|
-
"fieldName" : "buckets",
|
|
47539
|
-
"type" : {
|
|
47540
|
-
"type" : "list",
|
|
47541
|
-
"list" : {
|
|
47542
|
-
"itemType" : {
|
|
47543
|
-
"type" : "reference",
|
|
47544
|
-
"reference" : {
|
|
47545
|
-
"name" : "GeoTimeBucket",
|
|
47546
|
-
"package" : "io.nominal.scout.compute.api"
|
|
47547
|
-
}
|
|
47548
|
-
}
|
|
47549
|
-
}
|
|
47550
|
-
}
|
|
47551
|
-
} ]
|
|
47552
|
-
}
|
|
47553
47402
|
}, {
|
|
47554
47403
|
"type" : "object",
|
|
47555
47404
|
"object" : {
|
|
@@ -51489,57 +51338,6 @@
|
|
|
51489
51338
|
}
|
|
51490
51339
|
} ]
|
|
51491
51340
|
}
|
|
51492
|
-
}, {
|
|
51493
|
-
"type" : "union",
|
|
51494
|
-
"union" : {
|
|
51495
|
-
"typeName" : {
|
|
51496
|
-
"name" : "GeoNode",
|
|
51497
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51498
|
-
},
|
|
51499
|
-
"union" : [ {
|
|
51500
|
-
"fieldName" : "latLongGeoNode",
|
|
51501
|
-
"type" : {
|
|
51502
|
-
"type" : "reference",
|
|
51503
|
-
"reference" : {
|
|
51504
|
-
"name" : "LatLongGeoNode",
|
|
51505
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51506
|
-
}
|
|
51507
|
-
}
|
|
51508
|
-
} ]
|
|
51509
|
-
}
|
|
51510
|
-
}, {
|
|
51511
|
-
"type" : "union",
|
|
51512
|
-
"union" : {
|
|
51513
|
-
"typeName" : {
|
|
51514
|
-
"name" : "GeoNodeSummaryStrategy",
|
|
51515
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51516
|
-
},
|
|
51517
|
-
"union" : [ {
|
|
51518
|
-
"fieldName" : "temporal",
|
|
51519
|
-
"type" : {
|
|
51520
|
-
"type" : "reference",
|
|
51521
|
-
"reference" : {
|
|
51522
|
-
"name" : "GeoNodeTemporalSummary",
|
|
51523
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51524
|
-
}
|
|
51525
|
-
}
|
|
51526
|
-
} ]
|
|
51527
|
-
}
|
|
51528
|
-
}, {
|
|
51529
|
-
"type" : "object",
|
|
51530
|
-
"object" : {
|
|
51531
|
-
"typeName" : {
|
|
51532
|
-
"name" : "GeoNodeTemporalSummary",
|
|
51533
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51534
|
-
},
|
|
51535
|
-
"fields" : [ {
|
|
51536
|
-
"fieldName" : "resolution",
|
|
51537
|
-
"type" : {
|
|
51538
|
-
"type" : "primitive",
|
|
51539
|
-
"primitive" : "SAFELONG"
|
|
51540
|
-
}
|
|
51541
|
-
} ]
|
|
51542
|
-
}
|
|
51543
51341
|
}, {
|
|
51544
51342
|
"type" : "object",
|
|
51545
51343
|
"object" : {
|
|
@@ -51664,74 +51462,6 @@
|
|
|
51664
51462
|
}
|
|
51665
51463
|
} ]
|
|
51666
51464
|
}
|
|
51667
|
-
}, {
|
|
51668
|
-
"type" : "object",
|
|
51669
|
-
"object" : {
|
|
51670
|
-
"typeName" : {
|
|
51671
|
-
"name" : "LatLongBounds",
|
|
51672
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51673
|
-
},
|
|
51674
|
-
"fields" : [ {
|
|
51675
|
-
"fieldName" : "southWest",
|
|
51676
|
-
"type" : {
|
|
51677
|
-
"type" : "reference",
|
|
51678
|
-
"reference" : {
|
|
51679
|
-
"name" : "LatLongPoint",
|
|
51680
|
-
"package" : "io.nominal.scout.compute.api"
|
|
51681
|
-
}
|
|
51682
|
-
}
|
|
51683
|
-
}, {
|
|
51684
|
-
"fieldName" : "northEast",
|
|
51685
|
-
"type" : {
|
|
51686
|
-
"type" : "reference",
|
|
51687
|
-
"reference" : {
|
|
51688
|
-
"name" : "LatLongPoint",
|
|
51689
|
-
"package" : "io.nominal.scout.compute.api"
|
|
51690
|
-
}
|
|
51691
|
-
}
|
|
51692
|
-
} ]
|
|
51693
|
-
}
|
|
51694
|
-
}, {
|
|
51695
|
-
"type" : "object",
|
|
51696
|
-
"object" : {
|
|
51697
|
-
"typeName" : {
|
|
51698
|
-
"name" : "LatLongGeoNode",
|
|
51699
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51700
|
-
},
|
|
51701
|
-
"fields" : [ {
|
|
51702
|
-
"fieldName" : "latitude",
|
|
51703
|
-
"type" : {
|
|
51704
|
-
"type" : "reference",
|
|
51705
|
-
"reference" : {
|
|
51706
|
-
"name" : "NumericSeriesNode",
|
|
51707
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51708
|
-
}
|
|
51709
|
-
}
|
|
51710
|
-
}, {
|
|
51711
|
-
"fieldName" : "longitude",
|
|
51712
|
-
"type" : {
|
|
51713
|
-
"type" : "reference",
|
|
51714
|
-
"reference" : {
|
|
51715
|
-
"name" : "NumericSeriesNode",
|
|
51716
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51717
|
-
}
|
|
51718
|
-
}
|
|
51719
|
-
}, {
|
|
51720
|
-
"fieldName" : "bounds",
|
|
51721
|
-
"type" : {
|
|
51722
|
-
"type" : "optional",
|
|
51723
|
-
"optional" : {
|
|
51724
|
-
"itemType" : {
|
|
51725
|
-
"type" : "reference",
|
|
51726
|
-
"reference" : {
|
|
51727
|
-
"name" : "LatLongBounds",
|
|
51728
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
51729
|
-
}
|
|
51730
|
-
}
|
|
51731
|
-
}
|
|
51732
|
-
}
|
|
51733
|
-
} ]
|
|
51734
|
-
}
|
|
51735
51465
|
}, {
|
|
51736
51466
|
"type" : "object",
|
|
51737
51467
|
"object" : {
|
|
@@ -53660,15 +53390,6 @@
|
|
|
53660
53390
|
"package" : "io.nominal.scout.compute.resolved.api"
|
|
53661
53391
|
}
|
|
53662
53392
|
}
|
|
53663
|
-
}, {
|
|
53664
|
-
"fieldName" : "geo",
|
|
53665
|
-
"type" : {
|
|
53666
|
-
"type" : "reference",
|
|
53667
|
-
"reference" : {
|
|
53668
|
-
"name" : "SummarizeGeoNode",
|
|
53669
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
53670
|
-
}
|
|
53671
|
-
}
|
|
53672
53393
|
}, {
|
|
53673
53394
|
"fieldName" : "curve",
|
|
53674
53395
|
"type" : {
|
|
@@ -54547,33 +54268,6 @@
|
|
|
54547
54268
|
}
|
|
54548
54269
|
} ]
|
|
54549
54270
|
}
|
|
54550
|
-
}, {
|
|
54551
|
-
"type" : "object",
|
|
54552
|
-
"object" : {
|
|
54553
|
-
"typeName" : {
|
|
54554
|
-
"name" : "SummarizeGeoNode",
|
|
54555
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
54556
|
-
},
|
|
54557
|
-
"fields" : [ {
|
|
54558
|
-
"fieldName" : "input",
|
|
54559
|
-
"type" : {
|
|
54560
|
-
"type" : "reference",
|
|
54561
|
-
"reference" : {
|
|
54562
|
-
"name" : "GeoNode",
|
|
54563
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
54564
|
-
}
|
|
54565
|
-
}
|
|
54566
|
-
}, {
|
|
54567
|
-
"fieldName" : "summaryStrategy",
|
|
54568
|
-
"type" : {
|
|
54569
|
-
"type" : "reference",
|
|
54570
|
-
"reference" : {
|
|
54571
|
-
"name" : "GeoNodeSummaryStrategy",
|
|
54572
|
-
"package" : "io.nominal.scout.compute.resolved.api"
|
|
54573
|
-
}
|
|
54574
|
-
}
|
|
54575
|
-
} ]
|
|
54576
|
-
}
|
|
54577
54271
|
}, {
|
|
54578
54272
|
"type" : "object",
|
|
54579
54273
|
"object" : {
|
|
@@ -60042,6 +59736,43 @@
|
|
|
60042
59736
|
}
|
|
60043
59737
|
} ]
|
|
60044
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
|
+
}
|
|
60045
59776
|
}, {
|
|
60046
59777
|
"type" : "alias",
|
|
60047
59778
|
"alias" : {
|
|
@@ -61147,6 +60878,137 @@
|
|
|
61147
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"
|
|
61148
60879
|
} ]
|
|
61149
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
|
+
}
|
|
61150
61012
|
}, {
|
|
61151
61013
|
"type" : "union",
|
|
61152
61014
|
"union" : {
|
|
@@ -61172,6 +61034,24 @@
|
|
|
61172
61034
|
"package" : "io.nominal.scout.integrations.api"
|
|
61173
61035
|
}
|
|
61174
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
|
+
}
|
|
61175
61055
|
} ]
|
|
61176
61056
|
}
|
|
61177
61057
|
}, {
|
|
@@ -61248,6 +61128,21 @@
|
|
|
61248
61128
|
}
|
|
61249
61129
|
} ]
|
|
61250
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
|
+
}
|
|
61251
61146
|
}, {
|
|
61252
61147
|
"type" : "object",
|
|
61253
61148
|
"object" : {
|
|
@@ -61263,6 +61158,21 @@
|
|
|
61263
61158
|
}
|
|
61264
61159
|
} ]
|
|
61265
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
|
+
}
|
|
61266
61176
|
}, {
|
|
61267
61177
|
"type" : "object",
|
|
61268
61178
|
"object" : {
|
|
@@ -61375,6 +61285,24 @@
|
|
|
61375
61285
|
"package" : "io.nominal.scout.integrations.api"
|
|
61376
61286
|
}
|
|
61377
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
|
+
}
|
|
61378
61306
|
} ]
|
|
61379
61307
|
}
|
|
61380
61308
|
}, {
|
|
@@ -61389,6 +61317,60 @@
|
|
|
61389
61317
|
"primitive" : "RID"
|
|
61390
61318
|
}
|
|
61391
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
|
+
}
|
|
61392
61374
|
}, {
|
|
61393
61375
|
"type" : "object",
|
|
61394
61376
|
"object" : {
|
|
@@ -61499,6 +61481,78 @@
|
|
|
61499
61481
|
} ],
|
|
61500
61482
|
"docs" : "Opsgenie region for the account linked to the provided API key.\n"
|
|
61501
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
|
+
}
|
|
61502
61556
|
}, {
|
|
61503
61557
|
"type" : "object",
|
|
61504
61558
|
"object" : {
|
|
@@ -61636,6 +61690,15 @@
|
|
|
61636
61690
|
}
|
|
61637
61691
|
} ]
|
|
61638
61692
|
}
|
|
61693
|
+
}, {
|
|
61694
|
+
"type" : "object",
|
|
61695
|
+
"object" : {
|
|
61696
|
+
"typeName" : {
|
|
61697
|
+
"name" : "TeamsWebhookIntegration",
|
|
61698
|
+
"package" : "io.nominal.scout.integrations.api"
|
|
61699
|
+
},
|
|
61700
|
+
"fields" : [ ]
|
|
61701
|
+
}
|
|
61639
61702
|
}, {
|
|
61640
61703
|
"type" : "union",
|
|
61641
61704
|
"union" : {
|
|
@@ -61661,6 +61724,24 @@
|
|
|
61661
61724
|
"package" : "io.nominal.scout.integrations.api"
|
|
61662
61725
|
}
|
|
61663
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
|
+
}
|
|
61664
61745
|
} ]
|
|
61665
61746
|
}
|
|
61666
61747
|
}, {
|
|
@@ -61737,6 +61818,21 @@
|
|
|
61737
61818
|
}
|
|
61738
61819
|
} ]
|
|
61739
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
|
+
}
|
|
61740
61836
|
}, {
|
|
61741
61837
|
"type" : "object",
|
|
61742
61838
|
"object" : {
|
|
@@ -61752,6 +61848,21 @@
|
|
|
61752
61848
|
}
|
|
61753
61849
|
} ]
|
|
61754
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
|
+
}
|
|
61755
61866
|
}, {
|
|
61756
61867
|
"type" : "object",
|
|
61757
61868
|
"object" : {
|
|
@@ -63389,6 +63500,18 @@
|
|
|
63389
63500
|
"type" : "primitive",
|
|
63390
63501
|
"primitive" : "DATETIME"
|
|
63391
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"
|
|
63392
63515
|
}, {
|
|
63393
63516
|
"fieldName" : "properties",
|
|
63394
63517
|
"type" : {
|
|
@@ -67686,8 +67809,17 @@
|
|
|
67686
67809
|
"type" : {
|
|
67687
67810
|
"type" : "reference",
|
|
67688
67811
|
"reference" : {
|
|
67689
|
-
"name" : "
|
|
67690
|
-
"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"
|
|
67691
67823
|
}
|
|
67692
67824
|
}
|
|
67693
67825
|
} ]
|
|
@@ -67970,43 +68102,6 @@
|
|
|
67970
68102
|
}
|
|
67971
68103
|
} ]
|
|
67972
68104
|
}
|
|
67973
|
-
}, {
|
|
67974
|
-
"type" : "object",
|
|
67975
|
-
"object" : {
|
|
67976
|
-
"typeName" : {
|
|
67977
|
-
"name" : "CustomTimeRange",
|
|
67978
|
-
"package" : "io.nominal.scout.savedviews.api"
|
|
67979
|
-
},
|
|
67980
|
-
"fields" : [ {
|
|
67981
|
-
"fieldName" : "startTime",
|
|
67982
|
-
"type" : {
|
|
67983
|
-
"type" : "optional",
|
|
67984
|
-
"optional" : {
|
|
67985
|
-
"itemType" : {
|
|
67986
|
-
"type" : "reference",
|
|
67987
|
-
"reference" : {
|
|
67988
|
-
"name" : "UtcTimestamp",
|
|
67989
|
-
"package" : "io.nominal.scout.run.api"
|
|
67990
|
-
}
|
|
67991
|
-
}
|
|
67992
|
-
}
|
|
67993
|
-
}
|
|
67994
|
-
}, {
|
|
67995
|
-
"fieldName" : "endTime",
|
|
67996
|
-
"type" : {
|
|
67997
|
-
"type" : "optional",
|
|
67998
|
-
"optional" : {
|
|
67999
|
-
"itemType" : {
|
|
68000
|
-
"type" : "reference",
|
|
68001
|
-
"reference" : {
|
|
68002
|
-
"name" : "UtcTimestamp",
|
|
68003
|
-
"package" : "io.nominal.scout.run.api"
|
|
68004
|
-
}
|
|
68005
|
-
}
|
|
68006
|
-
}
|
|
68007
|
-
}
|
|
68008
|
-
} ]
|
|
68009
|
-
}
|
|
68010
68105
|
}, {
|
|
68011
68106
|
"type" : "union",
|
|
68012
68107
|
"union" : {
|
|
@@ -71402,6 +71497,34 @@
|
|
|
71402
71497
|
}
|
|
71403
71498
|
} ]
|
|
71404
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
|
+
}
|
|
71405
71528
|
}, {
|
|
71406
71529
|
"type" : "object",
|
|
71407
71530
|
"object" : {
|
|
@@ -71458,6 +71581,34 @@
|
|
|
71458
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"
|
|
71459
71582
|
} ]
|
|
71460
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
|
+
}
|
|
71461
71612
|
}, {
|
|
71462
71613
|
"type" : "object",
|
|
71463
71614
|
"object" : {
|
|
@@ -72614,6 +72765,126 @@
|
|
|
72614
72765
|
"docs" : "deprecated. Will be removed after April 15th."
|
|
72615
72766
|
} ]
|
|
72616
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
|
+
}
|
|
72617
72888
|
}, {
|
|
72618
72889
|
"type" : "object",
|
|
72619
72890
|
"object" : {
|
|
@@ -75473,6 +75744,20 @@
|
|
|
75473
75744
|
}
|
|
75474
75745
|
}
|
|
75475
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
|
+
}
|
|
75476
75761
|
}, {
|
|
75477
75762
|
"fieldName" : "array",
|
|
75478
75763
|
"type" : {
|
|
@@ -75811,6 +76096,30 @@
|
|
|
75811
76096
|
}
|
|
75812
76097
|
} ]
|
|
75813
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
|
+
}
|
|
75814
76123
|
}, {
|
|
75815
76124
|
"type" : "object",
|
|
75816
76125
|
"object" : {
|
|
@@ -90503,6 +90812,112 @@
|
|
|
90503
90812
|
}
|
|
90504
90813
|
},
|
|
90505
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",
|
|
90506
90921
|
"markers" : [ ],
|
|
90507
90922
|
"tags" : [ ]
|
|
90508
90923
|
}, {
|
|
@@ -92730,6 +93145,37 @@
|
|
|
92730
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",
|
|
92731
93146
|
"markers" : [ ],
|
|
92732
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" : [ ]
|
|
92733
93179
|
}, {
|
|
92734
93180
|
"endpointName" : "getSegmentSummariesInBounds",
|
|
92735
93181
|
"httpMethod" : "POST",
|
|
@@ -92784,6 +93230,45 @@
|
|
|
92784
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",
|
|
92785
93231
|
"markers" : [ ],
|
|
92786
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" : [ ]
|
|
92787
93272
|
}, {
|
|
92788
93273
|
"endpointName" : "getFileSummaries",
|
|
92789
93274
|
"httpMethod" : "POST",
|
|
@@ -93891,7 +94376,7 @@
|
|
|
93891
94376
|
"markers" : [ ],
|
|
93892
94377
|
"tags" : [ ]
|
|
93893
94378
|
} ],
|
|
93894
|
-
"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",
|
|
93895
94380
|
"markers" : [ ],
|
|
93896
94381
|
"tags" : [ ]
|
|
93897
94382
|
}, {
|