@maxim_mazurok/gapi.client.prod_tt_sasportal-v1alpha1 0.0.20231127 → 0.0.20231130
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/index.d.ts +4177 -5979
- package/package.json +6 -6
- package/readme.md +32 -30
- package/tests.ts +0 -2207
- package/tsconfig.json +0 -18
- package/tslint.json +0 -6
package/tests.ts
DELETED
|
@@ -1,2207 +0,0 @@
|
|
|
1
|
-
/* This is stub file for gapi.client.prod_tt_sasportal-v1alpha1 definition tests */
|
|
2
|
-
// IMPORTANT
|
|
3
|
-
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
|
-
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
|
-
|
|
6
|
-
// Revision: 20231127
|
|
7
|
-
|
|
8
|
-
gapi.load('client', async () => {
|
|
9
|
-
/** now we can use gapi.client */
|
|
10
|
-
|
|
11
|
-
await gapi.client.load('https://prod-tt-sasportal.googleapis.com/$discovery/rest?version=v1alpha1');
|
|
12
|
-
/** now we can use gapi.client.prod_tt_sasportal */
|
|
13
|
-
|
|
14
|
-
/** don't forget to authenticate your client before sending any request to resources: */
|
|
15
|
-
/** declare client_id registered in Google Developers Console */
|
|
16
|
-
const client_id = '<<PUT YOUR CLIENT ID HERE>>';
|
|
17
|
-
const scope = [
|
|
18
|
-
/** See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account. */
|
|
19
|
-
'https://www.googleapis.com/auth/cloud-platform',
|
|
20
|
-
/** Read, create, update, and delete your SAS Portal data. */
|
|
21
|
-
'https://www.googleapis.com/auth/sasportal',
|
|
22
|
-
];
|
|
23
|
-
const immediate = false;
|
|
24
|
-
gapi.auth.authorize({ client_id, scope, immediate }, authResult => {
|
|
25
|
-
if (authResult && !authResult.error) {
|
|
26
|
-
/** handle successful authorization */
|
|
27
|
-
run();
|
|
28
|
-
} else {
|
|
29
|
-
/** handle authorization error */
|
|
30
|
-
}
|
|
31
|
-
});
|
|
32
|
-
|
|
33
|
-
async function run() {
|
|
34
|
-
/** Checks whether a SAS deployment for the authentication context exists. */
|
|
35
|
-
await gapi.client.prod_tt_sasportal.customers.checkHasProvisionedDeployment({
|
|
36
|
-
});
|
|
37
|
-
/** Returns a requested customer. */
|
|
38
|
-
await gapi.client.prod_tt_sasportal.customers.get({
|
|
39
|
-
name: "Test string",
|
|
40
|
-
});
|
|
41
|
-
/** Returns a list of requested customers. */
|
|
42
|
-
await gapi.client.prod_tt_sasportal.customers.list({
|
|
43
|
-
pageSize: 42,
|
|
44
|
-
pageToken: "Test string",
|
|
45
|
-
});
|
|
46
|
-
/**
|
|
47
|
-
* Migrates a SAS organization to the cloud. This will create GCP projects for each deployment and associate them. The SAS Organization is linked to the gcp project that called the
|
|
48
|
-
* command. go/sas-legacy-customer-migration
|
|
49
|
-
*/
|
|
50
|
-
await gapi.client.prod_tt_sasportal.customers.migrateOrganization({
|
|
51
|
-
}, {
|
|
52
|
-
organizationId: "Test string",
|
|
53
|
-
});
|
|
54
|
-
/** Updates an existing customer. */
|
|
55
|
-
await gapi.client.prod_tt_sasportal.customers.patch({
|
|
56
|
-
name: "Test string",
|
|
57
|
-
updateMask: "Test string",
|
|
58
|
-
}, {
|
|
59
|
-
displayName: "Test string",
|
|
60
|
-
name: "Test string",
|
|
61
|
-
sasUserIds: [
|
|
62
|
-
"Test string"
|
|
63
|
-
],
|
|
64
|
-
});
|
|
65
|
-
/** Creates a new SAS deployment through the GCP workflow. Creates a SAS organization if an organization match is not found. */
|
|
66
|
-
await gapi.client.prod_tt_sasportal.customers.provisionDeployment({
|
|
67
|
-
}, {
|
|
68
|
-
newDeploymentDisplayName: "Test string",
|
|
69
|
-
newOrganizationDisplayName: "Test string",
|
|
70
|
-
organizationId: "Test string",
|
|
71
|
-
});
|
|
72
|
-
/**
|
|
73
|
-
* Setups the a GCP Project to receive SAS Analytics messages via GCP Pub/Sub with a subscription to BigQuery. All the Pub/Sub topics and BigQuery tables are created automatically as part
|
|
74
|
-
* of this service.
|
|
75
|
-
*/
|
|
76
|
-
await gapi.client.prod_tt_sasportal.customers.setupSasAnalytics({
|
|
77
|
-
}, {
|
|
78
|
-
userId: "Test string",
|
|
79
|
-
});
|
|
80
|
-
/** Creates a new deployment. */
|
|
81
|
-
await gapi.client.prod_tt_sasportal.customers.deployments.create({
|
|
82
|
-
parent: "Test string",
|
|
83
|
-
}, {
|
|
84
|
-
displayName: "Test string",
|
|
85
|
-
frns: [
|
|
86
|
-
"Test string"
|
|
87
|
-
],
|
|
88
|
-
name: "Test string",
|
|
89
|
-
sasUserIds: [
|
|
90
|
-
"Test string"
|
|
91
|
-
],
|
|
92
|
-
});
|
|
93
|
-
/** Deletes a deployment. */
|
|
94
|
-
await gapi.client.prod_tt_sasportal.customers.deployments.delete({
|
|
95
|
-
name: "Test string",
|
|
96
|
-
});
|
|
97
|
-
/** Returns a requested deployment. */
|
|
98
|
-
await gapi.client.prod_tt_sasportal.customers.deployments.get({
|
|
99
|
-
name: "Test string",
|
|
100
|
-
});
|
|
101
|
-
/** Lists deployments. */
|
|
102
|
-
await gapi.client.prod_tt_sasportal.customers.deployments.list({
|
|
103
|
-
filter: "Test string",
|
|
104
|
-
pageSize: 42,
|
|
105
|
-
pageToken: "Test string",
|
|
106
|
-
parent: "Test string",
|
|
107
|
-
});
|
|
108
|
-
/** Moves a deployment under another node or customer. */
|
|
109
|
-
await gapi.client.prod_tt_sasportal.customers.deployments.move({
|
|
110
|
-
name: "Test string",
|
|
111
|
-
}, {
|
|
112
|
-
destination: "Test string",
|
|
113
|
-
});
|
|
114
|
-
/** Updates an existing deployment. */
|
|
115
|
-
await gapi.client.prod_tt_sasportal.customers.deployments.patch({
|
|
116
|
-
name: "Test string",
|
|
117
|
-
updateMask: "Test string",
|
|
118
|
-
}, {
|
|
119
|
-
displayName: "Test string",
|
|
120
|
-
frns: [
|
|
121
|
-
"Test string"
|
|
122
|
-
],
|
|
123
|
-
name: "Test string",
|
|
124
|
-
sasUserIds: [
|
|
125
|
-
"Test string"
|
|
126
|
-
],
|
|
127
|
-
});
|
|
128
|
-
/** Creates a device under a node or customer. */
|
|
129
|
-
await gapi.client.prod_tt_sasportal.customers.deployments.devices.create({
|
|
130
|
-
parent: "Test string",
|
|
131
|
-
}, {
|
|
132
|
-
activeConfig: {
|
|
133
|
-
airInterface: {
|
|
134
|
-
radioTechnology: "Test string",
|
|
135
|
-
supportedSpec: "Test string",
|
|
136
|
-
},
|
|
137
|
-
callSign: "Test string",
|
|
138
|
-
category: "Test string",
|
|
139
|
-
installationParams: {
|
|
140
|
-
antennaAzimuth: 42,
|
|
141
|
-
antennaBeamwidth: 42,
|
|
142
|
-
antennaDowntilt: 42,
|
|
143
|
-
antennaGain: 42,
|
|
144
|
-
antennaModel: "Test string",
|
|
145
|
-
cpeCbsdIndication: true,
|
|
146
|
-
eirpCapability: 42,
|
|
147
|
-
height: 42,
|
|
148
|
-
heightType: "Test string",
|
|
149
|
-
horizontalAccuracy: 42,
|
|
150
|
-
indoorDeployment: true,
|
|
151
|
-
latitude: 42,
|
|
152
|
-
longitude: 42,
|
|
153
|
-
verticalAccuracy: 42,
|
|
154
|
-
},
|
|
155
|
-
isSigned: true,
|
|
156
|
-
measurementCapabilities: [
|
|
157
|
-
"Test string"
|
|
158
|
-
],
|
|
159
|
-
model: {
|
|
160
|
-
firmwareVersion: "Test string",
|
|
161
|
-
hardwareVersion: "Test string",
|
|
162
|
-
name: "Test string",
|
|
163
|
-
softwareVersion: "Test string",
|
|
164
|
-
vendor: "Test string",
|
|
165
|
-
},
|
|
166
|
-
state: "Test string",
|
|
167
|
-
updateTime: "Test string",
|
|
168
|
-
userId: "Test string",
|
|
169
|
-
},
|
|
170
|
-
currentChannels: [
|
|
171
|
-
{
|
|
172
|
-
frequencyRange: {
|
|
173
|
-
highFrequencyMhz: 42,
|
|
174
|
-
lowFrequencyMhz: 42,
|
|
175
|
-
},
|
|
176
|
-
score: 42,
|
|
177
|
-
}
|
|
178
|
-
],
|
|
179
|
-
deviceMetadata: {
|
|
180
|
-
antennaModel: "Test string",
|
|
181
|
-
commonChannelGroup: "Test string",
|
|
182
|
-
interferenceCoordinationGroup: "Test string",
|
|
183
|
-
nrqzValidated: true,
|
|
184
|
-
nrqzValidation: {
|
|
185
|
-
caseId: "Test string",
|
|
186
|
-
cpiId: "Test string",
|
|
187
|
-
latitude: 42,
|
|
188
|
-
longitude: 42,
|
|
189
|
-
state: "Test string",
|
|
190
|
-
},
|
|
191
|
-
},
|
|
192
|
-
displayName: "Test string",
|
|
193
|
-
fccId: "Test string",
|
|
194
|
-
grantRangeAllowlists: [
|
|
195
|
-
{
|
|
196
|
-
highFrequencyMhz: 42,
|
|
197
|
-
lowFrequencyMhz: 42,
|
|
198
|
-
}
|
|
199
|
-
],
|
|
200
|
-
grants: [
|
|
201
|
-
{
|
|
202
|
-
channelType: "Test string",
|
|
203
|
-
expireTime: "Test string",
|
|
204
|
-
frequencyRange: {
|
|
205
|
-
highFrequencyMhz: 42,
|
|
206
|
-
lowFrequencyMhz: 42,
|
|
207
|
-
},
|
|
208
|
-
grantId: "Test string",
|
|
209
|
-
lastHeartbeatTransmitExpireTime: "Test string",
|
|
210
|
-
maxEirp: 42,
|
|
211
|
-
moveList: [
|
|
212
|
-
{
|
|
213
|
-
dpaId: "Test string",
|
|
214
|
-
frequencyRange: {
|
|
215
|
-
highFrequencyMhz: 42,
|
|
216
|
-
lowFrequencyMhz: 42,
|
|
217
|
-
},
|
|
218
|
-
}
|
|
219
|
-
],
|
|
220
|
-
state: "Test string",
|
|
221
|
-
suspensionReason: [
|
|
222
|
-
"Test string"
|
|
223
|
-
],
|
|
224
|
-
}
|
|
225
|
-
],
|
|
226
|
-
name: "Test string",
|
|
227
|
-
preloadedConfig: {
|
|
228
|
-
airInterface: {
|
|
229
|
-
radioTechnology: "Test string",
|
|
230
|
-
supportedSpec: "Test string",
|
|
231
|
-
},
|
|
232
|
-
callSign: "Test string",
|
|
233
|
-
category: "Test string",
|
|
234
|
-
installationParams: {
|
|
235
|
-
antennaAzimuth: 42,
|
|
236
|
-
antennaBeamwidth: 42,
|
|
237
|
-
antennaDowntilt: 42,
|
|
238
|
-
antennaGain: 42,
|
|
239
|
-
antennaModel: "Test string",
|
|
240
|
-
cpeCbsdIndication: true,
|
|
241
|
-
eirpCapability: 42,
|
|
242
|
-
height: 42,
|
|
243
|
-
heightType: "Test string",
|
|
244
|
-
horizontalAccuracy: 42,
|
|
245
|
-
indoorDeployment: true,
|
|
246
|
-
latitude: 42,
|
|
247
|
-
longitude: 42,
|
|
248
|
-
verticalAccuracy: 42,
|
|
249
|
-
},
|
|
250
|
-
isSigned: true,
|
|
251
|
-
measurementCapabilities: [
|
|
252
|
-
"Test string"
|
|
253
|
-
],
|
|
254
|
-
model: {
|
|
255
|
-
firmwareVersion: "Test string",
|
|
256
|
-
hardwareVersion: "Test string",
|
|
257
|
-
name: "Test string",
|
|
258
|
-
softwareVersion: "Test string",
|
|
259
|
-
vendor: "Test string",
|
|
260
|
-
},
|
|
261
|
-
state: "Test string",
|
|
262
|
-
updateTime: "Test string",
|
|
263
|
-
userId: "Test string",
|
|
264
|
-
},
|
|
265
|
-
serialNumber: "Test string",
|
|
266
|
-
state: "Test string",
|
|
267
|
-
});
|
|
268
|
-
/** Creates a signed device under a node or customer. */
|
|
269
|
-
await gapi.client.prod_tt_sasportal.customers.deployments.devices.createSigned({
|
|
270
|
-
parent: "Test string",
|
|
271
|
-
}, {
|
|
272
|
-
encodedDevice: "Test string",
|
|
273
|
-
installerId: "Test string",
|
|
274
|
-
});
|
|
275
|
-
/** Lists devices under a node or customer. */
|
|
276
|
-
await gapi.client.prod_tt_sasportal.customers.deployments.devices.list({
|
|
277
|
-
filter: "Test string",
|
|
278
|
-
pageSize: 42,
|
|
279
|
-
pageToken: "Test string",
|
|
280
|
-
parent: "Test string",
|
|
281
|
-
});
|
|
282
|
-
/** Creates a device under a node or customer. */
|
|
283
|
-
await gapi.client.prod_tt_sasportal.customers.devices.create({
|
|
284
|
-
parent: "Test string",
|
|
285
|
-
}, {
|
|
286
|
-
activeConfig: {
|
|
287
|
-
airInterface: {
|
|
288
|
-
radioTechnology: "Test string",
|
|
289
|
-
supportedSpec: "Test string",
|
|
290
|
-
},
|
|
291
|
-
callSign: "Test string",
|
|
292
|
-
category: "Test string",
|
|
293
|
-
installationParams: {
|
|
294
|
-
antennaAzimuth: 42,
|
|
295
|
-
antennaBeamwidth: 42,
|
|
296
|
-
antennaDowntilt: 42,
|
|
297
|
-
antennaGain: 42,
|
|
298
|
-
antennaModel: "Test string",
|
|
299
|
-
cpeCbsdIndication: true,
|
|
300
|
-
eirpCapability: 42,
|
|
301
|
-
height: 42,
|
|
302
|
-
heightType: "Test string",
|
|
303
|
-
horizontalAccuracy: 42,
|
|
304
|
-
indoorDeployment: true,
|
|
305
|
-
latitude: 42,
|
|
306
|
-
longitude: 42,
|
|
307
|
-
verticalAccuracy: 42,
|
|
308
|
-
},
|
|
309
|
-
isSigned: true,
|
|
310
|
-
measurementCapabilities: [
|
|
311
|
-
"Test string"
|
|
312
|
-
],
|
|
313
|
-
model: {
|
|
314
|
-
firmwareVersion: "Test string",
|
|
315
|
-
hardwareVersion: "Test string",
|
|
316
|
-
name: "Test string",
|
|
317
|
-
softwareVersion: "Test string",
|
|
318
|
-
vendor: "Test string",
|
|
319
|
-
},
|
|
320
|
-
state: "Test string",
|
|
321
|
-
updateTime: "Test string",
|
|
322
|
-
userId: "Test string",
|
|
323
|
-
},
|
|
324
|
-
currentChannels: [
|
|
325
|
-
{
|
|
326
|
-
frequencyRange: {
|
|
327
|
-
highFrequencyMhz: 42,
|
|
328
|
-
lowFrequencyMhz: 42,
|
|
329
|
-
},
|
|
330
|
-
score: 42,
|
|
331
|
-
}
|
|
332
|
-
],
|
|
333
|
-
deviceMetadata: {
|
|
334
|
-
antennaModel: "Test string",
|
|
335
|
-
commonChannelGroup: "Test string",
|
|
336
|
-
interferenceCoordinationGroup: "Test string",
|
|
337
|
-
nrqzValidated: true,
|
|
338
|
-
nrqzValidation: {
|
|
339
|
-
caseId: "Test string",
|
|
340
|
-
cpiId: "Test string",
|
|
341
|
-
latitude: 42,
|
|
342
|
-
longitude: 42,
|
|
343
|
-
state: "Test string",
|
|
344
|
-
},
|
|
345
|
-
},
|
|
346
|
-
displayName: "Test string",
|
|
347
|
-
fccId: "Test string",
|
|
348
|
-
grantRangeAllowlists: [
|
|
349
|
-
{
|
|
350
|
-
highFrequencyMhz: 42,
|
|
351
|
-
lowFrequencyMhz: 42,
|
|
352
|
-
}
|
|
353
|
-
],
|
|
354
|
-
grants: [
|
|
355
|
-
{
|
|
356
|
-
channelType: "Test string",
|
|
357
|
-
expireTime: "Test string",
|
|
358
|
-
frequencyRange: {
|
|
359
|
-
highFrequencyMhz: 42,
|
|
360
|
-
lowFrequencyMhz: 42,
|
|
361
|
-
},
|
|
362
|
-
grantId: "Test string",
|
|
363
|
-
lastHeartbeatTransmitExpireTime: "Test string",
|
|
364
|
-
maxEirp: 42,
|
|
365
|
-
moveList: [
|
|
366
|
-
{
|
|
367
|
-
dpaId: "Test string",
|
|
368
|
-
frequencyRange: {
|
|
369
|
-
highFrequencyMhz: 42,
|
|
370
|
-
lowFrequencyMhz: 42,
|
|
371
|
-
},
|
|
372
|
-
}
|
|
373
|
-
],
|
|
374
|
-
state: "Test string",
|
|
375
|
-
suspensionReason: [
|
|
376
|
-
"Test string"
|
|
377
|
-
],
|
|
378
|
-
}
|
|
379
|
-
],
|
|
380
|
-
name: "Test string",
|
|
381
|
-
preloadedConfig: {
|
|
382
|
-
airInterface: {
|
|
383
|
-
radioTechnology: "Test string",
|
|
384
|
-
supportedSpec: "Test string",
|
|
385
|
-
},
|
|
386
|
-
callSign: "Test string",
|
|
387
|
-
category: "Test string",
|
|
388
|
-
installationParams: {
|
|
389
|
-
antennaAzimuth: 42,
|
|
390
|
-
antennaBeamwidth: 42,
|
|
391
|
-
antennaDowntilt: 42,
|
|
392
|
-
antennaGain: 42,
|
|
393
|
-
antennaModel: "Test string",
|
|
394
|
-
cpeCbsdIndication: true,
|
|
395
|
-
eirpCapability: 42,
|
|
396
|
-
height: 42,
|
|
397
|
-
heightType: "Test string",
|
|
398
|
-
horizontalAccuracy: 42,
|
|
399
|
-
indoorDeployment: true,
|
|
400
|
-
latitude: 42,
|
|
401
|
-
longitude: 42,
|
|
402
|
-
verticalAccuracy: 42,
|
|
403
|
-
},
|
|
404
|
-
isSigned: true,
|
|
405
|
-
measurementCapabilities: [
|
|
406
|
-
"Test string"
|
|
407
|
-
],
|
|
408
|
-
model: {
|
|
409
|
-
firmwareVersion: "Test string",
|
|
410
|
-
hardwareVersion: "Test string",
|
|
411
|
-
name: "Test string",
|
|
412
|
-
softwareVersion: "Test string",
|
|
413
|
-
vendor: "Test string",
|
|
414
|
-
},
|
|
415
|
-
state: "Test string",
|
|
416
|
-
updateTime: "Test string",
|
|
417
|
-
userId: "Test string",
|
|
418
|
-
},
|
|
419
|
-
serialNumber: "Test string",
|
|
420
|
-
state: "Test string",
|
|
421
|
-
});
|
|
422
|
-
/** Creates a signed device under a node or customer. */
|
|
423
|
-
await gapi.client.prod_tt_sasportal.customers.devices.createSigned({
|
|
424
|
-
parent: "Test string",
|
|
425
|
-
}, {
|
|
426
|
-
encodedDevice: "Test string",
|
|
427
|
-
installerId: "Test string",
|
|
428
|
-
});
|
|
429
|
-
/** Deletes a device. */
|
|
430
|
-
await gapi.client.prod_tt_sasportal.customers.devices.delete({
|
|
431
|
-
name: "Test string",
|
|
432
|
-
});
|
|
433
|
-
/** Gets details about a device. */
|
|
434
|
-
await gapi.client.prod_tt_sasportal.customers.devices.get({
|
|
435
|
-
name: "Test string",
|
|
436
|
-
});
|
|
437
|
-
/** Lists devices under a node or customer. */
|
|
438
|
-
await gapi.client.prod_tt_sasportal.customers.devices.list({
|
|
439
|
-
filter: "Test string",
|
|
440
|
-
pageSize: 42,
|
|
441
|
-
pageToken: "Test string",
|
|
442
|
-
parent: "Test string",
|
|
443
|
-
});
|
|
444
|
-
/** Moves a device under another node or customer. */
|
|
445
|
-
await gapi.client.prod_tt_sasportal.customers.devices.move({
|
|
446
|
-
name: "Test string",
|
|
447
|
-
}, {
|
|
448
|
-
destination: "Test string",
|
|
449
|
-
});
|
|
450
|
-
/** Updates a device. */
|
|
451
|
-
await gapi.client.prod_tt_sasportal.customers.devices.patch({
|
|
452
|
-
name: "Test string",
|
|
453
|
-
updateMask: "Test string",
|
|
454
|
-
}, {
|
|
455
|
-
activeConfig: {
|
|
456
|
-
airInterface: {
|
|
457
|
-
radioTechnology: "Test string",
|
|
458
|
-
supportedSpec: "Test string",
|
|
459
|
-
},
|
|
460
|
-
callSign: "Test string",
|
|
461
|
-
category: "Test string",
|
|
462
|
-
installationParams: {
|
|
463
|
-
antennaAzimuth: 42,
|
|
464
|
-
antennaBeamwidth: 42,
|
|
465
|
-
antennaDowntilt: 42,
|
|
466
|
-
antennaGain: 42,
|
|
467
|
-
antennaModel: "Test string",
|
|
468
|
-
cpeCbsdIndication: true,
|
|
469
|
-
eirpCapability: 42,
|
|
470
|
-
height: 42,
|
|
471
|
-
heightType: "Test string",
|
|
472
|
-
horizontalAccuracy: 42,
|
|
473
|
-
indoorDeployment: true,
|
|
474
|
-
latitude: 42,
|
|
475
|
-
longitude: 42,
|
|
476
|
-
verticalAccuracy: 42,
|
|
477
|
-
},
|
|
478
|
-
isSigned: true,
|
|
479
|
-
measurementCapabilities: [
|
|
480
|
-
"Test string"
|
|
481
|
-
],
|
|
482
|
-
model: {
|
|
483
|
-
firmwareVersion: "Test string",
|
|
484
|
-
hardwareVersion: "Test string",
|
|
485
|
-
name: "Test string",
|
|
486
|
-
softwareVersion: "Test string",
|
|
487
|
-
vendor: "Test string",
|
|
488
|
-
},
|
|
489
|
-
state: "Test string",
|
|
490
|
-
updateTime: "Test string",
|
|
491
|
-
userId: "Test string",
|
|
492
|
-
},
|
|
493
|
-
currentChannels: [
|
|
494
|
-
{
|
|
495
|
-
frequencyRange: {
|
|
496
|
-
highFrequencyMhz: 42,
|
|
497
|
-
lowFrequencyMhz: 42,
|
|
498
|
-
},
|
|
499
|
-
score: 42,
|
|
500
|
-
}
|
|
501
|
-
],
|
|
502
|
-
deviceMetadata: {
|
|
503
|
-
antennaModel: "Test string",
|
|
504
|
-
commonChannelGroup: "Test string",
|
|
505
|
-
interferenceCoordinationGroup: "Test string",
|
|
506
|
-
nrqzValidated: true,
|
|
507
|
-
nrqzValidation: {
|
|
508
|
-
caseId: "Test string",
|
|
509
|
-
cpiId: "Test string",
|
|
510
|
-
latitude: 42,
|
|
511
|
-
longitude: 42,
|
|
512
|
-
state: "Test string",
|
|
513
|
-
},
|
|
514
|
-
},
|
|
515
|
-
displayName: "Test string",
|
|
516
|
-
fccId: "Test string",
|
|
517
|
-
grantRangeAllowlists: [
|
|
518
|
-
{
|
|
519
|
-
highFrequencyMhz: 42,
|
|
520
|
-
lowFrequencyMhz: 42,
|
|
521
|
-
}
|
|
522
|
-
],
|
|
523
|
-
grants: [
|
|
524
|
-
{
|
|
525
|
-
channelType: "Test string",
|
|
526
|
-
expireTime: "Test string",
|
|
527
|
-
frequencyRange: {
|
|
528
|
-
highFrequencyMhz: 42,
|
|
529
|
-
lowFrequencyMhz: 42,
|
|
530
|
-
},
|
|
531
|
-
grantId: "Test string",
|
|
532
|
-
lastHeartbeatTransmitExpireTime: "Test string",
|
|
533
|
-
maxEirp: 42,
|
|
534
|
-
moveList: [
|
|
535
|
-
{
|
|
536
|
-
dpaId: "Test string",
|
|
537
|
-
frequencyRange: {
|
|
538
|
-
highFrequencyMhz: 42,
|
|
539
|
-
lowFrequencyMhz: 42,
|
|
540
|
-
},
|
|
541
|
-
}
|
|
542
|
-
],
|
|
543
|
-
state: "Test string",
|
|
544
|
-
suspensionReason: [
|
|
545
|
-
"Test string"
|
|
546
|
-
],
|
|
547
|
-
}
|
|
548
|
-
],
|
|
549
|
-
name: "Test string",
|
|
550
|
-
preloadedConfig: {
|
|
551
|
-
airInterface: {
|
|
552
|
-
radioTechnology: "Test string",
|
|
553
|
-
supportedSpec: "Test string",
|
|
554
|
-
},
|
|
555
|
-
callSign: "Test string",
|
|
556
|
-
category: "Test string",
|
|
557
|
-
installationParams: {
|
|
558
|
-
antennaAzimuth: 42,
|
|
559
|
-
antennaBeamwidth: 42,
|
|
560
|
-
antennaDowntilt: 42,
|
|
561
|
-
antennaGain: 42,
|
|
562
|
-
antennaModel: "Test string",
|
|
563
|
-
cpeCbsdIndication: true,
|
|
564
|
-
eirpCapability: 42,
|
|
565
|
-
height: 42,
|
|
566
|
-
heightType: "Test string",
|
|
567
|
-
horizontalAccuracy: 42,
|
|
568
|
-
indoorDeployment: true,
|
|
569
|
-
latitude: 42,
|
|
570
|
-
longitude: 42,
|
|
571
|
-
verticalAccuracy: 42,
|
|
572
|
-
},
|
|
573
|
-
isSigned: true,
|
|
574
|
-
measurementCapabilities: [
|
|
575
|
-
"Test string"
|
|
576
|
-
],
|
|
577
|
-
model: {
|
|
578
|
-
firmwareVersion: "Test string",
|
|
579
|
-
hardwareVersion: "Test string",
|
|
580
|
-
name: "Test string",
|
|
581
|
-
softwareVersion: "Test string",
|
|
582
|
-
vendor: "Test string",
|
|
583
|
-
},
|
|
584
|
-
state: "Test string",
|
|
585
|
-
updateTime: "Test string",
|
|
586
|
-
userId: "Test string",
|
|
587
|
-
},
|
|
588
|
-
serialNumber: "Test string",
|
|
589
|
-
state: "Test string",
|
|
590
|
-
});
|
|
591
|
-
/** Signs a device. */
|
|
592
|
-
await gapi.client.prod_tt_sasportal.customers.devices.signDevice({
|
|
593
|
-
name: "Test string",
|
|
594
|
-
}, {
|
|
595
|
-
device: {
|
|
596
|
-
activeConfig: {
|
|
597
|
-
airInterface: {
|
|
598
|
-
radioTechnology: "Test string",
|
|
599
|
-
supportedSpec: "Test string",
|
|
600
|
-
},
|
|
601
|
-
callSign: "Test string",
|
|
602
|
-
category: "Test string",
|
|
603
|
-
installationParams: {
|
|
604
|
-
antennaAzimuth: 42,
|
|
605
|
-
antennaBeamwidth: 42,
|
|
606
|
-
antennaDowntilt: 42,
|
|
607
|
-
antennaGain: 42,
|
|
608
|
-
antennaModel: "Test string",
|
|
609
|
-
cpeCbsdIndication: true,
|
|
610
|
-
eirpCapability: 42,
|
|
611
|
-
height: 42,
|
|
612
|
-
heightType: "Test string",
|
|
613
|
-
horizontalAccuracy: 42,
|
|
614
|
-
indoorDeployment: true,
|
|
615
|
-
latitude: 42,
|
|
616
|
-
longitude: 42,
|
|
617
|
-
verticalAccuracy: 42,
|
|
618
|
-
},
|
|
619
|
-
isSigned: true,
|
|
620
|
-
measurementCapabilities: [
|
|
621
|
-
"Test string"
|
|
622
|
-
],
|
|
623
|
-
model: {
|
|
624
|
-
firmwareVersion: "Test string",
|
|
625
|
-
hardwareVersion: "Test string",
|
|
626
|
-
name: "Test string",
|
|
627
|
-
softwareVersion: "Test string",
|
|
628
|
-
vendor: "Test string",
|
|
629
|
-
},
|
|
630
|
-
state: "Test string",
|
|
631
|
-
updateTime: "Test string",
|
|
632
|
-
userId: "Test string",
|
|
633
|
-
},
|
|
634
|
-
currentChannels: [
|
|
635
|
-
{
|
|
636
|
-
frequencyRange: {
|
|
637
|
-
highFrequencyMhz: 42,
|
|
638
|
-
lowFrequencyMhz: 42,
|
|
639
|
-
},
|
|
640
|
-
score: 42,
|
|
641
|
-
}
|
|
642
|
-
],
|
|
643
|
-
deviceMetadata: {
|
|
644
|
-
antennaModel: "Test string",
|
|
645
|
-
commonChannelGroup: "Test string",
|
|
646
|
-
interferenceCoordinationGroup: "Test string",
|
|
647
|
-
nrqzValidated: true,
|
|
648
|
-
nrqzValidation: {
|
|
649
|
-
caseId: "Test string",
|
|
650
|
-
cpiId: "Test string",
|
|
651
|
-
latitude: 42,
|
|
652
|
-
longitude: 42,
|
|
653
|
-
state: "Test string",
|
|
654
|
-
},
|
|
655
|
-
},
|
|
656
|
-
displayName: "Test string",
|
|
657
|
-
fccId: "Test string",
|
|
658
|
-
grantRangeAllowlists: [
|
|
659
|
-
{
|
|
660
|
-
highFrequencyMhz: 42,
|
|
661
|
-
lowFrequencyMhz: 42,
|
|
662
|
-
}
|
|
663
|
-
],
|
|
664
|
-
grants: [
|
|
665
|
-
{
|
|
666
|
-
channelType: "Test string",
|
|
667
|
-
expireTime: "Test string",
|
|
668
|
-
frequencyRange: {
|
|
669
|
-
highFrequencyMhz: 42,
|
|
670
|
-
lowFrequencyMhz: 42,
|
|
671
|
-
},
|
|
672
|
-
grantId: "Test string",
|
|
673
|
-
lastHeartbeatTransmitExpireTime: "Test string",
|
|
674
|
-
maxEirp: 42,
|
|
675
|
-
moveList: [
|
|
676
|
-
{
|
|
677
|
-
dpaId: "Test string",
|
|
678
|
-
frequencyRange: {
|
|
679
|
-
highFrequencyMhz: 42,
|
|
680
|
-
lowFrequencyMhz: 42,
|
|
681
|
-
},
|
|
682
|
-
}
|
|
683
|
-
],
|
|
684
|
-
state: "Test string",
|
|
685
|
-
suspensionReason: [
|
|
686
|
-
"Test string"
|
|
687
|
-
],
|
|
688
|
-
}
|
|
689
|
-
],
|
|
690
|
-
name: "Test string",
|
|
691
|
-
preloadedConfig: {
|
|
692
|
-
airInterface: {
|
|
693
|
-
radioTechnology: "Test string",
|
|
694
|
-
supportedSpec: "Test string",
|
|
695
|
-
},
|
|
696
|
-
callSign: "Test string",
|
|
697
|
-
category: "Test string",
|
|
698
|
-
installationParams: {
|
|
699
|
-
antennaAzimuth: 42,
|
|
700
|
-
antennaBeamwidth: 42,
|
|
701
|
-
antennaDowntilt: 42,
|
|
702
|
-
antennaGain: 42,
|
|
703
|
-
antennaModel: "Test string",
|
|
704
|
-
cpeCbsdIndication: true,
|
|
705
|
-
eirpCapability: 42,
|
|
706
|
-
height: 42,
|
|
707
|
-
heightType: "Test string",
|
|
708
|
-
horizontalAccuracy: 42,
|
|
709
|
-
indoorDeployment: true,
|
|
710
|
-
latitude: 42,
|
|
711
|
-
longitude: 42,
|
|
712
|
-
verticalAccuracy: 42,
|
|
713
|
-
},
|
|
714
|
-
isSigned: true,
|
|
715
|
-
measurementCapabilities: [
|
|
716
|
-
"Test string"
|
|
717
|
-
],
|
|
718
|
-
model: {
|
|
719
|
-
firmwareVersion: "Test string",
|
|
720
|
-
hardwareVersion: "Test string",
|
|
721
|
-
name: "Test string",
|
|
722
|
-
softwareVersion: "Test string",
|
|
723
|
-
vendor: "Test string",
|
|
724
|
-
},
|
|
725
|
-
state: "Test string",
|
|
726
|
-
updateTime: "Test string",
|
|
727
|
-
userId: "Test string",
|
|
728
|
-
},
|
|
729
|
-
serialNumber: "Test string",
|
|
730
|
-
state: "Test string",
|
|
731
|
-
},
|
|
732
|
-
});
|
|
733
|
-
/** Updates a signed device. */
|
|
734
|
-
await gapi.client.prod_tt_sasportal.customers.devices.updateSigned({
|
|
735
|
-
name: "Test string",
|
|
736
|
-
}, {
|
|
737
|
-
encodedDevice: "Test string",
|
|
738
|
-
installerId: "Test string",
|
|
739
|
-
});
|
|
740
|
-
/** Creates a new node. */
|
|
741
|
-
await gapi.client.prod_tt_sasportal.customers.nodes.create({
|
|
742
|
-
parent: "Test string",
|
|
743
|
-
}, {
|
|
744
|
-
displayName: "Test string",
|
|
745
|
-
name: "Test string",
|
|
746
|
-
sasUserIds: [
|
|
747
|
-
"Test string"
|
|
748
|
-
],
|
|
749
|
-
});
|
|
750
|
-
/** Deletes a node. */
|
|
751
|
-
await gapi.client.prod_tt_sasportal.customers.nodes.delete({
|
|
752
|
-
name: "Test string",
|
|
753
|
-
});
|
|
754
|
-
/** Returns a requested node. */
|
|
755
|
-
await gapi.client.prod_tt_sasportal.customers.nodes.get({
|
|
756
|
-
name: "Test string",
|
|
757
|
-
});
|
|
758
|
-
/** Lists nodes. */
|
|
759
|
-
await gapi.client.prod_tt_sasportal.customers.nodes.list({
|
|
760
|
-
filter: "Test string",
|
|
761
|
-
pageSize: 42,
|
|
762
|
-
pageToken: "Test string",
|
|
763
|
-
parent: "Test string",
|
|
764
|
-
});
|
|
765
|
-
/** Moves a node under another node or customer. */
|
|
766
|
-
await gapi.client.prod_tt_sasportal.customers.nodes.move({
|
|
767
|
-
name: "Test string",
|
|
768
|
-
}, {
|
|
769
|
-
destination: "Test string",
|
|
770
|
-
});
|
|
771
|
-
/** Updates an existing node. */
|
|
772
|
-
await gapi.client.prod_tt_sasportal.customers.nodes.patch({
|
|
773
|
-
name: "Test string",
|
|
774
|
-
updateMask: "Test string",
|
|
775
|
-
}, {
|
|
776
|
-
displayName: "Test string",
|
|
777
|
-
name: "Test string",
|
|
778
|
-
sasUserIds: [
|
|
779
|
-
"Test string"
|
|
780
|
-
],
|
|
781
|
-
});
|
|
782
|
-
/** Creates a new deployment. */
|
|
783
|
-
await gapi.client.prod_tt_sasportal.customers.nodes.deployments.create({
|
|
784
|
-
parent: "Test string",
|
|
785
|
-
}, {
|
|
786
|
-
displayName: "Test string",
|
|
787
|
-
frns: [
|
|
788
|
-
"Test string"
|
|
789
|
-
],
|
|
790
|
-
name: "Test string",
|
|
791
|
-
sasUserIds: [
|
|
792
|
-
"Test string"
|
|
793
|
-
],
|
|
794
|
-
});
|
|
795
|
-
/** Lists deployments. */
|
|
796
|
-
await gapi.client.prod_tt_sasportal.customers.nodes.deployments.list({
|
|
797
|
-
filter: "Test string",
|
|
798
|
-
pageSize: 42,
|
|
799
|
-
pageToken: "Test string",
|
|
800
|
-
parent: "Test string",
|
|
801
|
-
});
|
|
802
|
-
/** Creates a device under a node or customer. */
|
|
803
|
-
await gapi.client.prod_tt_sasportal.customers.nodes.devices.create({
|
|
804
|
-
parent: "Test string",
|
|
805
|
-
}, {
|
|
806
|
-
activeConfig: {
|
|
807
|
-
airInterface: {
|
|
808
|
-
radioTechnology: "Test string",
|
|
809
|
-
supportedSpec: "Test string",
|
|
810
|
-
},
|
|
811
|
-
callSign: "Test string",
|
|
812
|
-
category: "Test string",
|
|
813
|
-
installationParams: {
|
|
814
|
-
antennaAzimuth: 42,
|
|
815
|
-
antennaBeamwidth: 42,
|
|
816
|
-
antennaDowntilt: 42,
|
|
817
|
-
antennaGain: 42,
|
|
818
|
-
antennaModel: "Test string",
|
|
819
|
-
cpeCbsdIndication: true,
|
|
820
|
-
eirpCapability: 42,
|
|
821
|
-
height: 42,
|
|
822
|
-
heightType: "Test string",
|
|
823
|
-
horizontalAccuracy: 42,
|
|
824
|
-
indoorDeployment: true,
|
|
825
|
-
latitude: 42,
|
|
826
|
-
longitude: 42,
|
|
827
|
-
verticalAccuracy: 42,
|
|
828
|
-
},
|
|
829
|
-
isSigned: true,
|
|
830
|
-
measurementCapabilities: [
|
|
831
|
-
"Test string"
|
|
832
|
-
],
|
|
833
|
-
model: {
|
|
834
|
-
firmwareVersion: "Test string",
|
|
835
|
-
hardwareVersion: "Test string",
|
|
836
|
-
name: "Test string",
|
|
837
|
-
softwareVersion: "Test string",
|
|
838
|
-
vendor: "Test string",
|
|
839
|
-
},
|
|
840
|
-
state: "Test string",
|
|
841
|
-
updateTime: "Test string",
|
|
842
|
-
userId: "Test string",
|
|
843
|
-
},
|
|
844
|
-
currentChannels: [
|
|
845
|
-
{
|
|
846
|
-
frequencyRange: {
|
|
847
|
-
highFrequencyMhz: 42,
|
|
848
|
-
lowFrequencyMhz: 42,
|
|
849
|
-
},
|
|
850
|
-
score: 42,
|
|
851
|
-
}
|
|
852
|
-
],
|
|
853
|
-
deviceMetadata: {
|
|
854
|
-
antennaModel: "Test string",
|
|
855
|
-
commonChannelGroup: "Test string",
|
|
856
|
-
interferenceCoordinationGroup: "Test string",
|
|
857
|
-
nrqzValidated: true,
|
|
858
|
-
nrqzValidation: {
|
|
859
|
-
caseId: "Test string",
|
|
860
|
-
cpiId: "Test string",
|
|
861
|
-
latitude: 42,
|
|
862
|
-
longitude: 42,
|
|
863
|
-
state: "Test string",
|
|
864
|
-
},
|
|
865
|
-
},
|
|
866
|
-
displayName: "Test string",
|
|
867
|
-
fccId: "Test string",
|
|
868
|
-
grantRangeAllowlists: [
|
|
869
|
-
{
|
|
870
|
-
highFrequencyMhz: 42,
|
|
871
|
-
lowFrequencyMhz: 42,
|
|
872
|
-
}
|
|
873
|
-
],
|
|
874
|
-
grants: [
|
|
875
|
-
{
|
|
876
|
-
channelType: "Test string",
|
|
877
|
-
expireTime: "Test string",
|
|
878
|
-
frequencyRange: {
|
|
879
|
-
highFrequencyMhz: 42,
|
|
880
|
-
lowFrequencyMhz: 42,
|
|
881
|
-
},
|
|
882
|
-
grantId: "Test string",
|
|
883
|
-
lastHeartbeatTransmitExpireTime: "Test string",
|
|
884
|
-
maxEirp: 42,
|
|
885
|
-
moveList: [
|
|
886
|
-
{
|
|
887
|
-
dpaId: "Test string",
|
|
888
|
-
frequencyRange: {
|
|
889
|
-
highFrequencyMhz: 42,
|
|
890
|
-
lowFrequencyMhz: 42,
|
|
891
|
-
},
|
|
892
|
-
}
|
|
893
|
-
],
|
|
894
|
-
state: "Test string",
|
|
895
|
-
suspensionReason: [
|
|
896
|
-
"Test string"
|
|
897
|
-
],
|
|
898
|
-
}
|
|
899
|
-
],
|
|
900
|
-
name: "Test string",
|
|
901
|
-
preloadedConfig: {
|
|
902
|
-
airInterface: {
|
|
903
|
-
radioTechnology: "Test string",
|
|
904
|
-
supportedSpec: "Test string",
|
|
905
|
-
},
|
|
906
|
-
callSign: "Test string",
|
|
907
|
-
category: "Test string",
|
|
908
|
-
installationParams: {
|
|
909
|
-
antennaAzimuth: 42,
|
|
910
|
-
antennaBeamwidth: 42,
|
|
911
|
-
antennaDowntilt: 42,
|
|
912
|
-
antennaGain: 42,
|
|
913
|
-
antennaModel: "Test string",
|
|
914
|
-
cpeCbsdIndication: true,
|
|
915
|
-
eirpCapability: 42,
|
|
916
|
-
height: 42,
|
|
917
|
-
heightType: "Test string",
|
|
918
|
-
horizontalAccuracy: 42,
|
|
919
|
-
indoorDeployment: true,
|
|
920
|
-
latitude: 42,
|
|
921
|
-
longitude: 42,
|
|
922
|
-
verticalAccuracy: 42,
|
|
923
|
-
},
|
|
924
|
-
isSigned: true,
|
|
925
|
-
measurementCapabilities: [
|
|
926
|
-
"Test string"
|
|
927
|
-
],
|
|
928
|
-
model: {
|
|
929
|
-
firmwareVersion: "Test string",
|
|
930
|
-
hardwareVersion: "Test string",
|
|
931
|
-
name: "Test string",
|
|
932
|
-
softwareVersion: "Test string",
|
|
933
|
-
vendor: "Test string",
|
|
934
|
-
},
|
|
935
|
-
state: "Test string",
|
|
936
|
-
updateTime: "Test string",
|
|
937
|
-
userId: "Test string",
|
|
938
|
-
},
|
|
939
|
-
serialNumber: "Test string",
|
|
940
|
-
state: "Test string",
|
|
941
|
-
});
|
|
942
|
-
/** Creates a signed device under a node or customer. */
|
|
943
|
-
await gapi.client.prod_tt_sasportal.customers.nodes.devices.createSigned({
|
|
944
|
-
parent: "Test string",
|
|
945
|
-
}, {
|
|
946
|
-
encodedDevice: "Test string",
|
|
947
|
-
installerId: "Test string",
|
|
948
|
-
});
|
|
949
|
-
/** Lists devices under a node or customer. */
|
|
950
|
-
await gapi.client.prod_tt_sasportal.customers.nodes.devices.list({
|
|
951
|
-
filter: "Test string",
|
|
952
|
-
pageSize: 42,
|
|
953
|
-
pageToken: "Test string",
|
|
954
|
-
parent: "Test string",
|
|
955
|
-
});
|
|
956
|
-
/** Creates a new node. */
|
|
957
|
-
await gapi.client.prod_tt_sasportal.customers.nodes.nodes.create({
|
|
958
|
-
parent: "Test string",
|
|
959
|
-
}, {
|
|
960
|
-
displayName: "Test string",
|
|
961
|
-
name: "Test string",
|
|
962
|
-
sasUserIds: [
|
|
963
|
-
"Test string"
|
|
964
|
-
],
|
|
965
|
-
});
|
|
966
|
-
/** Lists nodes. */
|
|
967
|
-
await gapi.client.prod_tt_sasportal.customers.nodes.nodes.list({
|
|
968
|
-
filter: "Test string",
|
|
969
|
-
pageSize: 42,
|
|
970
|
-
pageToken: "Test string",
|
|
971
|
-
parent: "Test string",
|
|
972
|
-
});
|
|
973
|
-
/** Returns a requested deployment. */
|
|
974
|
-
await gapi.client.prod_tt_sasportal.deployments.get({
|
|
975
|
-
name: "Test string",
|
|
976
|
-
});
|
|
977
|
-
/** Deletes a device. */
|
|
978
|
-
await gapi.client.prod_tt_sasportal.deployments.devices.delete({
|
|
979
|
-
name: "Test string",
|
|
980
|
-
});
|
|
981
|
-
/** Gets details about a device. */
|
|
982
|
-
await gapi.client.prod_tt_sasportal.deployments.devices.get({
|
|
983
|
-
name: "Test string",
|
|
984
|
-
});
|
|
985
|
-
/** Moves a device under another node or customer. */
|
|
986
|
-
await gapi.client.prod_tt_sasportal.deployments.devices.move({
|
|
987
|
-
name: "Test string",
|
|
988
|
-
}, {
|
|
989
|
-
destination: "Test string",
|
|
990
|
-
});
|
|
991
|
-
/** Updates a device. */
|
|
992
|
-
await gapi.client.prod_tt_sasportal.deployments.devices.patch({
|
|
993
|
-
name: "Test string",
|
|
994
|
-
updateMask: "Test string",
|
|
995
|
-
}, {
|
|
996
|
-
activeConfig: {
|
|
997
|
-
airInterface: {
|
|
998
|
-
radioTechnology: "Test string",
|
|
999
|
-
supportedSpec: "Test string",
|
|
1000
|
-
},
|
|
1001
|
-
callSign: "Test string",
|
|
1002
|
-
category: "Test string",
|
|
1003
|
-
installationParams: {
|
|
1004
|
-
antennaAzimuth: 42,
|
|
1005
|
-
antennaBeamwidth: 42,
|
|
1006
|
-
antennaDowntilt: 42,
|
|
1007
|
-
antennaGain: 42,
|
|
1008
|
-
antennaModel: "Test string",
|
|
1009
|
-
cpeCbsdIndication: true,
|
|
1010
|
-
eirpCapability: 42,
|
|
1011
|
-
height: 42,
|
|
1012
|
-
heightType: "Test string",
|
|
1013
|
-
horizontalAccuracy: 42,
|
|
1014
|
-
indoorDeployment: true,
|
|
1015
|
-
latitude: 42,
|
|
1016
|
-
longitude: 42,
|
|
1017
|
-
verticalAccuracy: 42,
|
|
1018
|
-
},
|
|
1019
|
-
isSigned: true,
|
|
1020
|
-
measurementCapabilities: [
|
|
1021
|
-
"Test string"
|
|
1022
|
-
],
|
|
1023
|
-
model: {
|
|
1024
|
-
firmwareVersion: "Test string",
|
|
1025
|
-
hardwareVersion: "Test string",
|
|
1026
|
-
name: "Test string",
|
|
1027
|
-
softwareVersion: "Test string",
|
|
1028
|
-
vendor: "Test string",
|
|
1029
|
-
},
|
|
1030
|
-
state: "Test string",
|
|
1031
|
-
updateTime: "Test string",
|
|
1032
|
-
userId: "Test string",
|
|
1033
|
-
},
|
|
1034
|
-
currentChannels: [
|
|
1035
|
-
{
|
|
1036
|
-
frequencyRange: {
|
|
1037
|
-
highFrequencyMhz: 42,
|
|
1038
|
-
lowFrequencyMhz: 42,
|
|
1039
|
-
},
|
|
1040
|
-
score: 42,
|
|
1041
|
-
}
|
|
1042
|
-
],
|
|
1043
|
-
deviceMetadata: {
|
|
1044
|
-
antennaModel: "Test string",
|
|
1045
|
-
commonChannelGroup: "Test string",
|
|
1046
|
-
interferenceCoordinationGroup: "Test string",
|
|
1047
|
-
nrqzValidated: true,
|
|
1048
|
-
nrqzValidation: {
|
|
1049
|
-
caseId: "Test string",
|
|
1050
|
-
cpiId: "Test string",
|
|
1051
|
-
latitude: 42,
|
|
1052
|
-
longitude: 42,
|
|
1053
|
-
state: "Test string",
|
|
1054
|
-
},
|
|
1055
|
-
},
|
|
1056
|
-
displayName: "Test string",
|
|
1057
|
-
fccId: "Test string",
|
|
1058
|
-
grantRangeAllowlists: [
|
|
1059
|
-
{
|
|
1060
|
-
highFrequencyMhz: 42,
|
|
1061
|
-
lowFrequencyMhz: 42,
|
|
1062
|
-
}
|
|
1063
|
-
],
|
|
1064
|
-
grants: [
|
|
1065
|
-
{
|
|
1066
|
-
channelType: "Test string",
|
|
1067
|
-
expireTime: "Test string",
|
|
1068
|
-
frequencyRange: {
|
|
1069
|
-
highFrequencyMhz: 42,
|
|
1070
|
-
lowFrequencyMhz: 42,
|
|
1071
|
-
},
|
|
1072
|
-
grantId: "Test string",
|
|
1073
|
-
lastHeartbeatTransmitExpireTime: "Test string",
|
|
1074
|
-
maxEirp: 42,
|
|
1075
|
-
moveList: [
|
|
1076
|
-
{
|
|
1077
|
-
dpaId: "Test string",
|
|
1078
|
-
frequencyRange: {
|
|
1079
|
-
highFrequencyMhz: 42,
|
|
1080
|
-
lowFrequencyMhz: 42,
|
|
1081
|
-
},
|
|
1082
|
-
}
|
|
1083
|
-
],
|
|
1084
|
-
state: "Test string",
|
|
1085
|
-
suspensionReason: [
|
|
1086
|
-
"Test string"
|
|
1087
|
-
],
|
|
1088
|
-
}
|
|
1089
|
-
],
|
|
1090
|
-
name: "Test string",
|
|
1091
|
-
preloadedConfig: {
|
|
1092
|
-
airInterface: {
|
|
1093
|
-
radioTechnology: "Test string",
|
|
1094
|
-
supportedSpec: "Test string",
|
|
1095
|
-
},
|
|
1096
|
-
callSign: "Test string",
|
|
1097
|
-
category: "Test string",
|
|
1098
|
-
installationParams: {
|
|
1099
|
-
antennaAzimuth: 42,
|
|
1100
|
-
antennaBeamwidth: 42,
|
|
1101
|
-
antennaDowntilt: 42,
|
|
1102
|
-
antennaGain: 42,
|
|
1103
|
-
antennaModel: "Test string",
|
|
1104
|
-
cpeCbsdIndication: true,
|
|
1105
|
-
eirpCapability: 42,
|
|
1106
|
-
height: 42,
|
|
1107
|
-
heightType: "Test string",
|
|
1108
|
-
horizontalAccuracy: 42,
|
|
1109
|
-
indoorDeployment: true,
|
|
1110
|
-
latitude: 42,
|
|
1111
|
-
longitude: 42,
|
|
1112
|
-
verticalAccuracy: 42,
|
|
1113
|
-
},
|
|
1114
|
-
isSigned: true,
|
|
1115
|
-
measurementCapabilities: [
|
|
1116
|
-
"Test string"
|
|
1117
|
-
],
|
|
1118
|
-
model: {
|
|
1119
|
-
firmwareVersion: "Test string",
|
|
1120
|
-
hardwareVersion: "Test string",
|
|
1121
|
-
name: "Test string",
|
|
1122
|
-
softwareVersion: "Test string",
|
|
1123
|
-
vendor: "Test string",
|
|
1124
|
-
},
|
|
1125
|
-
state: "Test string",
|
|
1126
|
-
updateTime: "Test string",
|
|
1127
|
-
userId: "Test string",
|
|
1128
|
-
},
|
|
1129
|
-
serialNumber: "Test string",
|
|
1130
|
-
state: "Test string",
|
|
1131
|
-
});
|
|
1132
|
-
/** Signs a device. */
|
|
1133
|
-
await gapi.client.prod_tt_sasportal.deployments.devices.signDevice({
|
|
1134
|
-
name: "Test string",
|
|
1135
|
-
}, {
|
|
1136
|
-
device: {
|
|
1137
|
-
activeConfig: {
|
|
1138
|
-
airInterface: {
|
|
1139
|
-
radioTechnology: "Test string",
|
|
1140
|
-
supportedSpec: "Test string",
|
|
1141
|
-
},
|
|
1142
|
-
callSign: "Test string",
|
|
1143
|
-
category: "Test string",
|
|
1144
|
-
installationParams: {
|
|
1145
|
-
antennaAzimuth: 42,
|
|
1146
|
-
antennaBeamwidth: 42,
|
|
1147
|
-
antennaDowntilt: 42,
|
|
1148
|
-
antennaGain: 42,
|
|
1149
|
-
antennaModel: "Test string",
|
|
1150
|
-
cpeCbsdIndication: true,
|
|
1151
|
-
eirpCapability: 42,
|
|
1152
|
-
height: 42,
|
|
1153
|
-
heightType: "Test string",
|
|
1154
|
-
horizontalAccuracy: 42,
|
|
1155
|
-
indoorDeployment: true,
|
|
1156
|
-
latitude: 42,
|
|
1157
|
-
longitude: 42,
|
|
1158
|
-
verticalAccuracy: 42,
|
|
1159
|
-
},
|
|
1160
|
-
isSigned: true,
|
|
1161
|
-
measurementCapabilities: [
|
|
1162
|
-
"Test string"
|
|
1163
|
-
],
|
|
1164
|
-
model: {
|
|
1165
|
-
firmwareVersion: "Test string",
|
|
1166
|
-
hardwareVersion: "Test string",
|
|
1167
|
-
name: "Test string",
|
|
1168
|
-
softwareVersion: "Test string",
|
|
1169
|
-
vendor: "Test string",
|
|
1170
|
-
},
|
|
1171
|
-
state: "Test string",
|
|
1172
|
-
updateTime: "Test string",
|
|
1173
|
-
userId: "Test string",
|
|
1174
|
-
},
|
|
1175
|
-
currentChannels: [
|
|
1176
|
-
{
|
|
1177
|
-
frequencyRange: {
|
|
1178
|
-
highFrequencyMhz: 42,
|
|
1179
|
-
lowFrequencyMhz: 42,
|
|
1180
|
-
},
|
|
1181
|
-
score: 42,
|
|
1182
|
-
}
|
|
1183
|
-
],
|
|
1184
|
-
deviceMetadata: {
|
|
1185
|
-
antennaModel: "Test string",
|
|
1186
|
-
commonChannelGroup: "Test string",
|
|
1187
|
-
interferenceCoordinationGroup: "Test string",
|
|
1188
|
-
nrqzValidated: true,
|
|
1189
|
-
nrqzValidation: {
|
|
1190
|
-
caseId: "Test string",
|
|
1191
|
-
cpiId: "Test string",
|
|
1192
|
-
latitude: 42,
|
|
1193
|
-
longitude: 42,
|
|
1194
|
-
state: "Test string",
|
|
1195
|
-
},
|
|
1196
|
-
},
|
|
1197
|
-
displayName: "Test string",
|
|
1198
|
-
fccId: "Test string",
|
|
1199
|
-
grantRangeAllowlists: [
|
|
1200
|
-
{
|
|
1201
|
-
highFrequencyMhz: 42,
|
|
1202
|
-
lowFrequencyMhz: 42,
|
|
1203
|
-
}
|
|
1204
|
-
],
|
|
1205
|
-
grants: [
|
|
1206
|
-
{
|
|
1207
|
-
channelType: "Test string",
|
|
1208
|
-
expireTime: "Test string",
|
|
1209
|
-
frequencyRange: {
|
|
1210
|
-
highFrequencyMhz: 42,
|
|
1211
|
-
lowFrequencyMhz: 42,
|
|
1212
|
-
},
|
|
1213
|
-
grantId: "Test string",
|
|
1214
|
-
lastHeartbeatTransmitExpireTime: "Test string",
|
|
1215
|
-
maxEirp: 42,
|
|
1216
|
-
moveList: [
|
|
1217
|
-
{
|
|
1218
|
-
dpaId: "Test string",
|
|
1219
|
-
frequencyRange: {
|
|
1220
|
-
highFrequencyMhz: 42,
|
|
1221
|
-
lowFrequencyMhz: 42,
|
|
1222
|
-
},
|
|
1223
|
-
}
|
|
1224
|
-
],
|
|
1225
|
-
state: "Test string",
|
|
1226
|
-
suspensionReason: [
|
|
1227
|
-
"Test string"
|
|
1228
|
-
],
|
|
1229
|
-
}
|
|
1230
|
-
],
|
|
1231
|
-
name: "Test string",
|
|
1232
|
-
preloadedConfig: {
|
|
1233
|
-
airInterface: {
|
|
1234
|
-
radioTechnology: "Test string",
|
|
1235
|
-
supportedSpec: "Test string",
|
|
1236
|
-
},
|
|
1237
|
-
callSign: "Test string",
|
|
1238
|
-
category: "Test string",
|
|
1239
|
-
installationParams: {
|
|
1240
|
-
antennaAzimuth: 42,
|
|
1241
|
-
antennaBeamwidth: 42,
|
|
1242
|
-
antennaDowntilt: 42,
|
|
1243
|
-
antennaGain: 42,
|
|
1244
|
-
antennaModel: "Test string",
|
|
1245
|
-
cpeCbsdIndication: true,
|
|
1246
|
-
eirpCapability: 42,
|
|
1247
|
-
height: 42,
|
|
1248
|
-
heightType: "Test string",
|
|
1249
|
-
horizontalAccuracy: 42,
|
|
1250
|
-
indoorDeployment: true,
|
|
1251
|
-
latitude: 42,
|
|
1252
|
-
longitude: 42,
|
|
1253
|
-
verticalAccuracy: 42,
|
|
1254
|
-
},
|
|
1255
|
-
isSigned: true,
|
|
1256
|
-
measurementCapabilities: [
|
|
1257
|
-
"Test string"
|
|
1258
|
-
],
|
|
1259
|
-
model: {
|
|
1260
|
-
firmwareVersion: "Test string",
|
|
1261
|
-
hardwareVersion: "Test string",
|
|
1262
|
-
name: "Test string",
|
|
1263
|
-
softwareVersion: "Test string",
|
|
1264
|
-
vendor: "Test string",
|
|
1265
|
-
},
|
|
1266
|
-
state: "Test string",
|
|
1267
|
-
updateTime: "Test string",
|
|
1268
|
-
userId: "Test string",
|
|
1269
|
-
},
|
|
1270
|
-
serialNumber: "Test string",
|
|
1271
|
-
state: "Test string",
|
|
1272
|
-
},
|
|
1273
|
-
});
|
|
1274
|
-
/** Updates a signed device. */
|
|
1275
|
-
await gapi.client.prod_tt_sasportal.deployments.devices.updateSigned({
|
|
1276
|
-
name: "Test string",
|
|
1277
|
-
}, {
|
|
1278
|
-
encodedDevice: "Test string",
|
|
1279
|
-
installerId: "Test string",
|
|
1280
|
-
});
|
|
1281
|
-
/** Generates a secret to be used with the ValidateInstaller. */
|
|
1282
|
-
await gapi.client.prod_tt_sasportal.installer.generateSecret({
|
|
1283
|
-
}, {
|
|
1284
|
-
});
|
|
1285
|
-
/** Validates the identity of a Certified Professional Installer (CPI). */
|
|
1286
|
-
await gapi.client.prod_tt_sasportal.installer.validate({
|
|
1287
|
-
}, {
|
|
1288
|
-
encodedSecret: "Test string",
|
|
1289
|
-
installerId: "Test string",
|
|
1290
|
-
secret: "Test string",
|
|
1291
|
-
});
|
|
1292
|
-
/** Returns a requested node. */
|
|
1293
|
-
await gapi.client.prod_tt_sasportal.nodes.get({
|
|
1294
|
-
name: "Test string",
|
|
1295
|
-
});
|
|
1296
|
-
/** Deletes a deployment. */
|
|
1297
|
-
await gapi.client.prod_tt_sasportal.nodes.deployments.delete({
|
|
1298
|
-
name: "Test string",
|
|
1299
|
-
});
|
|
1300
|
-
/** Returns a requested deployment. */
|
|
1301
|
-
await gapi.client.prod_tt_sasportal.nodes.deployments.get({
|
|
1302
|
-
name: "Test string",
|
|
1303
|
-
});
|
|
1304
|
-
/** Lists deployments. */
|
|
1305
|
-
await gapi.client.prod_tt_sasportal.nodes.deployments.list({
|
|
1306
|
-
filter: "Test string",
|
|
1307
|
-
pageSize: 42,
|
|
1308
|
-
pageToken: "Test string",
|
|
1309
|
-
parent: "Test string",
|
|
1310
|
-
});
|
|
1311
|
-
/** Moves a deployment under another node or customer. */
|
|
1312
|
-
await gapi.client.prod_tt_sasportal.nodes.deployments.move({
|
|
1313
|
-
name: "Test string",
|
|
1314
|
-
}, {
|
|
1315
|
-
destination: "Test string",
|
|
1316
|
-
});
|
|
1317
|
-
/** Updates an existing deployment. */
|
|
1318
|
-
await gapi.client.prod_tt_sasportal.nodes.deployments.patch({
|
|
1319
|
-
name: "Test string",
|
|
1320
|
-
updateMask: "Test string",
|
|
1321
|
-
}, {
|
|
1322
|
-
displayName: "Test string",
|
|
1323
|
-
frns: [
|
|
1324
|
-
"Test string"
|
|
1325
|
-
],
|
|
1326
|
-
name: "Test string",
|
|
1327
|
-
sasUserIds: [
|
|
1328
|
-
"Test string"
|
|
1329
|
-
],
|
|
1330
|
-
});
|
|
1331
|
-
/** Creates a device under a node or customer. */
|
|
1332
|
-
await gapi.client.prod_tt_sasportal.nodes.deployments.devices.create({
|
|
1333
|
-
parent: "Test string",
|
|
1334
|
-
}, {
|
|
1335
|
-
activeConfig: {
|
|
1336
|
-
airInterface: {
|
|
1337
|
-
radioTechnology: "Test string",
|
|
1338
|
-
supportedSpec: "Test string",
|
|
1339
|
-
},
|
|
1340
|
-
callSign: "Test string",
|
|
1341
|
-
category: "Test string",
|
|
1342
|
-
installationParams: {
|
|
1343
|
-
antennaAzimuth: 42,
|
|
1344
|
-
antennaBeamwidth: 42,
|
|
1345
|
-
antennaDowntilt: 42,
|
|
1346
|
-
antennaGain: 42,
|
|
1347
|
-
antennaModel: "Test string",
|
|
1348
|
-
cpeCbsdIndication: true,
|
|
1349
|
-
eirpCapability: 42,
|
|
1350
|
-
height: 42,
|
|
1351
|
-
heightType: "Test string",
|
|
1352
|
-
horizontalAccuracy: 42,
|
|
1353
|
-
indoorDeployment: true,
|
|
1354
|
-
latitude: 42,
|
|
1355
|
-
longitude: 42,
|
|
1356
|
-
verticalAccuracy: 42,
|
|
1357
|
-
},
|
|
1358
|
-
isSigned: true,
|
|
1359
|
-
measurementCapabilities: [
|
|
1360
|
-
"Test string"
|
|
1361
|
-
],
|
|
1362
|
-
model: {
|
|
1363
|
-
firmwareVersion: "Test string",
|
|
1364
|
-
hardwareVersion: "Test string",
|
|
1365
|
-
name: "Test string",
|
|
1366
|
-
softwareVersion: "Test string",
|
|
1367
|
-
vendor: "Test string",
|
|
1368
|
-
},
|
|
1369
|
-
state: "Test string",
|
|
1370
|
-
updateTime: "Test string",
|
|
1371
|
-
userId: "Test string",
|
|
1372
|
-
},
|
|
1373
|
-
currentChannels: [
|
|
1374
|
-
{
|
|
1375
|
-
frequencyRange: {
|
|
1376
|
-
highFrequencyMhz: 42,
|
|
1377
|
-
lowFrequencyMhz: 42,
|
|
1378
|
-
},
|
|
1379
|
-
score: 42,
|
|
1380
|
-
}
|
|
1381
|
-
],
|
|
1382
|
-
deviceMetadata: {
|
|
1383
|
-
antennaModel: "Test string",
|
|
1384
|
-
commonChannelGroup: "Test string",
|
|
1385
|
-
interferenceCoordinationGroup: "Test string",
|
|
1386
|
-
nrqzValidated: true,
|
|
1387
|
-
nrqzValidation: {
|
|
1388
|
-
caseId: "Test string",
|
|
1389
|
-
cpiId: "Test string",
|
|
1390
|
-
latitude: 42,
|
|
1391
|
-
longitude: 42,
|
|
1392
|
-
state: "Test string",
|
|
1393
|
-
},
|
|
1394
|
-
},
|
|
1395
|
-
displayName: "Test string",
|
|
1396
|
-
fccId: "Test string",
|
|
1397
|
-
grantRangeAllowlists: [
|
|
1398
|
-
{
|
|
1399
|
-
highFrequencyMhz: 42,
|
|
1400
|
-
lowFrequencyMhz: 42,
|
|
1401
|
-
}
|
|
1402
|
-
],
|
|
1403
|
-
grants: [
|
|
1404
|
-
{
|
|
1405
|
-
channelType: "Test string",
|
|
1406
|
-
expireTime: "Test string",
|
|
1407
|
-
frequencyRange: {
|
|
1408
|
-
highFrequencyMhz: 42,
|
|
1409
|
-
lowFrequencyMhz: 42,
|
|
1410
|
-
},
|
|
1411
|
-
grantId: "Test string",
|
|
1412
|
-
lastHeartbeatTransmitExpireTime: "Test string",
|
|
1413
|
-
maxEirp: 42,
|
|
1414
|
-
moveList: [
|
|
1415
|
-
{
|
|
1416
|
-
dpaId: "Test string",
|
|
1417
|
-
frequencyRange: {
|
|
1418
|
-
highFrequencyMhz: 42,
|
|
1419
|
-
lowFrequencyMhz: 42,
|
|
1420
|
-
},
|
|
1421
|
-
}
|
|
1422
|
-
],
|
|
1423
|
-
state: "Test string",
|
|
1424
|
-
suspensionReason: [
|
|
1425
|
-
"Test string"
|
|
1426
|
-
],
|
|
1427
|
-
}
|
|
1428
|
-
],
|
|
1429
|
-
name: "Test string",
|
|
1430
|
-
preloadedConfig: {
|
|
1431
|
-
airInterface: {
|
|
1432
|
-
radioTechnology: "Test string",
|
|
1433
|
-
supportedSpec: "Test string",
|
|
1434
|
-
},
|
|
1435
|
-
callSign: "Test string",
|
|
1436
|
-
category: "Test string",
|
|
1437
|
-
installationParams: {
|
|
1438
|
-
antennaAzimuth: 42,
|
|
1439
|
-
antennaBeamwidth: 42,
|
|
1440
|
-
antennaDowntilt: 42,
|
|
1441
|
-
antennaGain: 42,
|
|
1442
|
-
antennaModel: "Test string",
|
|
1443
|
-
cpeCbsdIndication: true,
|
|
1444
|
-
eirpCapability: 42,
|
|
1445
|
-
height: 42,
|
|
1446
|
-
heightType: "Test string",
|
|
1447
|
-
horizontalAccuracy: 42,
|
|
1448
|
-
indoorDeployment: true,
|
|
1449
|
-
latitude: 42,
|
|
1450
|
-
longitude: 42,
|
|
1451
|
-
verticalAccuracy: 42,
|
|
1452
|
-
},
|
|
1453
|
-
isSigned: true,
|
|
1454
|
-
measurementCapabilities: [
|
|
1455
|
-
"Test string"
|
|
1456
|
-
],
|
|
1457
|
-
model: {
|
|
1458
|
-
firmwareVersion: "Test string",
|
|
1459
|
-
hardwareVersion: "Test string",
|
|
1460
|
-
name: "Test string",
|
|
1461
|
-
softwareVersion: "Test string",
|
|
1462
|
-
vendor: "Test string",
|
|
1463
|
-
},
|
|
1464
|
-
state: "Test string",
|
|
1465
|
-
updateTime: "Test string",
|
|
1466
|
-
userId: "Test string",
|
|
1467
|
-
},
|
|
1468
|
-
serialNumber: "Test string",
|
|
1469
|
-
state: "Test string",
|
|
1470
|
-
});
|
|
1471
|
-
/** Creates a signed device under a node or customer. */
|
|
1472
|
-
await gapi.client.prod_tt_sasportal.nodes.deployments.devices.createSigned({
|
|
1473
|
-
parent: "Test string",
|
|
1474
|
-
}, {
|
|
1475
|
-
encodedDevice: "Test string",
|
|
1476
|
-
installerId: "Test string",
|
|
1477
|
-
});
|
|
1478
|
-
/** Lists devices under a node or customer. */
|
|
1479
|
-
await gapi.client.prod_tt_sasportal.nodes.deployments.devices.list({
|
|
1480
|
-
filter: "Test string",
|
|
1481
|
-
pageSize: 42,
|
|
1482
|
-
pageToken: "Test string",
|
|
1483
|
-
parent: "Test string",
|
|
1484
|
-
});
|
|
1485
|
-
/** Creates a device under a node or customer. */
|
|
1486
|
-
await gapi.client.prod_tt_sasportal.nodes.devices.create({
|
|
1487
|
-
parent: "Test string",
|
|
1488
|
-
}, {
|
|
1489
|
-
activeConfig: {
|
|
1490
|
-
airInterface: {
|
|
1491
|
-
radioTechnology: "Test string",
|
|
1492
|
-
supportedSpec: "Test string",
|
|
1493
|
-
},
|
|
1494
|
-
callSign: "Test string",
|
|
1495
|
-
category: "Test string",
|
|
1496
|
-
installationParams: {
|
|
1497
|
-
antennaAzimuth: 42,
|
|
1498
|
-
antennaBeamwidth: 42,
|
|
1499
|
-
antennaDowntilt: 42,
|
|
1500
|
-
antennaGain: 42,
|
|
1501
|
-
antennaModel: "Test string",
|
|
1502
|
-
cpeCbsdIndication: true,
|
|
1503
|
-
eirpCapability: 42,
|
|
1504
|
-
height: 42,
|
|
1505
|
-
heightType: "Test string",
|
|
1506
|
-
horizontalAccuracy: 42,
|
|
1507
|
-
indoorDeployment: true,
|
|
1508
|
-
latitude: 42,
|
|
1509
|
-
longitude: 42,
|
|
1510
|
-
verticalAccuracy: 42,
|
|
1511
|
-
},
|
|
1512
|
-
isSigned: true,
|
|
1513
|
-
measurementCapabilities: [
|
|
1514
|
-
"Test string"
|
|
1515
|
-
],
|
|
1516
|
-
model: {
|
|
1517
|
-
firmwareVersion: "Test string",
|
|
1518
|
-
hardwareVersion: "Test string",
|
|
1519
|
-
name: "Test string",
|
|
1520
|
-
softwareVersion: "Test string",
|
|
1521
|
-
vendor: "Test string",
|
|
1522
|
-
},
|
|
1523
|
-
state: "Test string",
|
|
1524
|
-
updateTime: "Test string",
|
|
1525
|
-
userId: "Test string",
|
|
1526
|
-
},
|
|
1527
|
-
currentChannels: [
|
|
1528
|
-
{
|
|
1529
|
-
frequencyRange: {
|
|
1530
|
-
highFrequencyMhz: 42,
|
|
1531
|
-
lowFrequencyMhz: 42,
|
|
1532
|
-
},
|
|
1533
|
-
score: 42,
|
|
1534
|
-
}
|
|
1535
|
-
],
|
|
1536
|
-
deviceMetadata: {
|
|
1537
|
-
antennaModel: "Test string",
|
|
1538
|
-
commonChannelGroup: "Test string",
|
|
1539
|
-
interferenceCoordinationGroup: "Test string",
|
|
1540
|
-
nrqzValidated: true,
|
|
1541
|
-
nrqzValidation: {
|
|
1542
|
-
caseId: "Test string",
|
|
1543
|
-
cpiId: "Test string",
|
|
1544
|
-
latitude: 42,
|
|
1545
|
-
longitude: 42,
|
|
1546
|
-
state: "Test string",
|
|
1547
|
-
},
|
|
1548
|
-
},
|
|
1549
|
-
displayName: "Test string",
|
|
1550
|
-
fccId: "Test string",
|
|
1551
|
-
grantRangeAllowlists: [
|
|
1552
|
-
{
|
|
1553
|
-
highFrequencyMhz: 42,
|
|
1554
|
-
lowFrequencyMhz: 42,
|
|
1555
|
-
}
|
|
1556
|
-
],
|
|
1557
|
-
grants: [
|
|
1558
|
-
{
|
|
1559
|
-
channelType: "Test string",
|
|
1560
|
-
expireTime: "Test string",
|
|
1561
|
-
frequencyRange: {
|
|
1562
|
-
highFrequencyMhz: 42,
|
|
1563
|
-
lowFrequencyMhz: 42,
|
|
1564
|
-
},
|
|
1565
|
-
grantId: "Test string",
|
|
1566
|
-
lastHeartbeatTransmitExpireTime: "Test string",
|
|
1567
|
-
maxEirp: 42,
|
|
1568
|
-
moveList: [
|
|
1569
|
-
{
|
|
1570
|
-
dpaId: "Test string",
|
|
1571
|
-
frequencyRange: {
|
|
1572
|
-
highFrequencyMhz: 42,
|
|
1573
|
-
lowFrequencyMhz: 42,
|
|
1574
|
-
},
|
|
1575
|
-
}
|
|
1576
|
-
],
|
|
1577
|
-
state: "Test string",
|
|
1578
|
-
suspensionReason: [
|
|
1579
|
-
"Test string"
|
|
1580
|
-
],
|
|
1581
|
-
}
|
|
1582
|
-
],
|
|
1583
|
-
name: "Test string",
|
|
1584
|
-
preloadedConfig: {
|
|
1585
|
-
airInterface: {
|
|
1586
|
-
radioTechnology: "Test string",
|
|
1587
|
-
supportedSpec: "Test string",
|
|
1588
|
-
},
|
|
1589
|
-
callSign: "Test string",
|
|
1590
|
-
category: "Test string",
|
|
1591
|
-
installationParams: {
|
|
1592
|
-
antennaAzimuth: 42,
|
|
1593
|
-
antennaBeamwidth: 42,
|
|
1594
|
-
antennaDowntilt: 42,
|
|
1595
|
-
antennaGain: 42,
|
|
1596
|
-
antennaModel: "Test string",
|
|
1597
|
-
cpeCbsdIndication: true,
|
|
1598
|
-
eirpCapability: 42,
|
|
1599
|
-
height: 42,
|
|
1600
|
-
heightType: "Test string",
|
|
1601
|
-
horizontalAccuracy: 42,
|
|
1602
|
-
indoorDeployment: true,
|
|
1603
|
-
latitude: 42,
|
|
1604
|
-
longitude: 42,
|
|
1605
|
-
verticalAccuracy: 42,
|
|
1606
|
-
},
|
|
1607
|
-
isSigned: true,
|
|
1608
|
-
measurementCapabilities: [
|
|
1609
|
-
"Test string"
|
|
1610
|
-
],
|
|
1611
|
-
model: {
|
|
1612
|
-
firmwareVersion: "Test string",
|
|
1613
|
-
hardwareVersion: "Test string",
|
|
1614
|
-
name: "Test string",
|
|
1615
|
-
softwareVersion: "Test string",
|
|
1616
|
-
vendor: "Test string",
|
|
1617
|
-
},
|
|
1618
|
-
state: "Test string",
|
|
1619
|
-
updateTime: "Test string",
|
|
1620
|
-
userId: "Test string",
|
|
1621
|
-
},
|
|
1622
|
-
serialNumber: "Test string",
|
|
1623
|
-
state: "Test string",
|
|
1624
|
-
});
|
|
1625
|
-
/** Creates a signed device under a node or customer. */
|
|
1626
|
-
await gapi.client.prod_tt_sasportal.nodes.devices.createSigned({
|
|
1627
|
-
parent: "Test string",
|
|
1628
|
-
}, {
|
|
1629
|
-
encodedDevice: "Test string",
|
|
1630
|
-
installerId: "Test string",
|
|
1631
|
-
});
|
|
1632
|
-
/** Deletes a device. */
|
|
1633
|
-
await gapi.client.prod_tt_sasportal.nodes.devices.delete({
|
|
1634
|
-
name: "Test string",
|
|
1635
|
-
});
|
|
1636
|
-
/** Gets details about a device. */
|
|
1637
|
-
await gapi.client.prod_tt_sasportal.nodes.devices.get({
|
|
1638
|
-
name: "Test string",
|
|
1639
|
-
});
|
|
1640
|
-
/** Lists devices under a node or customer. */
|
|
1641
|
-
await gapi.client.prod_tt_sasportal.nodes.devices.list({
|
|
1642
|
-
filter: "Test string",
|
|
1643
|
-
pageSize: 42,
|
|
1644
|
-
pageToken: "Test string",
|
|
1645
|
-
parent: "Test string",
|
|
1646
|
-
});
|
|
1647
|
-
/** Moves a device under another node or customer. */
|
|
1648
|
-
await gapi.client.prod_tt_sasportal.nodes.devices.move({
|
|
1649
|
-
name: "Test string",
|
|
1650
|
-
}, {
|
|
1651
|
-
destination: "Test string",
|
|
1652
|
-
});
|
|
1653
|
-
/** Updates a device. */
|
|
1654
|
-
await gapi.client.prod_tt_sasportal.nodes.devices.patch({
|
|
1655
|
-
name: "Test string",
|
|
1656
|
-
updateMask: "Test string",
|
|
1657
|
-
}, {
|
|
1658
|
-
activeConfig: {
|
|
1659
|
-
airInterface: {
|
|
1660
|
-
radioTechnology: "Test string",
|
|
1661
|
-
supportedSpec: "Test string",
|
|
1662
|
-
},
|
|
1663
|
-
callSign: "Test string",
|
|
1664
|
-
category: "Test string",
|
|
1665
|
-
installationParams: {
|
|
1666
|
-
antennaAzimuth: 42,
|
|
1667
|
-
antennaBeamwidth: 42,
|
|
1668
|
-
antennaDowntilt: 42,
|
|
1669
|
-
antennaGain: 42,
|
|
1670
|
-
antennaModel: "Test string",
|
|
1671
|
-
cpeCbsdIndication: true,
|
|
1672
|
-
eirpCapability: 42,
|
|
1673
|
-
height: 42,
|
|
1674
|
-
heightType: "Test string",
|
|
1675
|
-
horizontalAccuracy: 42,
|
|
1676
|
-
indoorDeployment: true,
|
|
1677
|
-
latitude: 42,
|
|
1678
|
-
longitude: 42,
|
|
1679
|
-
verticalAccuracy: 42,
|
|
1680
|
-
},
|
|
1681
|
-
isSigned: true,
|
|
1682
|
-
measurementCapabilities: [
|
|
1683
|
-
"Test string"
|
|
1684
|
-
],
|
|
1685
|
-
model: {
|
|
1686
|
-
firmwareVersion: "Test string",
|
|
1687
|
-
hardwareVersion: "Test string",
|
|
1688
|
-
name: "Test string",
|
|
1689
|
-
softwareVersion: "Test string",
|
|
1690
|
-
vendor: "Test string",
|
|
1691
|
-
},
|
|
1692
|
-
state: "Test string",
|
|
1693
|
-
updateTime: "Test string",
|
|
1694
|
-
userId: "Test string",
|
|
1695
|
-
},
|
|
1696
|
-
currentChannels: [
|
|
1697
|
-
{
|
|
1698
|
-
frequencyRange: {
|
|
1699
|
-
highFrequencyMhz: 42,
|
|
1700
|
-
lowFrequencyMhz: 42,
|
|
1701
|
-
},
|
|
1702
|
-
score: 42,
|
|
1703
|
-
}
|
|
1704
|
-
],
|
|
1705
|
-
deviceMetadata: {
|
|
1706
|
-
antennaModel: "Test string",
|
|
1707
|
-
commonChannelGroup: "Test string",
|
|
1708
|
-
interferenceCoordinationGroup: "Test string",
|
|
1709
|
-
nrqzValidated: true,
|
|
1710
|
-
nrqzValidation: {
|
|
1711
|
-
caseId: "Test string",
|
|
1712
|
-
cpiId: "Test string",
|
|
1713
|
-
latitude: 42,
|
|
1714
|
-
longitude: 42,
|
|
1715
|
-
state: "Test string",
|
|
1716
|
-
},
|
|
1717
|
-
},
|
|
1718
|
-
displayName: "Test string",
|
|
1719
|
-
fccId: "Test string",
|
|
1720
|
-
grantRangeAllowlists: [
|
|
1721
|
-
{
|
|
1722
|
-
highFrequencyMhz: 42,
|
|
1723
|
-
lowFrequencyMhz: 42,
|
|
1724
|
-
}
|
|
1725
|
-
],
|
|
1726
|
-
grants: [
|
|
1727
|
-
{
|
|
1728
|
-
channelType: "Test string",
|
|
1729
|
-
expireTime: "Test string",
|
|
1730
|
-
frequencyRange: {
|
|
1731
|
-
highFrequencyMhz: 42,
|
|
1732
|
-
lowFrequencyMhz: 42,
|
|
1733
|
-
},
|
|
1734
|
-
grantId: "Test string",
|
|
1735
|
-
lastHeartbeatTransmitExpireTime: "Test string",
|
|
1736
|
-
maxEirp: 42,
|
|
1737
|
-
moveList: [
|
|
1738
|
-
{
|
|
1739
|
-
dpaId: "Test string",
|
|
1740
|
-
frequencyRange: {
|
|
1741
|
-
highFrequencyMhz: 42,
|
|
1742
|
-
lowFrequencyMhz: 42,
|
|
1743
|
-
},
|
|
1744
|
-
}
|
|
1745
|
-
],
|
|
1746
|
-
state: "Test string",
|
|
1747
|
-
suspensionReason: [
|
|
1748
|
-
"Test string"
|
|
1749
|
-
],
|
|
1750
|
-
}
|
|
1751
|
-
],
|
|
1752
|
-
name: "Test string",
|
|
1753
|
-
preloadedConfig: {
|
|
1754
|
-
airInterface: {
|
|
1755
|
-
radioTechnology: "Test string",
|
|
1756
|
-
supportedSpec: "Test string",
|
|
1757
|
-
},
|
|
1758
|
-
callSign: "Test string",
|
|
1759
|
-
category: "Test string",
|
|
1760
|
-
installationParams: {
|
|
1761
|
-
antennaAzimuth: 42,
|
|
1762
|
-
antennaBeamwidth: 42,
|
|
1763
|
-
antennaDowntilt: 42,
|
|
1764
|
-
antennaGain: 42,
|
|
1765
|
-
antennaModel: "Test string",
|
|
1766
|
-
cpeCbsdIndication: true,
|
|
1767
|
-
eirpCapability: 42,
|
|
1768
|
-
height: 42,
|
|
1769
|
-
heightType: "Test string",
|
|
1770
|
-
horizontalAccuracy: 42,
|
|
1771
|
-
indoorDeployment: true,
|
|
1772
|
-
latitude: 42,
|
|
1773
|
-
longitude: 42,
|
|
1774
|
-
verticalAccuracy: 42,
|
|
1775
|
-
},
|
|
1776
|
-
isSigned: true,
|
|
1777
|
-
measurementCapabilities: [
|
|
1778
|
-
"Test string"
|
|
1779
|
-
],
|
|
1780
|
-
model: {
|
|
1781
|
-
firmwareVersion: "Test string",
|
|
1782
|
-
hardwareVersion: "Test string",
|
|
1783
|
-
name: "Test string",
|
|
1784
|
-
softwareVersion: "Test string",
|
|
1785
|
-
vendor: "Test string",
|
|
1786
|
-
},
|
|
1787
|
-
state: "Test string",
|
|
1788
|
-
updateTime: "Test string",
|
|
1789
|
-
userId: "Test string",
|
|
1790
|
-
},
|
|
1791
|
-
serialNumber: "Test string",
|
|
1792
|
-
state: "Test string",
|
|
1793
|
-
});
|
|
1794
|
-
/** Signs a device. */
|
|
1795
|
-
await gapi.client.prod_tt_sasportal.nodes.devices.signDevice({
|
|
1796
|
-
name: "Test string",
|
|
1797
|
-
}, {
|
|
1798
|
-
device: {
|
|
1799
|
-
activeConfig: {
|
|
1800
|
-
airInterface: {
|
|
1801
|
-
radioTechnology: "Test string",
|
|
1802
|
-
supportedSpec: "Test string",
|
|
1803
|
-
},
|
|
1804
|
-
callSign: "Test string",
|
|
1805
|
-
category: "Test string",
|
|
1806
|
-
installationParams: {
|
|
1807
|
-
antennaAzimuth: 42,
|
|
1808
|
-
antennaBeamwidth: 42,
|
|
1809
|
-
antennaDowntilt: 42,
|
|
1810
|
-
antennaGain: 42,
|
|
1811
|
-
antennaModel: "Test string",
|
|
1812
|
-
cpeCbsdIndication: true,
|
|
1813
|
-
eirpCapability: 42,
|
|
1814
|
-
height: 42,
|
|
1815
|
-
heightType: "Test string",
|
|
1816
|
-
horizontalAccuracy: 42,
|
|
1817
|
-
indoorDeployment: true,
|
|
1818
|
-
latitude: 42,
|
|
1819
|
-
longitude: 42,
|
|
1820
|
-
verticalAccuracy: 42,
|
|
1821
|
-
},
|
|
1822
|
-
isSigned: true,
|
|
1823
|
-
measurementCapabilities: [
|
|
1824
|
-
"Test string"
|
|
1825
|
-
],
|
|
1826
|
-
model: {
|
|
1827
|
-
firmwareVersion: "Test string",
|
|
1828
|
-
hardwareVersion: "Test string",
|
|
1829
|
-
name: "Test string",
|
|
1830
|
-
softwareVersion: "Test string",
|
|
1831
|
-
vendor: "Test string",
|
|
1832
|
-
},
|
|
1833
|
-
state: "Test string",
|
|
1834
|
-
updateTime: "Test string",
|
|
1835
|
-
userId: "Test string",
|
|
1836
|
-
},
|
|
1837
|
-
currentChannels: [
|
|
1838
|
-
{
|
|
1839
|
-
frequencyRange: {
|
|
1840
|
-
highFrequencyMhz: 42,
|
|
1841
|
-
lowFrequencyMhz: 42,
|
|
1842
|
-
},
|
|
1843
|
-
score: 42,
|
|
1844
|
-
}
|
|
1845
|
-
],
|
|
1846
|
-
deviceMetadata: {
|
|
1847
|
-
antennaModel: "Test string",
|
|
1848
|
-
commonChannelGroup: "Test string",
|
|
1849
|
-
interferenceCoordinationGroup: "Test string",
|
|
1850
|
-
nrqzValidated: true,
|
|
1851
|
-
nrqzValidation: {
|
|
1852
|
-
caseId: "Test string",
|
|
1853
|
-
cpiId: "Test string",
|
|
1854
|
-
latitude: 42,
|
|
1855
|
-
longitude: 42,
|
|
1856
|
-
state: "Test string",
|
|
1857
|
-
},
|
|
1858
|
-
},
|
|
1859
|
-
displayName: "Test string",
|
|
1860
|
-
fccId: "Test string",
|
|
1861
|
-
grantRangeAllowlists: [
|
|
1862
|
-
{
|
|
1863
|
-
highFrequencyMhz: 42,
|
|
1864
|
-
lowFrequencyMhz: 42,
|
|
1865
|
-
}
|
|
1866
|
-
],
|
|
1867
|
-
grants: [
|
|
1868
|
-
{
|
|
1869
|
-
channelType: "Test string",
|
|
1870
|
-
expireTime: "Test string",
|
|
1871
|
-
frequencyRange: {
|
|
1872
|
-
highFrequencyMhz: 42,
|
|
1873
|
-
lowFrequencyMhz: 42,
|
|
1874
|
-
},
|
|
1875
|
-
grantId: "Test string",
|
|
1876
|
-
lastHeartbeatTransmitExpireTime: "Test string",
|
|
1877
|
-
maxEirp: 42,
|
|
1878
|
-
moveList: [
|
|
1879
|
-
{
|
|
1880
|
-
dpaId: "Test string",
|
|
1881
|
-
frequencyRange: {
|
|
1882
|
-
highFrequencyMhz: 42,
|
|
1883
|
-
lowFrequencyMhz: 42,
|
|
1884
|
-
},
|
|
1885
|
-
}
|
|
1886
|
-
],
|
|
1887
|
-
state: "Test string",
|
|
1888
|
-
suspensionReason: [
|
|
1889
|
-
"Test string"
|
|
1890
|
-
],
|
|
1891
|
-
}
|
|
1892
|
-
],
|
|
1893
|
-
name: "Test string",
|
|
1894
|
-
preloadedConfig: {
|
|
1895
|
-
airInterface: {
|
|
1896
|
-
radioTechnology: "Test string",
|
|
1897
|
-
supportedSpec: "Test string",
|
|
1898
|
-
},
|
|
1899
|
-
callSign: "Test string",
|
|
1900
|
-
category: "Test string",
|
|
1901
|
-
installationParams: {
|
|
1902
|
-
antennaAzimuth: 42,
|
|
1903
|
-
antennaBeamwidth: 42,
|
|
1904
|
-
antennaDowntilt: 42,
|
|
1905
|
-
antennaGain: 42,
|
|
1906
|
-
antennaModel: "Test string",
|
|
1907
|
-
cpeCbsdIndication: true,
|
|
1908
|
-
eirpCapability: 42,
|
|
1909
|
-
height: 42,
|
|
1910
|
-
heightType: "Test string",
|
|
1911
|
-
horizontalAccuracy: 42,
|
|
1912
|
-
indoorDeployment: true,
|
|
1913
|
-
latitude: 42,
|
|
1914
|
-
longitude: 42,
|
|
1915
|
-
verticalAccuracy: 42,
|
|
1916
|
-
},
|
|
1917
|
-
isSigned: true,
|
|
1918
|
-
measurementCapabilities: [
|
|
1919
|
-
"Test string"
|
|
1920
|
-
],
|
|
1921
|
-
model: {
|
|
1922
|
-
firmwareVersion: "Test string",
|
|
1923
|
-
hardwareVersion: "Test string",
|
|
1924
|
-
name: "Test string",
|
|
1925
|
-
softwareVersion: "Test string",
|
|
1926
|
-
vendor: "Test string",
|
|
1927
|
-
},
|
|
1928
|
-
state: "Test string",
|
|
1929
|
-
updateTime: "Test string",
|
|
1930
|
-
userId: "Test string",
|
|
1931
|
-
},
|
|
1932
|
-
serialNumber: "Test string",
|
|
1933
|
-
state: "Test string",
|
|
1934
|
-
},
|
|
1935
|
-
});
|
|
1936
|
-
/** Updates a signed device. */
|
|
1937
|
-
await gapi.client.prod_tt_sasportal.nodes.devices.updateSigned({
|
|
1938
|
-
name: "Test string",
|
|
1939
|
-
}, {
|
|
1940
|
-
encodedDevice: "Test string",
|
|
1941
|
-
installerId: "Test string",
|
|
1942
|
-
});
|
|
1943
|
-
/** Creates a new node. */
|
|
1944
|
-
await gapi.client.prod_tt_sasportal.nodes.nodes.create({
|
|
1945
|
-
parent: "Test string",
|
|
1946
|
-
}, {
|
|
1947
|
-
displayName: "Test string",
|
|
1948
|
-
name: "Test string",
|
|
1949
|
-
sasUserIds: [
|
|
1950
|
-
"Test string"
|
|
1951
|
-
],
|
|
1952
|
-
});
|
|
1953
|
-
/** Deletes a node. */
|
|
1954
|
-
await gapi.client.prod_tt_sasportal.nodes.nodes.delete({
|
|
1955
|
-
name: "Test string",
|
|
1956
|
-
});
|
|
1957
|
-
/** Returns a requested node. */
|
|
1958
|
-
await gapi.client.prod_tt_sasportal.nodes.nodes.get({
|
|
1959
|
-
name: "Test string",
|
|
1960
|
-
});
|
|
1961
|
-
/** Lists nodes. */
|
|
1962
|
-
await gapi.client.prod_tt_sasportal.nodes.nodes.list({
|
|
1963
|
-
filter: "Test string",
|
|
1964
|
-
pageSize: 42,
|
|
1965
|
-
pageToken: "Test string",
|
|
1966
|
-
parent: "Test string",
|
|
1967
|
-
});
|
|
1968
|
-
/** Moves a node under another node or customer. */
|
|
1969
|
-
await gapi.client.prod_tt_sasportal.nodes.nodes.move({
|
|
1970
|
-
name: "Test string",
|
|
1971
|
-
}, {
|
|
1972
|
-
destination: "Test string",
|
|
1973
|
-
});
|
|
1974
|
-
/** Updates an existing node. */
|
|
1975
|
-
await gapi.client.prod_tt_sasportal.nodes.nodes.patch({
|
|
1976
|
-
name: "Test string",
|
|
1977
|
-
updateMask: "Test string",
|
|
1978
|
-
}, {
|
|
1979
|
-
displayName: "Test string",
|
|
1980
|
-
name: "Test string",
|
|
1981
|
-
sasUserIds: [
|
|
1982
|
-
"Test string"
|
|
1983
|
-
],
|
|
1984
|
-
});
|
|
1985
|
-
/** Creates a new deployment. */
|
|
1986
|
-
await gapi.client.prod_tt_sasportal.nodes.nodes.deployments.create({
|
|
1987
|
-
parent: "Test string",
|
|
1988
|
-
}, {
|
|
1989
|
-
displayName: "Test string",
|
|
1990
|
-
frns: [
|
|
1991
|
-
"Test string"
|
|
1992
|
-
],
|
|
1993
|
-
name: "Test string",
|
|
1994
|
-
sasUserIds: [
|
|
1995
|
-
"Test string"
|
|
1996
|
-
],
|
|
1997
|
-
});
|
|
1998
|
-
/** Lists deployments. */
|
|
1999
|
-
await gapi.client.prod_tt_sasportal.nodes.nodes.deployments.list({
|
|
2000
|
-
filter: "Test string",
|
|
2001
|
-
pageSize: 42,
|
|
2002
|
-
pageToken: "Test string",
|
|
2003
|
-
parent: "Test string",
|
|
2004
|
-
});
|
|
2005
|
-
/** Creates a device under a node or customer. */
|
|
2006
|
-
await gapi.client.prod_tt_sasportal.nodes.nodes.devices.create({
|
|
2007
|
-
parent: "Test string",
|
|
2008
|
-
}, {
|
|
2009
|
-
activeConfig: {
|
|
2010
|
-
airInterface: {
|
|
2011
|
-
radioTechnology: "Test string",
|
|
2012
|
-
supportedSpec: "Test string",
|
|
2013
|
-
},
|
|
2014
|
-
callSign: "Test string",
|
|
2015
|
-
category: "Test string",
|
|
2016
|
-
installationParams: {
|
|
2017
|
-
antennaAzimuth: 42,
|
|
2018
|
-
antennaBeamwidth: 42,
|
|
2019
|
-
antennaDowntilt: 42,
|
|
2020
|
-
antennaGain: 42,
|
|
2021
|
-
antennaModel: "Test string",
|
|
2022
|
-
cpeCbsdIndication: true,
|
|
2023
|
-
eirpCapability: 42,
|
|
2024
|
-
height: 42,
|
|
2025
|
-
heightType: "Test string",
|
|
2026
|
-
horizontalAccuracy: 42,
|
|
2027
|
-
indoorDeployment: true,
|
|
2028
|
-
latitude: 42,
|
|
2029
|
-
longitude: 42,
|
|
2030
|
-
verticalAccuracy: 42,
|
|
2031
|
-
},
|
|
2032
|
-
isSigned: true,
|
|
2033
|
-
measurementCapabilities: [
|
|
2034
|
-
"Test string"
|
|
2035
|
-
],
|
|
2036
|
-
model: {
|
|
2037
|
-
firmwareVersion: "Test string",
|
|
2038
|
-
hardwareVersion: "Test string",
|
|
2039
|
-
name: "Test string",
|
|
2040
|
-
softwareVersion: "Test string",
|
|
2041
|
-
vendor: "Test string",
|
|
2042
|
-
},
|
|
2043
|
-
state: "Test string",
|
|
2044
|
-
updateTime: "Test string",
|
|
2045
|
-
userId: "Test string",
|
|
2046
|
-
},
|
|
2047
|
-
currentChannels: [
|
|
2048
|
-
{
|
|
2049
|
-
frequencyRange: {
|
|
2050
|
-
highFrequencyMhz: 42,
|
|
2051
|
-
lowFrequencyMhz: 42,
|
|
2052
|
-
},
|
|
2053
|
-
score: 42,
|
|
2054
|
-
}
|
|
2055
|
-
],
|
|
2056
|
-
deviceMetadata: {
|
|
2057
|
-
antennaModel: "Test string",
|
|
2058
|
-
commonChannelGroup: "Test string",
|
|
2059
|
-
interferenceCoordinationGroup: "Test string",
|
|
2060
|
-
nrqzValidated: true,
|
|
2061
|
-
nrqzValidation: {
|
|
2062
|
-
caseId: "Test string",
|
|
2063
|
-
cpiId: "Test string",
|
|
2064
|
-
latitude: 42,
|
|
2065
|
-
longitude: 42,
|
|
2066
|
-
state: "Test string",
|
|
2067
|
-
},
|
|
2068
|
-
},
|
|
2069
|
-
displayName: "Test string",
|
|
2070
|
-
fccId: "Test string",
|
|
2071
|
-
grantRangeAllowlists: [
|
|
2072
|
-
{
|
|
2073
|
-
highFrequencyMhz: 42,
|
|
2074
|
-
lowFrequencyMhz: 42,
|
|
2075
|
-
}
|
|
2076
|
-
],
|
|
2077
|
-
grants: [
|
|
2078
|
-
{
|
|
2079
|
-
channelType: "Test string",
|
|
2080
|
-
expireTime: "Test string",
|
|
2081
|
-
frequencyRange: {
|
|
2082
|
-
highFrequencyMhz: 42,
|
|
2083
|
-
lowFrequencyMhz: 42,
|
|
2084
|
-
},
|
|
2085
|
-
grantId: "Test string",
|
|
2086
|
-
lastHeartbeatTransmitExpireTime: "Test string",
|
|
2087
|
-
maxEirp: 42,
|
|
2088
|
-
moveList: [
|
|
2089
|
-
{
|
|
2090
|
-
dpaId: "Test string",
|
|
2091
|
-
frequencyRange: {
|
|
2092
|
-
highFrequencyMhz: 42,
|
|
2093
|
-
lowFrequencyMhz: 42,
|
|
2094
|
-
},
|
|
2095
|
-
}
|
|
2096
|
-
],
|
|
2097
|
-
state: "Test string",
|
|
2098
|
-
suspensionReason: [
|
|
2099
|
-
"Test string"
|
|
2100
|
-
],
|
|
2101
|
-
}
|
|
2102
|
-
],
|
|
2103
|
-
name: "Test string",
|
|
2104
|
-
preloadedConfig: {
|
|
2105
|
-
airInterface: {
|
|
2106
|
-
radioTechnology: "Test string",
|
|
2107
|
-
supportedSpec: "Test string",
|
|
2108
|
-
},
|
|
2109
|
-
callSign: "Test string",
|
|
2110
|
-
category: "Test string",
|
|
2111
|
-
installationParams: {
|
|
2112
|
-
antennaAzimuth: 42,
|
|
2113
|
-
antennaBeamwidth: 42,
|
|
2114
|
-
antennaDowntilt: 42,
|
|
2115
|
-
antennaGain: 42,
|
|
2116
|
-
antennaModel: "Test string",
|
|
2117
|
-
cpeCbsdIndication: true,
|
|
2118
|
-
eirpCapability: 42,
|
|
2119
|
-
height: 42,
|
|
2120
|
-
heightType: "Test string",
|
|
2121
|
-
horizontalAccuracy: 42,
|
|
2122
|
-
indoorDeployment: true,
|
|
2123
|
-
latitude: 42,
|
|
2124
|
-
longitude: 42,
|
|
2125
|
-
verticalAccuracy: 42,
|
|
2126
|
-
},
|
|
2127
|
-
isSigned: true,
|
|
2128
|
-
measurementCapabilities: [
|
|
2129
|
-
"Test string"
|
|
2130
|
-
],
|
|
2131
|
-
model: {
|
|
2132
|
-
firmwareVersion: "Test string",
|
|
2133
|
-
hardwareVersion: "Test string",
|
|
2134
|
-
name: "Test string",
|
|
2135
|
-
softwareVersion: "Test string",
|
|
2136
|
-
vendor: "Test string",
|
|
2137
|
-
},
|
|
2138
|
-
state: "Test string",
|
|
2139
|
-
updateTime: "Test string",
|
|
2140
|
-
userId: "Test string",
|
|
2141
|
-
},
|
|
2142
|
-
serialNumber: "Test string",
|
|
2143
|
-
state: "Test string",
|
|
2144
|
-
});
|
|
2145
|
-
/** Creates a signed device under a node or customer. */
|
|
2146
|
-
await gapi.client.prod_tt_sasportal.nodes.nodes.devices.createSigned({
|
|
2147
|
-
parent: "Test string",
|
|
2148
|
-
}, {
|
|
2149
|
-
encodedDevice: "Test string",
|
|
2150
|
-
installerId: "Test string",
|
|
2151
|
-
});
|
|
2152
|
-
/** Lists devices under a node or customer. */
|
|
2153
|
-
await gapi.client.prod_tt_sasportal.nodes.nodes.devices.list({
|
|
2154
|
-
filter: "Test string",
|
|
2155
|
-
pageSize: 42,
|
|
2156
|
-
pageToken: "Test string",
|
|
2157
|
-
parent: "Test string",
|
|
2158
|
-
});
|
|
2159
|
-
/** Creates a new node. */
|
|
2160
|
-
await gapi.client.prod_tt_sasportal.nodes.nodes.nodes.create({
|
|
2161
|
-
parent: "Test string",
|
|
2162
|
-
}, {
|
|
2163
|
-
displayName: "Test string",
|
|
2164
|
-
name: "Test string",
|
|
2165
|
-
sasUserIds: [
|
|
2166
|
-
"Test string"
|
|
2167
|
-
],
|
|
2168
|
-
});
|
|
2169
|
-
/** Lists nodes. */
|
|
2170
|
-
await gapi.client.prod_tt_sasportal.nodes.nodes.nodes.list({
|
|
2171
|
-
filter: "Test string",
|
|
2172
|
-
pageSize: 42,
|
|
2173
|
-
pageToken: "Test string",
|
|
2174
|
-
parent: "Test string",
|
|
2175
|
-
});
|
|
2176
|
-
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
2177
|
-
await gapi.client.prod_tt_sasportal.policies.get({
|
|
2178
|
-
}, {
|
|
2179
|
-
resource: "Test string",
|
|
2180
|
-
});
|
|
2181
|
-
/** Sets the access control policy on the specified resource. Replaces any existing policy. */
|
|
2182
|
-
await gapi.client.prod_tt_sasportal.policies.set({
|
|
2183
|
-
}, {
|
|
2184
|
-
disableNotification: true,
|
|
2185
|
-
policy: {
|
|
2186
|
-
assignments: [
|
|
2187
|
-
{
|
|
2188
|
-
members: [
|
|
2189
|
-
"Test string"
|
|
2190
|
-
],
|
|
2191
|
-
role: "Test string",
|
|
2192
|
-
}
|
|
2193
|
-
],
|
|
2194
|
-
etag: "Test string",
|
|
2195
|
-
},
|
|
2196
|
-
resource: "Test string",
|
|
2197
|
-
});
|
|
2198
|
-
/** Returns permissions that a caller has on the specified resource. */
|
|
2199
|
-
await gapi.client.prod_tt_sasportal.policies.test({
|
|
2200
|
-
}, {
|
|
2201
|
-
permissions: [
|
|
2202
|
-
"Test string"
|
|
2203
|
-
],
|
|
2204
|
-
resource: "Test string",
|
|
2205
|
-
});
|
|
2206
|
-
}
|
|
2207
|
-
});
|