blob: 61cf0618f4cb5225e3be3ce55c815bef1eeb105d [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 Bot0d561ef2020-11-25 07:50:41 -080096 <code><a href="#list">list(parent, pageSize=None, pageToken=None, filter=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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700124 &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.
Bu Sun Kim65020912020-05-20 12:08:20 -0700125 }
126
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.
136 &quot;devices&quot;: [ # Required. The devices that were imported.
137 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800138 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800139 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
140 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
141 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
142 &quot;A String&quot;,
143 ],
144 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
145 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
146 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
147 &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
148 },
149 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
150 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
151 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
152 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
153 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
154 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
155 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
156 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
157 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
158 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
159 },
160 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
161 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
162 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
163 &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.
164 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
165 &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.
166 &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.
167 &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.
168 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
169 &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.
170 &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.
171 &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.
172 &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.
173 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
174 &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.
175 &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.
176 },
177 },
178 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
179 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
180 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
181 &quot;A String&quot;,
182 ],
183 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
184 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
185 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
186 &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
187 },
188 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
189 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
190 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
191 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
192 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
193 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
194 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
195 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
196 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
197 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
198 },
199 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
200 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
201 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
202 &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.
203 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
204 &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.
205 &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.
206 &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.
207 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
208 &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.
209 &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.
210 &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.
211 &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.
212 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
213 &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.
214 &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.
215 },
216 },
217 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
218 &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.
219 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700220 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700221 { # 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 Botb6971b02020-11-26 17:16:03 -0800222 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800223 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
224 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800225 &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).
226 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
227 { # An entry in a DPA&#x27;s move list.
228 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
229 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
230 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
231 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
232 },
233 },
234 ],
235 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
236 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
237 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
238 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800239 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
240 &quot;A String&quot;,
241 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800242 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700243 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700244 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800245 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700246 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700247 ],
248 }</pre>
249</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 Bot0d561ef2020-11-25 07:50:41 -0800266 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800267 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
268 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
269 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
270 &quot;A String&quot;,
271 ],
272 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
273 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
274 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
275 &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
276 },
277 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
278 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
279 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
280 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
281 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
282 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
283 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
284 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
285 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
286 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
287 },
288 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
289 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
290 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
291 &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.
292 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
293 &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.
294 &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.
295 &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.
296 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
297 &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.
298 &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.
299 &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.
300 &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.
301 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
302 &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.
303 &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.
304 },
305 },
306 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
307 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
308 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
309 &quot;A String&quot;,
310 ],
311 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
312 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
313 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
314 &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
315 },
316 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
317 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
318 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
319 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
320 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
321 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
322 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
323 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
324 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
325 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
326 },
327 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
328 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
329 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
330 &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.
331 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
332 &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.
333 &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.
334 &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.
335 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
336 &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.
337 &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.
338 &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.
339 &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.
340 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
341 &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.
342 &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.
343 },
344 },
345 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
346 &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.
347 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700348 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700349 { # 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 Botb6971b02020-11-26 17:16:03 -0800350 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800351 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
352 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800353 &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).
354 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
355 { # An entry in a DPA&#x27;s move list.
356 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
357 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
358 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
359 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
360 },
361 },
362 ],
363 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
364 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
365 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
366 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800367 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
368 &quot;A String&quot;,
369 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800370 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700371 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700372 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800373 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
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 Bot0d561ef2020-11-25 07:50:41 -0800385 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800386 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
387 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
388 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
389 &quot;A String&quot;,
390 ],
391 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
392 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
393 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
394 &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
395 },
396 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
397 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
398 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
399 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
400 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
401 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
402 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
403 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
404 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
405 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
406 },
407 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
408 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
409 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
410 &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.
411 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
412 &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.
413 &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.
414 &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.
415 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
416 &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.
417 &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.
418 &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.
419 &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.
420 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
421 &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.
422 &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.
423 },
424 },
425 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
426 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
427 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
428 &quot;A String&quot;,
429 ],
430 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
431 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
432 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
433 &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
434 },
435 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
436 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
437 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
438 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
439 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
440 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
441 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
442 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
443 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
444 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
445 },
446 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
447 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
448 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
449 &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.
450 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
451 &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.
452 &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.
453 &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.
454 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
455 &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.
456 &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.
457 &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.
458 &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.
459 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
460 &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.
461 &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.
462 },
463 },
464 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
465 &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.
466 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700467 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700468 { # 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 Botb6971b02020-11-26 17:16:03 -0800469 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800470 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
471 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800472 &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).
473 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
474 { # An entry in a DPA&#x27;s move list.
475 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
476 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
477 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
478 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
479 },
480 },
481 ],
482 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
483 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
484 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
485 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800486 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
487 &quot;A String&quot;,
488 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800489 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700490 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700491 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800492 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700493 }</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 Bot0d561ef2020-11-25 07:50:41 -0800506 &quot;installerId&quot;: &quot;A String&quot;, # Required. Unique installer id (cpiId) from the Certified Professional Installers database.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800507 &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.
Bu Sun Kim65020912020-05-20 12:08:20 -0700508 }
509
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 Bot0d561ef2020-11-25 07:50:41 -0800519 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800520 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
521 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
522 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
523 &quot;A String&quot;,
524 ],
525 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
526 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
527 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
528 &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
529 },
530 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
531 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
532 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
533 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
534 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
535 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
536 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
537 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
538 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
539 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
540 },
541 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
542 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
543 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
544 &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.
545 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
546 &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.
547 &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.
548 &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.
549 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
550 &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.
551 &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.
552 &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.
553 &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.
554 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
555 &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.
556 &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.
557 },
558 },
559 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
560 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
561 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
562 &quot;A String&quot;,
563 ],
564 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
565 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
566 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
567 &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
568 },
569 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
570 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
571 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
572 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
573 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
574 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
575 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
576 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
577 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
578 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
579 },
580 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
581 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
582 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
583 &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.
584 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
585 &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.
586 &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.
587 &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.
588 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
589 &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.
590 &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.
591 &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.
592 &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.
593 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
594 &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.
595 &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.
596 },
597 },
598 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
599 &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.
600 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700601 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700602 { # 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 Botb6971b02020-11-26 17:16:03 -0800603 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800604 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
605 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800606 &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).
607 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
608 { # An entry in a DPA&#x27;s move list.
609 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
610 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
611 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
612 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
613 },
614 },
615 ],
616 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
617 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
618 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
619 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800620 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
621 &quot;A String&quot;,
622 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800623 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700624 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700625 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800626 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700627 }</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 `{}`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700645 }</pre>
646</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 Bot0d561ef2020-11-25 07:50:41 -0800663 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800664 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
665 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
666 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
667 &quot;A String&quot;,
668 ],
669 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
670 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
671 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
672 &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
673 },
674 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
675 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
676 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
677 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
678 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
679 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
680 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
681 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
682 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
683 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
684 },
685 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
686 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
687 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
688 &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.
689 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
690 &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.
691 &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.
692 &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.
693 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
694 &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.
695 &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.
696 &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.
697 &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.
698 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
699 &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.
700 &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.
701 },
702 },
703 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
704 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
705 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
706 &quot;A String&quot;,
707 ],
708 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
709 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
710 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
711 &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
712 },
713 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
714 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
715 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
716 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
717 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
718 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
719 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
720 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
721 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
722 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
723 },
724 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
725 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
726 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
727 &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.
728 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
729 &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.
730 &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.
731 &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.
732 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
733 &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.
734 &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.
735 &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.
736 &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.
737 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
738 &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.
739 &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.
740 },
741 },
742 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
743 &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.
744 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700745 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700746 { # 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 Botb6971b02020-11-26 17:16:03 -0800747 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800748 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
749 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800750 &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).
751 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
752 { # An entry in a DPA&#x27;s move list.
753 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
754 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
755 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
756 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
757 },
758 },
759 ],
760 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
761 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
762 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
763 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800764 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
765 &quot;A String&quot;,
766 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800767 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700768 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700769 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800770 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700771 }</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700772</div>
773
774<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800775 <code class="details" id="list">list(parent, pageSize=None, pageToken=None, filter=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)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700780 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 -0800781 pageToken: string, A pagination token returned from a previous call to ListDevices that indicates where this listing should continue from.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800782 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 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 Bot0d561ef2020-11-25 07:50:41 -0800792 &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.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700793 &quot;devices&quot;: [ # The devices that match the request.
794 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800795 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800796 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
797 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
798 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
799 &quot;A String&quot;,
800 ],
801 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
802 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
803 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
804 &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
805 },
806 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
807 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
808 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
809 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
810 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
811 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
812 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
813 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
814 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
815 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
816 },
817 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
818 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
819 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
820 &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.
821 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
822 &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.
823 &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.
824 &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.
825 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
826 &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.
827 &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.
828 &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.
829 &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.
830 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
831 &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.
832 &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.
833 },
834 },
835 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
836 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
837 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
838 &quot;A String&quot;,
839 ],
840 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
841 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
842 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
843 &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
844 },
845 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
846 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
847 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
848 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
849 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
850 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
851 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
852 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
853 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
854 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
855 },
856 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
857 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
858 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
859 &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.
860 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
861 &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.
862 &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.
863 &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.
864 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
865 &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.
866 &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.
867 &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.
868 &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.
869 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
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;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.
872 },
873 },
874 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
875 &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.
876 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700877 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700878 { # 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 Botb6971b02020-11-26 17:16:03 -0800879 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800880 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
881 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800882 &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).
883 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
884 { # An entry in a DPA&#x27;s move list.
885 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
886 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
887 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
888 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
889 },
890 },
891 ],
892 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
893 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
894 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
895 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800896 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
897 &quot;A String&quot;,
898 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800899 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700900 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700901 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800902 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700903 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700904 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700905 }</pre>
906</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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700932 &quot;destination&quot;: &quot;A String&quot;, # Required. The name of the new parent resource (Node or Customer) to reparent the device under.
Bu Sun Kim65020912020-05-20 12:08:20 -0700933 }
934
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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700944 &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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700945 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
946 {
947 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
948 },
949 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800950 &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.
951 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700952 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800953 &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.
954 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
955 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800956 &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}`.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800957 &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`.
958 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
959 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800960 &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.
Bu Sun Kim65020912020-05-20 12:08:20 -0700961 }</pre>
962</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 Bot0d561ef2020-11-25 07:50:41 -0800974 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800975 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
976 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
977 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
978 &quot;A String&quot;,
979 ],
980 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
981 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
982 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
983 &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
984 },
985 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
986 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
987 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
988 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
989 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
990 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
991 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
992 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
993 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
994 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
995 },
996 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
997 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
998 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
999 &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.
1000 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1001 &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.
1002 &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.
1003 &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.
1004 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1005 &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.
1006 &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.
1007 &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.
1008 &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.
1009 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1010 &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.
1011 &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.
1012 },
1013 },
1014 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
1015 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
1016 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1017 &quot;A String&quot;,
1018 ],
1019 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1020 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1021 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1022 &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
1023 },
1024 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1025 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1026 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1027 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1028 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1029 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1030 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1031 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1032 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1033 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1034 },
1035 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1036 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1037 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1038 &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.
1039 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1040 &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.
1041 &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.
1042 &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.
1043 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1044 &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.
1045 &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.
1046 &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.
1047 &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.
1048 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1049 &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.
1050 &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.
1051 },
1052 },
1053 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
1054 &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.
1055 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001056 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001057 { # 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 Botb6971b02020-11-26 17:16:03 -08001058 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001059 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
1060 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001061 &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).
1062 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
1063 { # An entry in a DPA&#x27;s move list.
1064 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
1065 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
1066 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1067 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1068 },
1069 },
1070 ],
1071 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
1072 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1073 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1074 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001075 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
1076 &quot;A String&quot;,
1077 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001078 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001079 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001080 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001081 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
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 Bot0d561ef2020-11-25 07:50:41 -08001094 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001095 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
1096 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
1097 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1098 &quot;A String&quot;,
1099 ],
1100 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1101 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1102 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1103 &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
1104 },
1105 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1106 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1107 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1108 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1109 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1110 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1111 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1112 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1113 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1114 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1115 },
1116 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1117 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1118 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1119 &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.
1120 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1121 &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.
1122 &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.
1123 &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.
1124 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1125 &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.
1126 &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.
1127 &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.
1128 &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.
1129 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1130 &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.
1131 &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.
1132 },
1133 },
1134 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
1135 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
1136 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1137 &quot;A String&quot;,
1138 ],
1139 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1140 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1141 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1142 &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
1143 },
1144 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1145 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1146 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1147 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1148 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1149 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1150 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1151 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1152 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1153 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1154 },
1155 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1156 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1157 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1158 &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.
1159 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1160 &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.
1161 &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.
1162 &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.
1163 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1164 &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.
1165 &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.
1166 &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.
1167 &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.
1168 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1169 &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.
1170 &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.
1171 },
1172 },
1173 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
1174 &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.
1175 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001176 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001177 { # 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 Botb6971b02020-11-26 17:16:03 -08001178 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001179 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
1180 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001181 &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).
1182 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
1183 { # An entry in a DPA&#x27;s move list.
1184 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
1185 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
1186 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1187 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1188 },
1189 },
1190 ],
1191 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
1192 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1193 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1194 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001195 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
1196 &quot;A String&quot;,
1197 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001198 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001199 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001200 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001201 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001202 }</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.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001215 &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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001216 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001217 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
1218 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
1219 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1220 &quot;A String&quot;,
1221 ],
1222 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1223 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1224 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1225 &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
1226 },
1227 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1228 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1229 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1230 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1231 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1232 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1233 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1234 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1235 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1236 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1237 },
1238 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1239 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1240 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1241 &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.
1242 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1243 &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.
1244 &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.
1245 &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.
1246 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1247 &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.
1248 &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.
1249 &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.
1250 &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.
1251 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1252 &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.
1253 &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.
1254 },
1255 },
1256 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
1257 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
1258 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1259 &quot;A String&quot;,
1260 ],
1261 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1262 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1263 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1264 &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
1265 },
1266 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1267 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1268 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1269 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1270 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1271 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1272 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1273 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1274 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1275 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1276 },
1277 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1278 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1279 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1280 &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.
1281 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1282 &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.
1283 &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.
1284 &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.
1285 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1286 &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.
1287 &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.
1288 &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.
1289 &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.
1290 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1291 &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.
1292 &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.
1293 },
1294 },
1295 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
1296 &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.
1297 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001298 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001299 { # 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 Botb6971b02020-11-26 17:16:03 -08001300 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001301 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
1302 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001303 &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).
1304 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
1305 { # An entry in a DPA&#x27;s move list.
1306 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
1307 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
1308 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1309 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1310 },
1311 },
1312 ],
1313 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
1314 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1315 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1316 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001317 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
1318 &quot;A String&quot;,
1319 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001320 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001321 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001322 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001323 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001324 },
Bu Sun Kim65020912020-05-20 12:08:20 -07001325 }
1326
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 `{}`.
Bu Sun Kim65020912020-05-20 12:08:20 -07001336 }</pre>
1337</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 Botc2228be2020-11-24 15:48:03 -08001349 &quot;installerId&quot;: &quot;A String&quot;, # Required. Unique installer ID (CPI ID) from the Certified Professional Installers database.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001350 &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.
Bu Sun Kim65020912020-05-20 12:08:20 -07001351 }
1352
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 Bot0d561ef2020-11-25 07:50:41 -08001362 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001363 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
1364 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
1365 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1366 &quot;A String&quot;,
1367 ],
1368 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1369 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1370 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1371 &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
1372 },
1373 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1374 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1375 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1376 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1377 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1378 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1379 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1380 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1381 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1382 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1383 },
1384 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1385 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1386 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1387 &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.
1388 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1389 &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.
1390 &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.
1391 &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.
1392 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1393 &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.
1394 &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.
1395 &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.
1396 &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.
1397 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1398 &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.
1399 &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.
1400 },
1401 },
1402 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
1403 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
1404 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1405 &quot;A String&quot;,
1406 ],
1407 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1408 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1409 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1410 &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
1411 },
1412 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1413 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1414 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1415 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1416 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1417 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1418 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1419 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1420 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1421 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1422 },
1423 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1424 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1425 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1426 &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.
1427 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1428 &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.
1429 &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.
1430 &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.
1431 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1432 &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.
1433 &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.
1434 &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.
1435 &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.
1436 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1437 &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.
1438 &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.
1439 },
1440 },
1441 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
1442 &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.
1443 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001444 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001445 { # 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 Botb6971b02020-11-26 17:16:03 -08001446 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001447 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
1448 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001449 &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).
1450 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
1451 { # An entry in a DPA&#x27;s move list.
1452 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
1453 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
1454 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1455 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1456 },
1457 },
1458 ],
1459 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
1460 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1461 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1462 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001463 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
1464 &quot;A String&quot;,
1465 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001466 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001467 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001468 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001469 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001470 }</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -07001471</div>
1472
1473</body></html>