blob: ed5c600d05ed93efdf83d49c460d93425aae2517 [file] [log] [blame]
Bu Sun Kim65020912020-05-20 12:08:20 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="sasportal_v1alpha1.html">SAS Portal API</a> . <a href="sasportal_v1alpha1.nodes.html">nodes</a> . <a href="sasportal_v1alpha1.nodes.devices.html">devices</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#bulk">bulk(parent, body=None, x__xgafv=None)</a></code></p>
79<p class="firstline">Creates a device under a node or customer. Returned devices are unordered.</p>
80<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070081 <code><a href="#close">close()</a></code></p>
82<p class="firstline">Close httplib2 connections.</p>
83<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070084 <code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Creates a device under a node or customer.</p>
86<p class="toc_element">
87 <code><a href="#createSigned">createSigned(parent, body=None, x__xgafv=None)</a></code></p>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070088<p class="firstline">Creates a signed device under a node or customer.</p>
Bu Sun Kim65020912020-05-20 12:08:20 -070089<p class="toc_element">
90 <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
91<p class="firstline">Deletes a device.</p>
92<p class="toc_element">
93 <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
94<p class="firstline">Gets details about a device.</p>
95<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080096 <code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
Bu Sun Kim65020912020-05-20 12:08:20 -070097<p class="firstline">Lists devices under a node or customer.</p>
98<p class="toc_element">
99 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
100<p class="firstline">Retrieves the next page of results.</p>
101<p class="toc_element">
102 <code><a href="#move">move(name, body=None, x__xgafv=None)</a></code></p>
103<p class="firstline">Moves a device under another node or customer.</p>
104<p class="toc_element">
105 <code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
106<p class="firstline">Updates a device.</p>
107<p class="toc_element">
108 <code><a href="#signDevice">signDevice(name, body=None, x__xgafv=None)</a></code></p>
109<p class="firstline">Signs a device.</p>
110<p class="toc_element">
111 <code><a href="#updateSigned">updateSigned(name, body=None, x__xgafv=None)</a></code></p>
112<p class="firstline">Updates a signed device.</p>
113<h3>Method Details</h3>
114<div class="method">
115 <code class="details" id="bulk">bulk(parent, body=None, x__xgafv=None)</code>
116 <pre>Creates a device under a node or customer. Returned devices are unordered.
117
118Args:
119 parent: string, Required. The name of the parent resource. (required)
120 body: object, The request body.
121 The object takes the form of:
122
123{ # Request for BulkCreateDevice method.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800124 &quot;csv&quot;: &quot;A String&quot;, # Required. A csv with each row representing a [device]. Each row must conform to the regulations described on CreateDeviceRequest&#x27;s device field.
125}
Bu Sun Kim65020912020-05-20 12:08:20 -0700126
127 x__xgafv: string, V1 error format.
128 Allowed values
129 1 - v1 error format
130 2 - v2 error format
131
132Returns:
133 An object of the form:
134
135 { # Response for BulkCreateDevice method.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800136 &quot;devices&quot;: [ # Required. The devices that were imported.
137 {
138 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
139 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
140 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
141 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800142 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800143 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
144 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
145 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
146 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
147 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
148 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
149 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
150 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
151 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
152 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
153 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
154 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
155 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
156 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
157 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
158 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
159 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800160 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800161 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
162 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
163 &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700164 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800165 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
166 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
167 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
168 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
169 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
170 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
171 },
172 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
173 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
174 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
175 },
176 &quot;deviceMetadata&quot;: { # Device data overridable by both SAS Portal and registration requests. # Device parameters that can be overridden by both SAS Portal and SAS registration requests.
177 },
178 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
179 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
180 &quot;grants&quot;: [ # Output only. Grants held by the device.
181 { # Device grant. It is an authorization provided by the Spectrum Access System to a device to transmit using specified operating parameters after a successful heartbeat by the device.
182 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
183 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
184 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
185 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
186 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800187 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800188 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
189 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of maxEirp represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
190 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
191 { # An entry in a DPA&#x27;s move list.
192 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
193 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
194 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
195 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
196 },
197 },
198 ],
199 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
200 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800201 &quot;A String&quot;,
202 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800203 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800204 ],
205 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
206 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
207 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
208 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
209 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
210 },
211 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
212 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
213 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
214 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
215 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
216 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
217 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
218 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
219 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
220 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
221 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
222 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
223 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
224 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
225 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
226 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
227 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
228 },
229 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
230 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
231 &quot;A String&quot;,
232 ],
233 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
234 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
235 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
236 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
237 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
238 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
239 },
240 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
241 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
242 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700243 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800244 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
245 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
246 },
247 ],
248}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700249</div>
250
251<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700252 <code class="details" id="close">close()</code>
253 <pre>Close httplib2 connections.</pre>
254</div>
255
256<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700257 <code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
258 <pre>Creates a device under a node or customer.
259
260Args:
261 parent: string, Required. The name of the parent resource. (required)
262 body: object, The request body.
263 The object takes the form of:
264
265{
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800266 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
267 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
268 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
269 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800270 },
271 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800272 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
273 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
274 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800275 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800276 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
277 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800278 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
279 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800280 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
281 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800282 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800283 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
284 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
285 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
286 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
287 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800288 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800289 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800290 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
291 &quot;A String&quot;,
292 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800293 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
294 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
295 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
296 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
297 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
298 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800299 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800300 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
301 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
302 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800303 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800304 &quot;deviceMetadata&quot;: { # Device data overridable by both SAS Portal and registration requests. # Device parameters that can be overridden by both SAS Portal and SAS registration requests.
305 },
306 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
307 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700308 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700309 { # Device grant. It is an authorization provided by the Spectrum Access System to a device to transmit using specified operating parameters after a successful heartbeat by the device.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800310 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800311 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
312 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
313 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
314 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
315 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800316 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800317 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of maxEirp represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800318 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
319 { # An entry in a DPA&#x27;s move list.
320 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
321 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
322 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
323 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
324 },
325 },
326 ],
327 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
328 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
329 &quot;A String&quot;,
330 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700331 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700332 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800333 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800334 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
335 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
336 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
337 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800338 },
339 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800340 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
341 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
342 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800343 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800344 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
345 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800346 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
347 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800348 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
349 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800350 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800351 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
352 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
353 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
354 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
355 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800356 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800357 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800358 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
359 &quot;A String&quot;,
360 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800361 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
362 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
363 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
364 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
365 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
366 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800367 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800368 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
369 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
370 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800371 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800372 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
373 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700374}
Bu Sun Kim65020912020-05-20 12:08:20 -0700375
376 x__xgafv: string, V1 error format.
377 Allowed values
378 1 - v1 error format
379 2 - v2 error format
380
381Returns:
382 An object of the form:
383
384 {
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800385 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
386 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
387 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
388 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800389 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800390 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
391 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
392 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
393 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
394 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
395 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
396 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
397 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
398 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
399 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
400 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
401 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
402 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
403 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
404 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
405 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
406 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800407 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800408 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
409 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
410 &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700411 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800412 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
413 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
414 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
415 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
416 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
417 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
418 },
419 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
420 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
421 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
422 },
423 &quot;deviceMetadata&quot;: { # Device data overridable by both SAS Portal and registration requests. # Device parameters that can be overridden by both SAS Portal and SAS registration requests.
424 },
425 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
426 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
427 &quot;grants&quot;: [ # Output only. Grants held by the device.
428 { # Device grant. It is an authorization provided by the Spectrum Access System to a device to transmit using specified operating parameters after a successful heartbeat by the device.
429 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
430 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
431 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
432 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
433 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800434 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800435 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
436 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of maxEirp represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
437 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
438 { # An entry in a DPA&#x27;s move list.
439 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
440 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
441 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
442 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
443 },
444 },
445 ],
446 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
447 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800448 &quot;A String&quot;,
449 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800450 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800451 ],
452 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
453 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
454 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
455 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
456 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
457 },
458 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
459 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
460 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
461 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
462 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
463 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
464 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
465 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
466 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
467 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
468 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
469 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
470 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
471 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
472 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
473 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
474 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
475 },
476 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
477 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
478 &quot;A String&quot;,
479 ],
480 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
481 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
482 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
483 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
484 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
485 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
486 },
487 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
488 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
489 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
490 },
491 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
492 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
493}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700494</div>
495
496<div class="method">
497 <code class="details" id="createSigned">createSigned(parent, body=None, x__xgafv=None)</code>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700498 <pre>Creates a signed device under a node or customer.
Bu Sun Kim65020912020-05-20 12:08:20 -0700499
500Args:
501 parent: string, Required. The name of the parent resource. (required)
502 body: object, The request body.
503 The object takes the form of:
504
505{ # Request for CreateSignedDevice method.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800506 &quot;encodedDevice&quot;: &quot;A String&quot;, # Required. JSON Web Token signed using a CPI private key. Payload must be the JSON encoding of the [Device]. The user_id field must be set.
507 &quot;installerId&quot;: &quot;A String&quot;, # Required. Unique installer id (cpiId) from the Certified Professional Installers database.
508}
Bu Sun Kim65020912020-05-20 12:08:20 -0700509
510 x__xgafv: string, V1 error format.
511 Allowed values
512 1 - v1 error format
513 2 - v2 error format
514
515Returns:
516 An object of the form:
517
518 {
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800519 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
520 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
521 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
522 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800523 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800524 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
525 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
526 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
527 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
528 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
529 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
530 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
531 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
532 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
533 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
534 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
535 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
536 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
537 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
538 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
539 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
540 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800541 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800542 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
543 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
544 &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700545 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800546 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
547 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
548 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
549 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
550 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
551 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
552 },
553 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
554 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
555 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
556 },
557 &quot;deviceMetadata&quot;: { # Device data overridable by both SAS Portal and registration requests. # Device parameters that can be overridden by both SAS Portal and SAS registration requests.
558 },
559 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
560 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
561 &quot;grants&quot;: [ # Output only. Grants held by the device.
562 { # Device grant. It is an authorization provided by the Spectrum Access System to a device to transmit using specified operating parameters after a successful heartbeat by the device.
563 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
564 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
565 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
566 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
567 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800568 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800569 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
570 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of maxEirp represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
571 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
572 { # An entry in a DPA&#x27;s move list.
573 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
574 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
575 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
576 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
577 },
578 },
579 ],
580 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
581 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800582 &quot;A String&quot;,
583 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800584 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800585 ],
586 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
587 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
588 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
589 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
590 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
591 },
592 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
593 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
594 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
595 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
596 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
597 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
598 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
599 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
600 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
601 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
602 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
603 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
604 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
605 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
606 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
607 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
608 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
609 },
610 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
611 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
612 &quot;A String&quot;,
613 ],
614 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
615 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
616 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
617 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
618 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
619 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
620 },
621 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
622 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
623 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
624 },
625 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
626 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
627}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700628</div>
629
630<div class="method">
631 <code class="details" id="delete">delete(name, x__xgafv=None)</code>
632 <pre>Deletes a device.
633
634Args:
635 name: string, Required. The name of the device. (required)
636 x__xgafv: string, V1 error format.
637 Allowed values
638 1 - v1 error format
639 2 - v2 error format
640
641Returns:
642 An object of the form:
643
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700644 { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800645}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700646</div>
647
648<div class="method">
649 <code class="details" id="get">get(name, x__xgafv=None)</code>
650 <pre>Gets details about a device.
651
652Args:
653 name: string, Required. The name of the device. (required)
654 x__xgafv: string, V1 error format.
655 Allowed values
656 1 - v1 error format
657 2 - v2 error format
658
659Returns:
660 An object of the form:
661
662 {
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800663 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
664 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
665 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
666 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800667 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800668 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
669 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
670 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
671 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
672 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
673 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
674 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
675 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
676 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
677 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
678 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
679 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
680 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
681 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
682 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
683 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
684 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800685 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800686 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
687 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
688 &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700689 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800690 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
691 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
692 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
693 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
694 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
695 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
696 },
697 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
698 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
699 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
700 },
701 &quot;deviceMetadata&quot;: { # Device data overridable by both SAS Portal and registration requests. # Device parameters that can be overridden by both SAS Portal and SAS registration requests.
702 },
703 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
704 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
705 &quot;grants&quot;: [ # Output only. Grants held by the device.
706 { # Device grant. It is an authorization provided by the Spectrum Access System to a device to transmit using specified operating parameters after a successful heartbeat by the device.
707 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
708 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
709 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
710 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
711 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800712 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800713 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
714 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of maxEirp represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
715 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
716 { # An entry in a DPA&#x27;s move list.
717 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
718 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
719 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
720 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
721 },
722 },
723 ],
724 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
725 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800726 &quot;A String&quot;,
727 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800728 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800729 ],
730 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
731 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
732 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
733 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
734 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
735 },
736 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
737 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
738 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
739 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
740 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
741 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
742 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
743 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
744 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
745 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
746 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
747 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
748 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
749 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
750 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
751 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
752 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
753 },
754 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
755 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
756 &quot;A String&quot;,
757 ],
758 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
759 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
760 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
761 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
762 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
763 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
764 },
765 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
766 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
767 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
768 },
769 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
770 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
771}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700772</div>
773
774<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800775 <code class="details" id="list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -0700776 <pre>Lists devices under a node or customer.
777
778Args:
779 parent: string, Required. The name of the parent resource. (required)
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800780 filter: string, The filter expression. The filter should have one of the following formats: &quot;sn=123454&quot; or &quot;display_name=MyDevice&quot;. sn corresponds to serial_number of the device. The filter is case insensitive.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700781 pageSize: integer, The maximum number of devices to return in the response. If empty or zero, all devices will be listed. Must be in the range [0, 1000].
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800782 pageToken: string, A pagination token returned from a previous call to ListDevices that indicates where this listing should continue from.
Bu Sun Kim65020912020-05-20 12:08:20 -0700783 x__xgafv: string, V1 error format.
784 Allowed values
785 1 - v1 error format
786 2 - v2 error format
787
788Returns:
789 An object of the form:
790
791 { # Response for ListDevices method.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800792 &quot;devices&quot;: [ # The devices that match the request.
793 {
794 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
795 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
796 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
797 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800798 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800799 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
800 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
801 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
802 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
803 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
804 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
805 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
806 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
807 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
808 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
809 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
810 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
811 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
812 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
813 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
814 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
815 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800816 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800817 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
818 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
819 &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700820 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800821 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
822 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
823 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
824 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
825 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
826 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
827 },
828 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
829 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
830 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
831 },
832 &quot;deviceMetadata&quot;: { # Device data overridable by both SAS Portal and registration requests. # Device parameters that can be overridden by both SAS Portal and SAS registration requests.
833 },
834 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
835 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
836 &quot;grants&quot;: [ # Output only. Grants held by the device.
837 { # Device grant. It is an authorization provided by the Spectrum Access System to a device to transmit using specified operating parameters after a successful heartbeat by the device.
838 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
839 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
840 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
841 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
842 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800843 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800844 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
845 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of maxEirp represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
846 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
847 { # An entry in a DPA&#x27;s move list.
848 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
849 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
850 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
851 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
852 },
853 },
854 ],
855 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
856 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800857 &quot;A String&quot;,
858 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800859 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800860 ],
861 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
862 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
863 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
864 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
865 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
866 },
867 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
868 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
869 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
870 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
871 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
872 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
873 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
874 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
875 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
876 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
877 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
878 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
879 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
880 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
881 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
882 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
883 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
884 },
885 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
886 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
887 &quot;A String&quot;,
888 ],
889 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
890 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
891 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
892 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
893 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
894 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
895 },
896 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
897 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
898 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700899 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800900 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
901 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
902 },
903 ],
904 &quot;nextPageToken&quot;: &quot;A String&quot;, # A pagination token returned from a previous call to ListDevices method that indicates from where listing should continue. If the field is missing or empty, it means there is no more devices.
905}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700906</div>
907
908<div class="method">
909 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
910 <pre>Retrieves the next page of results.
911
912Args:
913 previous_request: The request for the previous page. (required)
914 previous_response: The response from the request for the previous page. (required)
915
916Returns:
917 A request object that you can call &#x27;execute()&#x27; on to request the next
918 page. Returns None if there are no more items in the collection.
919 </pre>
920</div>
921
922<div class="method">
923 <code class="details" id="move">move(name, body=None, x__xgafv=None)</code>
924 <pre>Moves a device under another node or customer.
925
926Args:
927 name: string, Required. The name of the device to move. (required)
928 body: object, The request body.
929 The object takes the form of:
930
931{ # Request for MoveDevice method.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800932 &quot;destination&quot;: &quot;A String&quot;, # Required. The name of the new parent resource (Node or Customer) to reparent the device under.
933}
Bu Sun Kim65020912020-05-20 12:08:20 -0700934
935 x__xgafv: string, V1 error format.
936 Allowed values
937 1 - v1 error format
938 2 - v2 error format
939
940Returns:
941 An object of the form:
942
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700943 { # This resource represents a long-running operation that is the result of a network API call.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800944 &quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
945 &quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
946 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
947 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
948 {
949 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
950 },
951 ],
952 &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
953 },
954 &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
955 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
956 },
957 &quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
958 &quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
959 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
960 },
961}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700962</div>
963
964<div class="method">
965 <code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
966 <pre>Updates a device.
967
968Args:
969 name: string, Output only. The resource path name. (required)
970 body: object, The request body.
971 The object takes the form of:
972
973{
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800974 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
975 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
976 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
977 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800978 },
979 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800980 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
981 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
982 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800983 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800984 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
985 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800986 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
987 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800988 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
989 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800990 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800991 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
992 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
993 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
994 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
995 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800996 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800997 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800998 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
999 &quot;A String&quot;,
1000 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001001 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1002 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1003 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1004 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1005 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1006 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001007 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001008 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1009 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1010 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001011 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001012 &quot;deviceMetadata&quot;: { # Device data overridable by both SAS Portal and registration requests. # Device parameters that can be overridden by both SAS Portal and SAS registration requests.
1013 },
1014 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
1015 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001016 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001017 { # Device grant. It is an authorization provided by the Spectrum Access System to a device to transmit using specified operating parameters after a successful heartbeat by the device.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001018 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001019 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
1020 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
1021 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1022 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1023 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001024 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001025 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of maxEirp represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001026 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
1027 { # An entry in a DPA&#x27;s move list.
1028 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
1029 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
1030 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1031 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1032 },
1033 },
1034 ],
1035 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
1036 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
1037 &quot;A String&quot;,
1038 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001039 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001040 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001041 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001042 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
1043 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1044 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1045 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001046 },
1047 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001048 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1049 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1050 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001051 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001052 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
1053 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001054 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
1055 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001056 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
1057 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001058 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001059 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
1060 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1061 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
1062 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
1063 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001064 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001065 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001066 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1067 &quot;A String&quot;,
1068 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001069 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1070 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1071 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1072 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1073 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1074 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001075 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001076 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1077 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1078 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001079 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001080 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
1081 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001082}
Bu Sun Kim65020912020-05-20 12:08:20 -07001083
1084 updateMask: string, Fields to be updated.
1085 x__xgafv: string, V1 error format.
1086 Allowed values
1087 1 - v1 error format
1088 2 - v2 error format
1089
1090Returns:
1091 An object of the form:
1092
1093 {
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001094 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
1095 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1096 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1097 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001098 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001099 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1100 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1101 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1102 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
1103 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
1104 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
1105 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1106 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
1107 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1108 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
1109 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
1110 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1111 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
1112 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1113 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
1114 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
1115 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001116 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001117 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1118 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1119 &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001120 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001121 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1122 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1123 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1124 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1125 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1126 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1127 },
1128 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1129 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1130 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1131 },
1132 &quot;deviceMetadata&quot;: { # Device data overridable by both SAS Portal and registration requests. # Device parameters that can be overridden by both SAS Portal and SAS registration requests.
1133 },
1134 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
1135 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
1136 &quot;grants&quot;: [ # Output only. Grants held by the device.
1137 { # Device grant. It is an authorization provided by the Spectrum Access System to a device to transmit using specified operating parameters after a successful heartbeat by the device.
1138 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
1139 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
1140 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
1141 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1142 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001143 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001144 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
1145 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of maxEirp represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
1146 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
1147 { # An entry in a DPA&#x27;s move list.
1148 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
1149 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
1150 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1151 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1152 },
1153 },
1154 ],
1155 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
1156 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001157 &quot;A String&quot;,
1158 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001159 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001160 ],
1161 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
1162 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
1163 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1164 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1165 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
1166 },
1167 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1168 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1169 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1170 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
1171 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
1172 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
1173 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1174 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
1175 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1176 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
1177 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
1178 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1179 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
1180 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1181 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
1182 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
1183 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
1184 },
1185 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1186 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1187 &quot;A String&quot;,
1188 ],
1189 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1190 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1191 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1192 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1193 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1194 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1195 },
1196 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1197 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1198 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1199 },
1200 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
1201 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
1202}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -07001203</div>
1204
1205<div class="method">
1206 <code class="details" id="signDevice">signDevice(name, body=None, x__xgafv=None)</code>
1207 <pre>Signs a device.
1208
1209Args:
1210 name: string, Output only. The resource path name. (required)
1211 body: object, The request body.
1212 The object takes the form of:
1213
1214{ # Request for SignDevice method.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001215 &quot;device&quot;: { # Required. The device to sign. The device fields name, fcc_id and serial_number must be set. The user_id field must be set.
1216 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
1217 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1218 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1219 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001220 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001221 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1222 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1223 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1224 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
1225 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
1226 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
1227 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1228 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
1229 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1230 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
1231 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
1232 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1233 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
1234 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1235 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
1236 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
1237 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001238 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001239 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1240 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1241 &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001242 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001243 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1244 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1245 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1246 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1247 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1248 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1249 },
1250 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1251 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1252 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1253 },
1254 &quot;deviceMetadata&quot;: { # Device data overridable by both SAS Portal and registration requests. # Device parameters that can be overridden by both SAS Portal and SAS registration requests.
1255 },
1256 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
1257 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
1258 &quot;grants&quot;: [ # Output only. Grants held by the device.
1259 { # Device grant. It is an authorization provided by the Spectrum Access System to a device to transmit using specified operating parameters after a successful heartbeat by the device.
1260 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
1261 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
1262 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
1263 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1264 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001265 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001266 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
1267 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of maxEirp represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
1268 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
1269 { # An entry in a DPA&#x27;s move list.
1270 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
1271 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
1272 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1273 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1274 },
1275 },
1276 ],
1277 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
1278 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001279 &quot;A String&quot;,
1280 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001281 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001282 ],
1283 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
1284 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
1285 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1286 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1287 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
1288 },
1289 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1290 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1291 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1292 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
1293 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
1294 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
1295 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1296 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
1297 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1298 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
1299 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
1300 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1301 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
1302 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1303 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
1304 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
1305 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
1306 },
1307 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1308 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1309 &quot;A String&quot;,
1310 ],
1311 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1312 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1313 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1314 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1315 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1316 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1317 },
1318 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1319 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1320 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001321 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001322 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
1323 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
1324 },
1325}
Bu Sun Kim65020912020-05-20 12:08:20 -07001326
1327 x__xgafv: string, V1 error format.
1328 Allowed values
1329 1 - v1 error format
1330 2 - v2 error format
1331
1332Returns:
1333 An object of the form:
1334
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001335 { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001336}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -07001337</div>
1338
1339<div class="method">
1340 <code class="details" id="updateSigned">updateSigned(name, body=None, x__xgafv=None)</code>
1341 <pre>Updates a signed device.
1342
1343Args:
1344 name: string, Required. The name of the device to update. (required)
1345 body: object, The request body.
1346 The object takes the form of:
1347
1348{ # Request for UpdateSignedDevice method.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001349 &quot;encodedDevice&quot;: &quot;A String&quot;, # Required. The JSON Web Token signed using a CPI private key. Payload must be the JSON encoding of the device. The user_id field must be set.
1350 &quot;installerId&quot;: &quot;A String&quot;, # Required. Unique installer ID (CPI ID) from the Certified Professional Installers database.
1351}
Bu Sun Kim65020912020-05-20 12:08:20 -07001352
1353 x__xgafv: string, V1 error format.
1354 Allowed values
1355 1 - v1 error format
1356 2 - v2 error format
1357
1358Returns:
1359 An object of the form:
1360
1361 {
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001362 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
1363 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1364 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1365 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001366 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001367 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1368 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1369 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1370 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
1371 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
1372 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
1373 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1374 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
1375 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1376 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
1377 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
1378 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1379 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
1380 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1381 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
1382 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
1383 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001384 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001385 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1386 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1387 &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001388 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001389 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1390 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1391 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1392 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1393 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1394 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1395 },
1396 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1397 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1398 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1399 },
1400 &quot;deviceMetadata&quot;: { # Device data overridable by both SAS Portal and registration requests. # Device parameters that can be overridden by both SAS Portal and SAS registration requests.
1401 },
1402 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
1403 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
1404 &quot;grants&quot;: [ # Output only. Grants held by the device.
1405 { # Device grant. It is an authorization provided by the Spectrum Access System to a device to transmit using specified operating parameters after a successful heartbeat by the device.
1406 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
1407 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
1408 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
1409 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1410 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001411 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001412 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
1413 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of maxEirp represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
1414 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
1415 { # An entry in a DPA&#x27;s move list.
1416 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
1417 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
1418 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1419 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1420 },
1421 },
1422 ],
1423 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
1424 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001425 &quot;A String&quot;,
1426 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001427 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001428 ],
1429 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
1430 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
1431 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1432 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1433 &quot;supportedSpec&quot;: &quot;A String&quot;, # This field is related to the radioTechnology field and provides the air interface specification that the CBSD is compliant with at the time of registration. Optional
1434 },
1435 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1436 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1437 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1438 &quot;antennaAzimuth&quot;: 42, # Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
1439 &quot;antennaBeamwidth&quot;: 42, # 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
1440 &quot;antennaDowntilt&quot;: 42, # Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
1441 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1442 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
1443 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1444 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
1445 &quot;height&quot;: 3.14, # Device antenna height in meters. When the heightType parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the heightType parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
1446 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1447 &quot;horizontalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
1448 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1449 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
1450 &quot;longitude&quot;: 3.14, # Longitude of the device antenna location. in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
1451 &quot;verticalAccuracy&quot;: 3.14, # A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.
1452 },
1453 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1454 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1455 &quot;A String&quot;,
1456 ],
1457 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1458 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1459 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1460 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1461 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1462 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1463 },
1464 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1465 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1466 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1467 },
1468 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
1469 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
1470}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -07001471</div>
1472
1473</body></html>