@ourskyai/platform-api 1.3.8815 → 1.4.118
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.
- package/.openapi-generator/FILES +160 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +265 -4
- package/api.ts +1568 -5774
- package/base.ts +14 -24
- package/common.ts +20 -44
- package/configuration.ts +37 -17
- package/dist/api.d.ts +978 -5071
- package/dist/api.js +968 -1150
- package/dist/base.d.ts +11 -23
- package/dist/base.js +5 -18
- package/dist/common.d.ts +6 -37
- package/dist/common.js +18 -40
- package/dist/configuration.d.ts +30 -15
- package/dist/configuration.js +5 -3
- package/dist/esm/api.d.ts +978 -5071
- package/dist/esm/api.js +968 -1150
- package/dist/esm/base.d.ts +11 -23
- package/dist/esm/base.js +4 -17
- package/dist/esm/common.d.ts +6 -37
- package/dist/esm/common.js +16 -39
- package/dist/esm/configuration.d.ts +30 -15
- package/dist/esm/configuration.js +5 -3
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/CameraMode.md +10 -0
- package/docs/DefaultApi.md +3904 -0
- package/docs/EmptySuccess.md +20 -0
- package/docs/FilterType.md +60 -0
- package/docs/FitsHeader.md +22 -0
- package/docs/ImageSetType.md +24 -0
- package/docs/Location.md +25 -0
- package/docs/MetricType.md +14 -0
- package/docs/ModelType.md +10 -0
- package/docs/MountGeometry.md +10 -0
- package/docs/MountType.md +10 -0
- package/docs/NetworkInterface.md +15 -0
- package/docs/NodeState.md +20 -0
- package/docs/OrbitType.md +42 -0
- package/docs/PKICertificate.md +30 -0
- package/docs/PlateSolveParameters.md +26 -0
- package/docs/ShutterType.md +10 -0
- package/docs/StreakExtractionSource.md +35 -0
- package/docs/SuccessfulCreate.md +20 -0
- package/docs/TrackingType.md +12 -0
- package/docs/UploadPriority.md +10 -0
- package/docs/V1AccessToken.md +43 -0
- package/docs/V1AccessTokenType.md +12 -0
- package/docs/V1AllSkyCameraConfig.md +22 -0
- package/docs/V1AllSkyImageForImage.md +28 -0
- package/docs/V1AllSkyPrediction.md +30 -0
- package/docs/V1AllSkyPredictionLabel.md +16 -0
- package/docs/V1ApexChartsTimeline.md +20 -0
- package/docs/V1ApexChartsTimelineElement.md +24 -0
- package/docs/V1AssetSize.md +10 -0
- package/docs/V1AutoFocusInstruction.md +23 -0
- package/docs/V1AutoFocusInstructionCoordinatesInner.md +23 -0
- package/docs/V1BlackoutBox.md +26 -0
- package/docs/V1Camera.md +47 -0
- package/docs/V1CameraRollImage.md +34 -0
- package/docs/V1ClientToken.md +22 -0
- package/docs/V1CompleteNodeControllerCrashReportRequest.md +20 -0
- package/docs/V1CompleteNodeFlareRequest.md +20 -0
- package/docs/V1CompleteObservationRequest.md +20 -0
- package/docs/V1CreateAllSkyPredictionRequest.md +24 -0
- package/docs/V1CreateAutofocusResultRequest.md +28 -0
- package/docs/V1CreateImageMetadataRequest.md +26 -0
- package/docs/V1CreateImageSetImageRequest.md +32 -0
- package/docs/V1CreateImageSetImageResponse.md +23 -0
- package/docs/V1CreateImageSetImageUploadUrlRequest.md +26 -0
- package/docs/V1CreateImageSetImageUploadUrlResponse.md +20 -0
- package/docs/V1CreateImageSetRequest.md +28 -0
- package/docs/V1CreateNodeControllerArtifactRequest.md +20 -0
- package/docs/V1CreateNodeControllerCrashReportRequest.md +37 -0
- package/docs/V1CreateNodeControllerCrashReportResponse.md +22 -0
- package/docs/V1CreateNodeDiagnostic.md +28 -0
- package/docs/V1CreateNodeDiagnosticsRequest.md +22 -0
- package/docs/V1CreateNodeEvent.md +24 -0
- package/docs/V1CreateNodeEventsRequest.md +22 -0
- package/docs/V1CreateNodeFlareRequest.md +22 -0
- package/docs/V1CreateNodeFlareResponse.md +22 -0
- package/docs/V1CreateNodeRequest.md +37 -0
- package/docs/V1CreateProcessedImageSetImageRequest.md +67 -0
- package/docs/V1CreateTimeWindowedAssetRequest.md +34 -0
- package/docs/V1CreateTimeWindowedAssetResponse.md +22 -0
- package/docs/V1DataSource.md +10 -0
- package/docs/V1DiagnosticInstruction.md +21 -0
- package/docs/V1DisableDebugServices.md +22 -0
- package/docs/V1DurationMeasured.md +24 -0
- package/docs/V1ElevationMaskPoint.md +25 -0
- package/docs/V1EnableAutonomousOperation.md +22 -0
- package/docs/V1EnableDebugServices.md +26 -0
- package/docs/V1EnableManualOperation.md +22 -0
- package/docs/V1FileType.md +8 -0
- package/docs/V1Focuser.md +27 -0
- package/docs/V1GainCurve.md +25 -0
- package/docs/V1GainCurvePoint.md +22 -0
- package/docs/V1GenerateEdgeTokenResponse.md +22 -0
- package/docs/V1GetInstructionRequest.md +28 -0
- package/docs/V1GetInstructionRequestUploadHealth.md +24 -0
- package/docs/V1GetNodeCommandsResponse.md +20 -0
- package/docs/V1GetNodes.md +20 -0
- package/docs/V1GetOrCreateCameraRequest.md +60 -0
- package/docs/V1GetOrCreateFocuserRequest.md +24 -0
- package/docs/V1GetOrCreateMountRequest.md +24 -0
- package/docs/V1GetPlateSolveCatalogDiffRequest.md +20 -0
- package/docs/V1GetSuntimesResponse.md +36 -0
- package/docs/V1HFRStar.md +25 -0
- package/docs/V1ImageFileType.md +10 -0
- package/docs/V1ImageMetadata.md +32 -0
- package/docs/V1ImageRejectionReason.md +64 -0
- package/docs/V1ImageSet.md +43 -0
- package/docs/V1ImageSetImage.md +77 -0
- package/docs/V1ImageSetImageDot.md +45 -0
- package/docs/V1ImageSetImageStreak.md +57 -0
- package/docs/V1Instruction.md +31 -0
- package/docs/V1JobStatus.md +16 -0
- package/docs/V1LastInstructionResponse.md +24 -0
- package/docs/V1LatestHfrResponse.md +24 -0
- package/docs/V1LogRecorded.md +20 -0
- package/docs/V1MLModel.md +30 -0
- package/docs/V1MatchedStar.md +39 -0
- package/docs/V1Metric.md +30 -0
- package/docs/V1Mount.md +23 -0
- package/docs/V1Node.md +59 -0
- package/docs/V1NodeCommand.md +34 -0
- package/docs/V1NodeComponentType.md +34 -0
- package/docs/V1NodeConfigBody.md +20 -0
- package/docs/V1NodeConfigKeyMetadata.md +26 -0
- package/docs/V1NodeConfigScopeType.md +12 -0
- package/docs/V1NodeController.md +36 -0
- package/docs/V1NodeControllerArtifact.md +20 -0
- package/docs/V1NodeControllerBootstrapRequest.md +20 -0
- package/docs/V1NodeControllerIssueCertificateResponse.md +32 -0
- package/docs/V1NodeControllerIssueCertificateResponseRsaKeyPair.md +24 -0
- package/docs/V1NodeControllerMacAddressesInner.md +22 -0
- package/docs/V1NodeControllerStatus.md +13 -0
- package/docs/V1NodeDiagnosticType.md +80 -0
- package/docs/V1NodeEventType.md +32 -0
- package/docs/V1NodeFlare.md +25 -0
- package/docs/V1NodeWithLocation.md +23 -0
- package/docs/V1OAuthAuthorizeRequest.md +26 -0
- package/docs/V1OAuthAuthorizeResponse.md +20 -0
- package/docs/V1OAuthTokenRequest.md +24 -0
- package/docs/V1OAuthTokenResponse.md +22 -0
- package/docs/V1OTAEncryptionRequestLatest.md +20 -0
- package/docs/V1OTAEncryptionResult.md +30 -0
- package/docs/V1ObservationInstruction.md +79 -0
- package/docs/V1ObservationInstructionAscomAxisRates.md +35 -0
- package/docs/V1ObservationInstructionSatellitePassEphemerisInner.md +25 -0
- package/docs/V1ObservationMetrics.md +30 -0
- package/docs/V1OpticalTube.md +27 -0
- package/docs/V1PixelCoordinates.md +23 -0
- package/docs/V1PlateSolveCatalogFile.md +22 -0
- package/docs/V1PlateSolveCatalogFileDownload.md +26 -0
- package/docs/V1PlateSolveResult.md +40 -0
- package/docs/V1PlateSolveStatus.md +12 -0
- package/docs/V1PredictedStreakLocation.md +26 -0
- package/docs/V1PrincipalRoleType.md +20 -0
- package/docs/V1ProductRevision.md +12 -0
- package/docs/V1ReadNoisePoint.md +22 -0
- package/docs/V1RebootSystem.md +22 -0
- package/docs/V1RefreshCertificateRequest.md +20 -0
- package/docs/V1RegisterNodeControllerRequest.md +24 -0
- package/docs/V1RequestMacAddressesRequest.md +22 -0
- package/docs/V1RequestMacAddressesResponse.md +20 -0
- package/docs/V1RequestMacAddressesResponseMacAddressesInner.md +22 -0
- package/docs/V1ResolvedInstruction.md +85 -0
- package/docs/V1SIPCoefficients.md +40 -0
- package/docs/V1SafetyStatusUpdated.md +20 -0
- package/docs/V1SendFlare.md +40 -0
- package/docs/V1SetupAction.md +23 -0
- package/docs/V1SoftwarePackageType.md +8 -0
- package/docs/V1SoftwareRelease.md +34 -0
- package/docs/V1SoftwareRuntimeEnvironmentType.md +9 -0
- package/docs/V1SystemVariant.md +34 -0
- package/docs/V1TerrestrialDownlinkInstruction.md +33 -0
- package/docs/V1TimeWindowedAsset.md +37 -0
- package/docs/V1TimeWindowedAssetType.md +10 -0
- package/docs/V1Transformation.md +77 -0
- package/docs/V1UpdateNodeRequest.md +51 -0
- package/docs/V1VideoModeFramerateProperty.md +28 -0
- package/docs/V2CompleteObservationRequest.md +24 -0
- package/docs/V2NodeControllerIssueCertificateResponse.md +22 -0
- package/docs/V2UpdateNodeRequest.md +43 -0
- package/index.ts +1 -1
- package/package.json +4 -4
package/.openapi-generator/FILES
CHANGED
|
@@ -6,6 +6,166 @@ api.ts
|
|
|
6
6
|
base.ts
|
|
7
7
|
common.ts
|
|
8
8
|
configuration.ts
|
|
9
|
+
docs/CameraMode.md
|
|
10
|
+
docs/DefaultApi.md
|
|
11
|
+
docs/EmptySuccess.md
|
|
12
|
+
docs/FilterType.md
|
|
13
|
+
docs/FitsHeader.md
|
|
14
|
+
docs/ImageSetType.md
|
|
15
|
+
docs/Location.md
|
|
16
|
+
docs/MetricType.md
|
|
17
|
+
docs/ModelType.md
|
|
18
|
+
docs/MountGeometry.md
|
|
19
|
+
docs/MountType.md
|
|
20
|
+
docs/NetworkInterface.md
|
|
21
|
+
docs/NodeState.md
|
|
22
|
+
docs/OrbitType.md
|
|
23
|
+
docs/PKICertificate.md
|
|
24
|
+
docs/PlateSolveParameters.md
|
|
25
|
+
docs/ShutterType.md
|
|
26
|
+
docs/StreakExtractionSource.md
|
|
27
|
+
docs/SuccessfulCreate.md
|
|
28
|
+
docs/TrackingType.md
|
|
29
|
+
docs/UploadPriority.md
|
|
30
|
+
docs/V1AccessToken.md
|
|
31
|
+
docs/V1AccessTokenType.md
|
|
32
|
+
docs/V1AllSkyCameraConfig.md
|
|
33
|
+
docs/V1AllSkyImageForImage.md
|
|
34
|
+
docs/V1AllSkyPrediction.md
|
|
35
|
+
docs/V1AllSkyPredictionLabel.md
|
|
36
|
+
docs/V1ApexChartsTimeline.md
|
|
37
|
+
docs/V1ApexChartsTimelineElement.md
|
|
38
|
+
docs/V1AssetSize.md
|
|
39
|
+
docs/V1AutoFocusInstruction.md
|
|
40
|
+
docs/V1AutoFocusInstructionCoordinatesInner.md
|
|
41
|
+
docs/V1BlackoutBox.md
|
|
42
|
+
docs/V1Camera.md
|
|
43
|
+
docs/V1CameraRollImage.md
|
|
44
|
+
docs/V1ClientToken.md
|
|
45
|
+
docs/V1CompleteNodeControllerCrashReportRequest.md
|
|
46
|
+
docs/V1CompleteNodeFlareRequest.md
|
|
47
|
+
docs/V1CompleteObservationRequest.md
|
|
48
|
+
docs/V1CreateAllSkyPredictionRequest.md
|
|
49
|
+
docs/V1CreateAutofocusResultRequest.md
|
|
50
|
+
docs/V1CreateImageMetadataRequest.md
|
|
51
|
+
docs/V1CreateImageSetImageRequest.md
|
|
52
|
+
docs/V1CreateImageSetImageResponse.md
|
|
53
|
+
docs/V1CreateImageSetImageUploadUrlRequest.md
|
|
54
|
+
docs/V1CreateImageSetImageUploadUrlResponse.md
|
|
55
|
+
docs/V1CreateImageSetRequest.md
|
|
56
|
+
docs/V1CreateNodeControllerArtifactRequest.md
|
|
57
|
+
docs/V1CreateNodeControllerCrashReportRequest.md
|
|
58
|
+
docs/V1CreateNodeControllerCrashReportResponse.md
|
|
59
|
+
docs/V1CreateNodeDiagnostic.md
|
|
60
|
+
docs/V1CreateNodeDiagnosticsRequest.md
|
|
61
|
+
docs/V1CreateNodeEvent.md
|
|
62
|
+
docs/V1CreateNodeEventsRequest.md
|
|
63
|
+
docs/V1CreateNodeFlareRequest.md
|
|
64
|
+
docs/V1CreateNodeFlareResponse.md
|
|
65
|
+
docs/V1CreateNodeRequest.md
|
|
66
|
+
docs/V1CreateProcessedImageSetImageRequest.md
|
|
67
|
+
docs/V1CreateTimeWindowedAssetRequest.md
|
|
68
|
+
docs/V1CreateTimeWindowedAssetResponse.md
|
|
69
|
+
docs/V1DataSource.md
|
|
70
|
+
docs/V1DiagnosticInstruction.md
|
|
71
|
+
docs/V1DisableDebugServices.md
|
|
72
|
+
docs/V1DurationMeasured.md
|
|
73
|
+
docs/V1ElevationMaskPoint.md
|
|
74
|
+
docs/V1EnableAutonomousOperation.md
|
|
75
|
+
docs/V1EnableDebugServices.md
|
|
76
|
+
docs/V1EnableManualOperation.md
|
|
77
|
+
docs/V1FileType.md
|
|
78
|
+
docs/V1Focuser.md
|
|
79
|
+
docs/V1GainCurve.md
|
|
80
|
+
docs/V1GainCurvePoint.md
|
|
81
|
+
docs/V1GenerateEdgeTokenResponse.md
|
|
82
|
+
docs/V1GetInstructionRequest.md
|
|
83
|
+
docs/V1GetInstructionRequestUploadHealth.md
|
|
84
|
+
docs/V1GetNodeCommandsResponse.md
|
|
85
|
+
docs/V1GetNodes.md
|
|
86
|
+
docs/V1GetOrCreateCameraRequest.md
|
|
87
|
+
docs/V1GetOrCreateFocuserRequest.md
|
|
88
|
+
docs/V1GetOrCreateMountRequest.md
|
|
89
|
+
docs/V1GetPlateSolveCatalogDiffRequest.md
|
|
90
|
+
docs/V1GetSuntimesResponse.md
|
|
91
|
+
docs/V1HFRStar.md
|
|
92
|
+
docs/V1ImageFileType.md
|
|
93
|
+
docs/V1ImageMetadata.md
|
|
94
|
+
docs/V1ImageRejectionReason.md
|
|
95
|
+
docs/V1ImageSet.md
|
|
96
|
+
docs/V1ImageSetImage.md
|
|
97
|
+
docs/V1ImageSetImageDot.md
|
|
98
|
+
docs/V1ImageSetImageStreak.md
|
|
99
|
+
docs/V1Instruction.md
|
|
100
|
+
docs/V1JobStatus.md
|
|
101
|
+
docs/V1LastInstructionResponse.md
|
|
102
|
+
docs/V1LatestHfrResponse.md
|
|
103
|
+
docs/V1LogRecorded.md
|
|
104
|
+
docs/V1MLModel.md
|
|
105
|
+
docs/V1MatchedStar.md
|
|
106
|
+
docs/V1Metric.md
|
|
107
|
+
docs/V1Mount.md
|
|
108
|
+
docs/V1Node.md
|
|
109
|
+
docs/V1NodeCommand.md
|
|
110
|
+
docs/V1NodeComponentType.md
|
|
111
|
+
docs/V1NodeConfigBody.md
|
|
112
|
+
docs/V1NodeConfigKeyMetadata.md
|
|
113
|
+
docs/V1NodeConfigScopeType.md
|
|
114
|
+
docs/V1NodeController.md
|
|
115
|
+
docs/V1NodeControllerArtifact.md
|
|
116
|
+
docs/V1NodeControllerBootstrapRequest.md
|
|
117
|
+
docs/V1NodeControllerIssueCertificateResponse.md
|
|
118
|
+
docs/V1NodeControllerIssueCertificateResponseRsaKeyPair.md
|
|
119
|
+
docs/V1NodeControllerMacAddressesInner.md
|
|
120
|
+
docs/V1NodeControllerStatus.md
|
|
121
|
+
docs/V1NodeDiagnosticType.md
|
|
122
|
+
docs/V1NodeEventType.md
|
|
123
|
+
docs/V1NodeFlare.md
|
|
124
|
+
docs/V1NodeWithLocation.md
|
|
125
|
+
docs/V1OAuthAuthorizeRequest.md
|
|
126
|
+
docs/V1OAuthAuthorizeResponse.md
|
|
127
|
+
docs/V1OAuthTokenRequest.md
|
|
128
|
+
docs/V1OAuthTokenResponse.md
|
|
129
|
+
docs/V1OTAEncryptionRequestLatest.md
|
|
130
|
+
docs/V1OTAEncryptionResult.md
|
|
131
|
+
docs/V1ObservationInstruction.md
|
|
132
|
+
docs/V1ObservationInstructionAscomAxisRates.md
|
|
133
|
+
docs/V1ObservationInstructionSatellitePassEphemerisInner.md
|
|
134
|
+
docs/V1ObservationMetrics.md
|
|
135
|
+
docs/V1OpticalTube.md
|
|
136
|
+
docs/V1PixelCoordinates.md
|
|
137
|
+
docs/V1PlateSolveCatalogFile.md
|
|
138
|
+
docs/V1PlateSolveCatalogFileDownload.md
|
|
139
|
+
docs/V1PlateSolveResult.md
|
|
140
|
+
docs/V1PlateSolveStatus.md
|
|
141
|
+
docs/V1PredictedStreakLocation.md
|
|
142
|
+
docs/V1PrincipalRoleType.md
|
|
143
|
+
docs/V1ProductRevision.md
|
|
144
|
+
docs/V1ReadNoisePoint.md
|
|
145
|
+
docs/V1RebootSystem.md
|
|
146
|
+
docs/V1RefreshCertificateRequest.md
|
|
147
|
+
docs/V1RegisterNodeControllerRequest.md
|
|
148
|
+
docs/V1RequestMacAddressesRequest.md
|
|
149
|
+
docs/V1RequestMacAddressesResponse.md
|
|
150
|
+
docs/V1RequestMacAddressesResponseMacAddressesInner.md
|
|
151
|
+
docs/V1ResolvedInstruction.md
|
|
152
|
+
docs/V1SIPCoefficients.md
|
|
153
|
+
docs/V1SafetyStatusUpdated.md
|
|
154
|
+
docs/V1SendFlare.md
|
|
155
|
+
docs/V1SetupAction.md
|
|
156
|
+
docs/V1SoftwarePackageType.md
|
|
157
|
+
docs/V1SoftwareRelease.md
|
|
158
|
+
docs/V1SoftwareRuntimeEnvironmentType.md
|
|
159
|
+
docs/V1SystemVariant.md
|
|
160
|
+
docs/V1TerrestrialDownlinkInstruction.md
|
|
161
|
+
docs/V1TimeWindowedAsset.md
|
|
162
|
+
docs/V1TimeWindowedAssetType.md
|
|
163
|
+
docs/V1Transformation.md
|
|
164
|
+
docs/V1UpdateNodeRequest.md
|
|
165
|
+
docs/V1VideoModeFramerateProperty.md
|
|
166
|
+
docs/V2CompleteObservationRequest.md
|
|
167
|
+
docs/V2NodeControllerIssueCertificateResponse.md
|
|
168
|
+
docs/V2UpdateNodeRequest.md
|
|
9
169
|
git_push.sh
|
|
10
170
|
index.ts
|
|
11
171
|
package.json
|
|
@@ -1 +1 @@
|
|
|
1
|
-
7.0
|
|
1
|
+
7.19.0
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @ourskyai/platform-api@1.
|
|
1
|
+
## @ourskyai/platform-api@1.4.118
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -15,7 +15,7 @@ Module system
|
|
|
15
15
|
* CommonJS
|
|
16
16
|
* ES6 module system
|
|
17
17
|
|
|
18
|
-
It can be used in both TypeScript and JavaScript. In TypeScript, the definition
|
|
18
|
+
It can be used in both TypeScript and JavaScript. In TypeScript, the definition will be automatically resolved via `package.json`. ([Reference](https://www.typescriptlang.org/docs/handbook/declaration-files/consumption.html))
|
|
19
19
|
|
|
20
20
|
### Building
|
|
21
21
|
|
|
@@ -27,7 +27,7 @@ npm run build
|
|
|
27
27
|
|
|
28
28
|
### Publishing
|
|
29
29
|
|
|
30
|
-
First build the package then run
|
|
30
|
+
First build the package then run `npm publish`
|
|
31
31
|
|
|
32
32
|
### Consuming
|
|
33
33
|
|
|
@@ -36,10 +36,271 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @ourskyai/platform-api@1.
|
|
39
|
+
npm install @ourskyai/platform-api@1.4.118 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
43
43
|
|
|
44
44
|
```
|
|
45
45
|
npm install PATH_TO_GENERATED_PACKAGE --save
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
### Documentation for API Endpoints
|
|
49
|
+
|
|
50
|
+
All URIs are relative to *https://api.prod.oursky.ai*
|
|
51
|
+
|
|
52
|
+
Class | Method | HTTP request | Description
|
|
53
|
+
------------ | ------------- | ------------- | -------------
|
|
54
|
+
*DefaultApi* | [**getCameraRoll**](docs/DefaultApi.md#getcameraroll) | **GET** /v1/camera-roll |
|
|
55
|
+
*DefaultApi* | [**getClientToken**](docs/DefaultApi.md#getclienttoken) | **GET** /v1/client-tokens |
|
|
56
|
+
*DefaultApi* | [**v1CameraMatch**](docs/DefaultApi.md#v1cameramatch) | **GET** /v1/camera-match |
|
|
57
|
+
*DefaultApi* | [**v1CompleteBootstrap**](docs/DefaultApi.md#v1completebootstrap) | **POST** /v1/node-controller/completeBootstrap |
|
|
58
|
+
*DefaultApi* | [**v1CompleteNodeControllerCrashReport**](docs/DefaultApi.md#v1completenodecontrollercrashreport) | **POST** /v1/node-controller/complete-crash-report |
|
|
59
|
+
*DefaultApi* | [**v1CompleteNodeFlare**](docs/DefaultApi.md#v1completenodeflare) | **POST** /v1/node-flare/complete |
|
|
60
|
+
*DefaultApi* | [**v1CompleteObservation**](docs/DefaultApi.md#v1completeobservation) | **PUT** /v1/observation-complete |
|
|
61
|
+
*DefaultApi* | [**v1CreateAllSkyPrediction**](docs/DefaultApi.md#v1createallskyprediction) | **POST** /v1/all-sky-prediction |
|
|
62
|
+
*DefaultApi* | [**v1CreateAutofocusResult**](docs/DefaultApi.md#v1createautofocusresult) | **POST** /v1/autofocus |
|
|
63
|
+
*DefaultApi* | [**v1CreateImageMetadata**](docs/DefaultApi.md#v1createimagemetadata) | **POST** /v1/image-metadata |
|
|
64
|
+
*DefaultApi* | [**v1CreateImageSet**](docs/DefaultApi.md#v1createimageset) | **POST** /v1/image-set |
|
|
65
|
+
*DefaultApi* | [**v1CreateImageSetImage**](docs/DefaultApi.md#v1createimagesetimage) | **POST** /v1/image-set-image |
|
|
66
|
+
*DefaultApi* | [**v1CreateImageSetImageUploadUrl**](docs/DefaultApi.md#v1createimagesetimageuploadurl) | **POST** /v1/image-set-image/upload-url |
|
|
67
|
+
*DefaultApi* | [**v1CreateMetrics**](docs/DefaultApi.md#v1createmetrics) | **POST** /v1/metrics |
|
|
68
|
+
*DefaultApi* | [**v1CreateNode**](docs/DefaultApi.md#v1createnode) | **POST** /v1/node |
|
|
69
|
+
*DefaultApi* | [**v1CreateNodeControllerArtifact**](docs/DefaultApi.md#v1createnodecontrollerartifact) | **PUT** /v1/node-controller-artifact |
|
|
70
|
+
*DefaultApi* | [**v1CreateNodeControllerCrashReport**](docs/DefaultApi.md#v1createnodecontrollercrashreport) | **POST** /v1/node-controller/crash-report |
|
|
71
|
+
*DefaultApi* | [**v1CreateNodeDiagnostics**](docs/DefaultApi.md#v1createnodediagnostics) | **POST** /v1/node-diagnostics |
|
|
72
|
+
*DefaultApi* | [**v1CreateNodeEvents**](docs/DefaultApi.md#v1createnodeevents) | **POST** /v1/node-events |
|
|
73
|
+
*DefaultApi* | [**v1CreateNodeFlare**](docs/DefaultApi.md#v1createnodeflare) | **POST** /v1/node-flare |
|
|
74
|
+
*DefaultApi* | [**v1CreateProcessedImageSetImage**](docs/DefaultApi.md#v1createprocessedimagesetimage) | **POST** /v1/image-set-image/processed |
|
|
75
|
+
*DefaultApi* | [**v1CreateTimeWindowedAsset**](docs/DefaultApi.md#v1createtimewindowedasset) | **POST** /v1/time-windowed-asset |
|
|
76
|
+
*DefaultApi* | [**v1CustomerGetSuntimes**](docs/DefaultApi.md#v1customergetsuntimes) | **GET** /v1/suntimes |
|
|
77
|
+
*DefaultApi* | [**v1DeleteImageSet**](docs/DefaultApi.md#v1deleteimageset) | **DELETE** /v1/image-set |
|
|
78
|
+
*DefaultApi* | [**v1DeleteImageSetImage**](docs/DefaultApi.md#v1deleteimagesetimage) | **DELETE** /v1/image-set-image |
|
|
79
|
+
*DefaultApi* | [**v1DeleteNodeCommand**](docs/DefaultApi.md#v1deletenodecommand) | **DELETE** /v1/node-command |
|
|
80
|
+
*DefaultApi* | [**v1DownloadCertificateBundle**](docs/DefaultApi.md#v1downloadcertificatebundle) | **POST** /v1/node-controller/download-certificate-bundle |
|
|
81
|
+
*DefaultApi* | [**v1FocuserMatch**](docs/DefaultApi.md#v1focusermatch) | **GET** /v1/focuser-match |
|
|
82
|
+
*DefaultApi* | [**v1GenerateEdgeToken**](docs/DefaultApi.md#v1generateedgetoken) | **POST** /v1/edge-token |
|
|
83
|
+
*DefaultApi* | [**v1GetAllSkyImageForImage**](docs/DefaultApi.md#v1getallskyimageforimage) | **GET** /v1/all-sky-image-for-image |
|
|
84
|
+
*DefaultApi* | [**v1GetAllSkyPrediction**](docs/DefaultApi.md#v1getallskyprediction) | **GET** /v1/all-sky-prediction |
|
|
85
|
+
*DefaultApi* | [**v1GetCameras**](docs/DefaultApi.md#v1getcameras) | **GET** /v1/cameras |
|
|
86
|
+
*DefaultApi* | [**v1GetImageMetadata**](docs/DefaultApi.md#v1getimagemetadata) | **GET** /v1/image-metadata |
|
|
87
|
+
*DefaultApi* | [**v1GetImageSet**](docs/DefaultApi.md#v1getimageset) | **GET** /v1/image-set |
|
|
88
|
+
*DefaultApi* | [**v1GetImageSetImage**](docs/DefaultApi.md#v1getimagesetimage) | **GET** /v1/image-set-image |
|
|
89
|
+
*DefaultApi* | [**v1GetInstruction**](docs/DefaultApi.md#v1getinstruction) | **PUT** /v1/instruction |
|
|
90
|
+
*DefaultApi* | [**v1GetLastInstructionByNodeId**](docs/DefaultApi.md#v1getlastinstructionbynodeid) | **GET** /v1/instruction |
|
|
91
|
+
*DefaultApi* | [**v1GetLatestHfr**](docs/DefaultApi.md#v1getlatesthfr) | **GET** /v1/autofocus |
|
|
92
|
+
*DefaultApi* | [**v1GetLatestModel**](docs/DefaultApi.md#v1getlatestmodel) | **GET** /v1/ml/get-latest-model |
|
|
93
|
+
*DefaultApi* | [**v1GetMergedNodeConfigBody**](docs/DefaultApi.md#v1getmergednodeconfigbody) | **GET** /v1/node-config |
|
|
94
|
+
*DefaultApi* | [**v1GetNode**](docs/DefaultApi.md#v1getnode) | **GET** /v1/node |
|
|
95
|
+
*DefaultApi* | [**v1GetNodeCommands**](docs/DefaultApi.md#v1getnodecommands) | **GET** /v1/node-commands |
|
|
96
|
+
*DefaultApi* | [**v1GetNodeDiagnosticTasks**](docs/DefaultApi.md#v1getnodediagnostictasks) | **GET** /v1/node-diagnostic-tasks |
|
|
97
|
+
*DefaultApi* | [**v1GetNodeEventsApexChartsTimeline**](docs/DefaultApi.md#v1getnodeeventsapexchartstimeline) | **GET** /v1/node-events/timeline |
|
|
98
|
+
*DefaultApi* | [**v1GetNodeFlare**](docs/DefaultApi.md#v1getnodeflare) | **GET** /v1/node-flare/complete |
|
|
99
|
+
*DefaultApi* | [**v1GetNodes**](docs/DefaultApi.md#v1getnodes) | **GET** /v1/nodes |
|
|
100
|
+
*DefaultApi* | [**v1GetOTAEncryption**](docs/DefaultApi.md#v1getotaencryption) | **GET** /v1/encrypt-ota |
|
|
101
|
+
*DefaultApi* | [**v1GetOpticalTube**](docs/DefaultApi.md#v1getopticaltube) | **GET** /v1/optical-tube |
|
|
102
|
+
*DefaultApi* | [**v1GetOrCreateCamera**](docs/DefaultApi.md#v1getorcreatecamera) | **PUT** /v1/camera-match |
|
|
103
|
+
*DefaultApi* | [**v1GetOrCreateFocuser**](docs/DefaultApi.md#v1getorcreatefocuser) | **PUT** /v1/focuser-match |
|
|
104
|
+
*DefaultApi* | [**v1GetOrCreateMount**](docs/DefaultApi.md#v1getorcreatemount) | **PUT** /v1/mount-match |
|
|
105
|
+
*DefaultApi* | [**v1GetPlateSolveCatalogDiff**](docs/DefaultApi.md#v1getplatesolvecatalogdiff) | **PUT** /v1/plate-solve-catalog-diff |
|
|
106
|
+
*DefaultApi* | [**v1GetSkyAtlasSatellites**](docs/DefaultApi.md#v1getskyatlassatellites) | **GET** /v1/sky-atlas/satellites |
|
|
107
|
+
*DefaultApi* | [**v1GetTargetQCOMOTASoftwareReleaseForNode**](docs/DefaultApi.md#v1gettargetqcomotasoftwarereleasefornode) | **GET** /v1/node-controller-releases |
|
|
108
|
+
*DefaultApi* | [**v1GetTargetSoftwareReleasesForNode**](docs/DefaultApi.md#v1gettargetsoftwarereleasesfornode) | **GET** /v1/node/target-software-releases |
|
|
109
|
+
*DefaultApi* | [**v1GetTimeWindowedAsset**](docs/DefaultApi.md#v1gettimewindowedasset) | **GET** /v1/time-windowed-asset |
|
|
110
|
+
*DefaultApi* | [**v1IssueCertificate**](docs/DefaultApi.md#v1issuecertificate) | **POST** /v1/node-controller/issueCertificate |
|
|
111
|
+
*DefaultApi* | [**v1Logout**](docs/DefaultApi.md#v1logout) | **POST** /v1/logout |
|
|
112
|
+
*DefaultApi* | [**v1MountMatch**](docs/DefaultApi.md#v1mountmatch) | **GET** /v1/mount-match |
|
|
113
|
+
*DefaultApi* | [**v1NodeCommandV1EnableAutonomousOperation**](docs/DefaultApi.md#v1nodecommandv1enableautonomousoperation) | **POST** /v1/node-command/enable-autonomous-operation |
|
|
114
|
+
*DefaultApi* | [**v1NodeCommandV1EnableManualOperation**](docs/DefaultApi.md#v1nodecommandv1enablemanualoperation) | **POST** /v1/node-command/enable-manual-operation |
|
|
115
|
+
*DefaultApi* | [**v1NodeCommandV1RebootSystem**](docs/DefaultApi.md#v1nodecommandv1rebootsystem) | **POST** /v1/node-command/reboot |
|
|
116
|
+
*DefaultApi* | [**v1NodeCommandV1SendFlare**](docs/DefaultApi.md#v1nodecommandv1sendflare) | **POST** /v1/node-command/send-flare |
|
|
117
|
+
*DefaultApi* | [**v1OAuthAuthorize**](docs/DefaultApi.md#v1oauthauthorize) | **POST** /v1/oauth/authorize |
|
|
118
|
+
*DefaultApi* | [**v1OAuthLogout**](docs/DefaultApi.md#v1oauthlogout) | **POST** /v1/oauth/logout |
|
|
119
|
+
*DefaultApi* | [**v1OAuthToken**](docs/DefaultApi.md#v1oauthtoken) | **POST** /v1/oauth/token |
|
|
120
|
+
*DefaultApi* | [**v1RefreshCertificate**](docs/DefaultApi.md#v1refreshcertificate) | **POST** /v1/node-controller/refresh-certificate |
|
|
121
|
+
*DefaultApi* | [**v1RegisterNodeController**](docs/DefaultApi.md#v1registernodecontroller) | **POST** /v1/node-controller/register |
|
|
122
|
+
*DefaultApi* | [**v1RequestMacAddresses**](docs/DefaultApi.md#v1requestmacaddresses) | **POST** /v1/node-controller/request-mac-addresses |
|
|
123
|
+
*DefaultApi* | [**v1StartOTAEncryptionLatest**](docs/DefaultApi.md#v1startotaencryptionlatest) | **POST** /v1/encrypt-ota |
|
|
124
|
+
*DefaultApi* | [**v1UpdateNode**](docs/DefaultApi.md#v1updatenode) | **PUT** /v1/node |
|
|
125
|
+
*DefaultApi* | [**v2CompleteObservation**](docs/DefaultApi.md#v2completeobservation) | **PUT** /v2/observation-complete |
|
|
126
|
+
*DefaultApi* | [**v2IssueCertificate**](docs/DefaultApi.md#v2issuecertificate) | **POST** /v2/node-controller/issue-certificate |
|
|
127
|
+
*DefaultApi* | [**v2UpdateNode**](docs/DefaultApi.md#v2updatenode) | **PUT** /v2/node |
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
### Documentation For Models
|
|
131
|
+
|
|
132
|
+
- [CameraMode](docs/CameraMode.md)
|
|
133
|
+
- [EmptySuccess](docs/EmptySuccess.md)
|
|
134
|
+
- [FilterType](docs/FilterType.md)
|
|
135
|
+
- [FitsHeader](docs/FitsHeader.md)
|
|
136
|
+
- [ImageSetType](docs/ImageSetType.md)
|
|
137
|
+
- [Location](docs/Location.md)
|
|
138
|
+
- [MetricType](docs/MetricType.md)
|
|
139
|
+
- [ModelType](docs/ModelType.md)
|
|
140
|
+
- [MountGeometry](docs/MountGeometry.md)
|
|
141
|
+
- [MountType](docs/MountType.md)
|
|
142
|
+
- [NetworkInterface](docs/NetworkInterface.md)
|
|
143
|
+
- [NodeState](docs/NodeState.md)
|
|
144
|
+
- [OrbitType](docs/OrbitType.md)
|
|
145
|
+
- [PKICertificate](docs/PKICertificate.md)
|
|
146
|
+
- [PlateSolveParameters](docs/PlateSolveParameters.md)
|
|
147
|
+
- [ShutterType](docs/ShutterType.md)
|
|
148
|
+
- [StreakExtractionSource](docs/StreakExtractionSource.md)
|
|
149
|
+
- [SuccessfulCreate](docs/SuccessfulCreate.md)
|
|
150
|
+
- [TrackingType](docs/TrackingType.md)
|
|
151
|
+
- [UploadPriority](docs/UploadPriority.md)
|
|
152
|
+
- [V1AccessToken](docs/V1AccessToken.md)
|
|
153
|
+
- [V1AccessTokenType](docs/V1AccessTokenType.md)
|
|
154
|
+
- [V1AllSkyCameraConfig](docs/V1AllSkyCameraConfig.md)
|
|
155
|
+
- [V1AllSkyImageForImage](docs/V1AllSkyImageForImage.md)
|
|
156
|
+
- [V1AllSkyPrediction](docs/V1AllSkyPrediction.md)
|
|
157
|
+
- [V1AllSkyPredictionLabel](docs/V1AllSkyPredictionLabel.md)
|
|
158
|
+
- [V1ApexChartsTimeline](docs/V1ApexChartsTimeline.md)
|
|
159
|
+
- [V1ApexChartsTimelineElement](docs/V1ApexChartsTimelineElement.md)
|
|
160
|
+
- [V1AssetSize](docs/V1AssetSize.md)
|
|
161
|
+
- [V1AutoFocusInstruction](docs/V1AutoFocusInstruction.md)
|
|
162
|
+
- [V1AutoFocusInstructionCoordinatesInner](docs/V1AutoFocusInstructionCoordinatesInner.md)
|
|
163
|
+
- [V1BlackoutBox](docs/V1BlackoutBox.md)
|
|
164
|
+
- [V1Camera](docs/V1Camera.md)
|
|
165
|
+
- [V1CameraRollImage](docs/V1CameraRollImage.md)
|
|
166
|
+
- [V1ClientToken](docs/V1ClientToken.md)
|
|
167
|
+
- [V1CompleteNodeControllerCrashReportRequest](docs/V1CompleteNodeControllerCrashReportRequest.md)
|
|
168
|
+
- [V1CompleteNodeFlareRequest](docs/V1CompleteNodeFlareRequest.md)
|
|
169
|
+
- [V1CompleteObservationRequest](docs/V1CompleteObservationRequest.md)
|
|
170
|
+
- [V1CreateAllSkyPredictionRequest](docs/V1CreateAllSkyPredictionRequest.md)
|
|
171
|
+
- [V1CreateAutofocusResultRequest](docs/V1CreateAutofocusResultRequest.md)
|
|
172
|
+
- [V1CreateImageMetadataRequest](docs/V1CreateImageMetadataRequest.md)
|
|
173
|
+
- [V1CreateImageSetImageRequest](docs/V1CreateImageSetImageRequest.md)
|
|
174
|
+
- [V1CreateImageSetImageResponse](docs/V1CreateImageSetImageResponse.md)
|
|
175
|
+
- [V1CreateImageSetImageUploadUrlRequest](docs/V1CreateImageSetImageUploadUrlRequest.md)
|
|
176
|
+
- [V1CreateImageSetImageUploadUrlResponse](docs/V1CreateImageSetImageUploadUrlResponse.md)
|
|
177
|
+
- [V1CreateImageSetRequest](docs/V1CreateImageSetRequest.md)
|
|
178
|
+
- [V1CreateNodeControllerArtifactRequest](docs/V1CreateNodeControllerArtifactRequest.md)
|
|
179
|
+
- [V1CreateNodeControllerCrashReportRequest](docs/V1CreateNodeControllerCrashReportRequest.md)
|
|
180
|
+
- [V1CreateNodeControllerCrashReportResponse](docs/V1CreateNodeControllerCrashReportResponse.md)
|
|
181
|
+
- [V1CreateNodeDiagnostic](docs/V1CreateNodeDiagnostic.md)
|
|
182
|
+
- [V1CreateNodeDiagnosticsRequest](docs/V1CreateNodeDiagnosticsRequest.md)
|
|
183
|
+
- [V1CreateNodeEvent](docs/V1CreateNodeEvent.md)
|
|
184
|
+
- [V1CreateNodeEventsRequest](docs/V1CreateNodeEventsRequest.md)
|
|
185
|
+
- [V1CreateNodeFlareRequest](docs/V1CreateNodeFlareRequest.md)
|
|
186
|
+
- [V1CreateNodeFlareResponse](docs/V1CreateNodeFlareResponse.md)
|
|
187
|
+
- [V1CreateNodeRequest](docs/V1CreateNodeRequest.md)
|
|
188
|
+
- [V1CreateProcessedImageSetImageRequest](docs/V1CreateProcessedImageSetImageRequest.md)
|
|
189
|
+
- [V1CreateTimeWindowedAssetRequest](docs/V1CreateTimeWindowedAssetRequest.md)
|
|
190
|
+
- [V1CreateTimeWindowedAssetResponse](docs/V1CreateTimeWindowedAssetResponse.md)
|
|
191
|
+
- [V1DataSource](docs/V1DataSource.md)
|
|
192
|
+
- [V1DiagnosticInstruction](docs/V1DiagnosticInstruction.md)
|
|
193
|
+
- [V1DisableDebugServices](docs/V1DisableDebugServices.md)
|
|
194
|
+
- [V1DurationMeasured](docs/V1DurationMeasured.md)
|
|
195
|
+
- [V1ElevationMaskPoint](docs/V1ElevationMaskPoint.md)
|
|
196
|
+
- [V1EnableAutonomousOperation](docs/V1EnableAutonomousOperation.md)
|
|
197
|
+
- [V1EnableDebugServices](docs/V1EnableDebugServices.md)
|
|
198
|
+
- [V1EnableManualOperation](docs/V1EnableManualOperation.md)
|
|
199
|
+
- [V1FileType](docs/V1FileType.md)
|
|
200
|
+
- [V1Focuser](docs/V1Focuser.md)
|
|
201
|
+
- [V1GainCurve](docs/V1GainCurve.md)
|
|
202
|
+
- [V1GainCurvePoint](docs/V1GainCurvePoint.md)
|
|
203
|
+
- [V1GenerateEdgeTokenResponse](docs/V1GenerateEdgeTokenResponse.md)
|
|
204
|
+
- [V1GetInstructionRequest](docs/V1GetInstructionRequest.md)
|
|
205
|
+
- [V1GetInstructionRequestUploadHealth](docs/V1GetInstructionRequestUploadHealth.md)
|
|
206
|
+
- [V1GetNodeCommandsResponse](docs/V1GetNodeCommandsResponse.md)
|
|
207
|
+
- [V1GetNodes](docs/V1GetNodes.md)
|
|
208
|
+
- [V1GetOrCreateCameraRequest](docs/V1GetOrCreateCameraRequest.md)
|
|
209
|
+
- [V1GetOrCreateFocuserRequest](docs/V1GetOrCreateFocuserRequest.md)
|
|
210
|
+
- [V1GetOrCreateMountRequest](docs/V1GetOrCreateMountRequest.md)
|
|
211
|
+
- [V1GetPlateSolveCatalogDiffRequest](docs/V1GetPlateSolveCatalogDiffRequest.md)
|
|
212
|
+
- [V1GetSuntimesResponse](docs/V1GetSuntimesResponse.md)
|
|
213
|
+
- [V1HFRStar](docs/V1HFRStar.md)
|
|
214
|
+
- [V1ImageFileType](docs/V1ImageFileType.md)
|
|
215
|
+
- [V1ImageMetadata](docs/V1ImageMetadata.md)
|
|
216
|
+
- [V1ImageRejectionReason](docs/V1ImageRejectionReason.md)
|
|
217
|
+
- [V1ImageSet](docs/V1ImageSet.md)
|
|
218
|
+
- [V1ImageSetImage](docs/V1ImageSetImage.md)
|
|
219
|
+
- [V1ImageSetImageDot](docs/V1ImageSetImageDot.md)
|
|
220
|
+
- [V1ImageSetImageStreak](docs/V1ImageSetImageStreak.md)
|
|
221
|
+
- [V1Instruction](docs/V1Instruction.md)
|
|
222
|
+
- [V1JobStatus](docs/V1JobStatus.md)
|
|
223
|
+
- [V1LastInstructionResponse](docs/V1LastInstructionResponse.md)
|
|
224
|
+
- [V1LatestHfrResponse](docs/V1LatestHfrResponse.md)
|
|
225
|
+
- [V1LogRecorded](docs/V1LogRecorded.md)
|
|
226
|
+
- [V1MLModel](docs/V1MLModel.md)
|
|
227
|
+
- [V1MatchedStar](docs/V1MatchedStar.md)
|
|
228
|
+
- [V1Metric](docs/V1Metric.md)
|
|
229
|
+
- [V1Mount](docs/V1Mount.md)
|
|
230
|
+
- [V1Node](docs/V1Node.md)
|
|
231
|
+
- [V1NodeCommand](docs/V1NodeCommand.md)
|
|
232
|
+
- [V1NodeComponentType](docs/V1NodeComponentType.md)
|
|
233
|
+
- [V1NodeConfigBody](docs/V1NodeConfigBody.md)
|
|
234
|
+
- [V1NodeConfigKeyMetadata](docs/V1NodeConfigKeyMetadata.md)
|
|
235
|
+
- [V1NodeConfigScopeType](docs/V1NodeConfigScopeType.md)
|
|
236
|
+
- [V1NodeController](docs/V1NodeController.md)
|
|
237
|
+
- [V1NodeControllerArtifact](docs/V1NodeControllerArtifact.md)
|
|
238
|
+
- [V1NodeControllerBootstrapRequest](docs/V1NodeControllerBootstrapRequest.md)
|
|
239
|
+
- [V1NodeControllerIssueCertificateResponse](docs/V1NodeControllerIssueCertificateResponse.md)
|
|
240
|
+
- [V1NodeControllerIssueCertificateResponseRsaKeyPair](docs/V1NodeControllerIssueCertificateResponseRsaKeyPair.md)
|
|
241
|
+
- [V1NodeControllerMacAddressesInner](docs/V1NodeControllerMacAddressesInner.md)
|
|
242
|
+
- [V1NodeControllerStatus](docs/V1NodeControllerStatus.md)
|
|
243
|
+
- [V1NodeDiagnosticType](docs/V1NodeDiagnosticType.md)
|
|
244
|
+
- [V1NodeEventType](docs/V1NodeEventType.md)
|
|
245
|
+
- [V1NodeFlare](docs/V1NodeFlare.md)
|
|
246
|
+
- [V1NodeWithLocation](docs/V1NodeWithLocation.md)
|
|
247
|
+
- [V1OAuthAuthorizeRequest](docs/V1OAuthAuthorizeRequest.md)
|
|
248
|
+
- [V1OAuthAuthorizeResponse](docs/V1OAuthAuthorizeResponse.md)
|
|
249
|
+
- [V1OAuthTokenRequest](docs/V1OAuthTokenRequest.md)
|
|
250
|
+
- [V1OAuthTokenResponse](docs/V1OAuthTokenResponse.md)
|
|
251
|
+
- [V1OTAEncryptionRequestLatest](docs/V1OTAEncryptionRequestLatest.md)
|
|
252
|
+
- [V1OTAEncryptionResult](docs/V1OTAEncryptionResult.md)
|
|
253
|
+
- [V1ObservationInstruction](docs/V1ObservationInstruction.md)
|
|
254
|
+
- [V1ObservationInstructionAscomAxisRates](docs/V1ObservationInstructionAscomAxisRates.md)
|
|
255
|
+
- [V1ObservationInstructionSatellitePassEphemerisInner](docs/V1ObservationInstructionSatellitePassEphemerisInner.md)
|
|
256
|
+
- [V1ObservationMetrics](docs/V1ObservationMetrics.md)
|
|
257
|
+
- [V1OpticalTube](docs/V1OpticalTube.md)
|
|
258
|
+
- [V1PixelCoordinates](docs/V1PixelCoordinates.md)
|
|
259
|
+
- [V1PlateSolveCatalogFile](docs/V1PlateSolveCatalogFile.md)
|
|
260
|
+
- [V1PlateSolveCatalogFileDownload](docs/V1PlateSolveCatalogFileDownload.md)
|
|
261
|
+
- [V1PlateSolveResult](docs/V1PlateSolveResult.md)
|
|
262
|
+
- [V1PlateSolveStatus](docs/V1PlateSolveStatus.md)
|
|
263
|
+
- [V1PredictedStreakLocation](docs/V1PredictedStreakLocation.md)
|
|
264
|
+
- [V1PrincipalRoleType](docs/V1PrincipalRoleType.md)
|
|
265
|
+
- [V1ProductRevision](docs/V1ProductRevision.md)
|
|
266
|
+
- [V1ReadNoisePoint](docs/V1ReadNoisePoint.md)
|
|
267
|
+
- [V1RebootSystem](docs/V1RebootSystem.md)
|
|
268
|
+
- [V1RefreshCertificateRequest](docs/V1RefreshCertificateRequest.md)
|
|
269
|
+
- [V1RegisterNodeControllerRequest](docs/V1RegisterNodeControllerRequest.md)
|
|
270
|
+
- [V1RequestMacAddressesRequest](docs/V1RequestMacAddressesRequest.md)
|
|
271
|
+
- [V1RequestMacAddressesResponse](docs/V1RequestMacAddressesResponse.md)
|
|
272
|
+
- [V1RequestMacAddressesResponseMacAddressesInner](docs/V1RequestMacAddressesResponseMacAddressesInner.md)
|
|
273
|
+
- [V1ResolvedInstruction](docs/V1ResolvedInstruction.md)
|
|
274
|
+
- [V1SIPCoefficients](docs/V1SIPCoefficients.md)
|
|
275
|
+
- [V1SafetyStatusUpdated](docs/V1SafetyStatusUpdated.md)
|
|
276
|
+
- [V1SendFlare](docs/V1SendFlare.md)
|
|
277
|
+
- [V1SetupAction](docs/V1SetupAction.md)
|
|
278
|
+
- [V1SoftwarePackageType](docs/V1SoftwarePackageType.md)
|
|
279
|
+
- [V1SoftwareRelease](docs/V1SoftwareRelease.md)
|
|
280
|
+
- [V1SoftwareRuntimeEnvironmentType](docs/V1SoftwareRuntimeEnvironmentType.md)
|
|
281
|
+
- [V1SystemVariant](docs/V1SystemVariant.md)
|
|
282
|
+
- [V1TerrestrialDownlinkInstruction](docs/V1TerrestrialDownlinkInstruction.md)
|
|
283
|
+
- [V1TimeWindowedAsset](docs/V1TimeWindowedAsset.md)
|
|
284
|
+
- [V1TimeWindowedAssetType](docs/V1TimeWindowedAssetType.md)
|
|
285
|
+
- [V1Transformation](docs/V1Transformation.md)
|
|
286
|
+
- [V1UpdateNodeRequest](docs/V1UpdateNodeRequest.md)
|
|
287
|
+
- [V1VideoModeFramerateProperty](docs/V1VideoModeFramerateProperty.md)
|
|
288
|
+
- [V2CompleteObservationRequest](docs/V2CompleteObservationRequest.md)
|
|
289
|
+
- [V2NodeControllerIssueCertificateResponse](docs/V2NodeControllerIssueCertificateResponse.md)
|
|
290
|
+
- [V2UpdateNodeRequest](docs/V2UpdateNodeRequest.md)
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
<a id="documentation-for-authorization"></a>
|
|
294
|
+
## Documentation For Authorization
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
Authentication schemes defined for the API:
|
|
298
|
+
<a id="BearerToken"></a>
|
|
299
|
+
### BearerToken
|
|
300
|
+
|
|
301
|
+
- **Type**: Bearer authentication
|
|
302
|
+
|
|
303
|
+
<a id="Roles"></a>
|
|
304
|
+
### Roles
|
|
305
|
+
|
|
306
|
+
|