blob: 9936068d3fbcca08d448f5f1b5f0c4a42c930940 [file] [log] [blame]
Bu Sun Kim65020912020-05-20 12:08:20 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="sasportal_v1alpha1.html">SAS Portal API</a> . <a href="sasportal_v1alpha1.nodes.html">nodes</a> . <a href="sasportal_v1alpha1.nodes.devices.html">devices</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#bulk">bulk(parent, body=None, x__xgafv=None)</a></code></p>
79<p class="firstline">Creates a device under a node or customer. Returned devices are unordered.</p>
80<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070081 <code><a href="#close">close()</a></code></p>
82<p class="firstline">Close httplib2 connections.</p>
83<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070084 <code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Creates a device under a node or customer.</p>
86<p class="toc_element">
87 <code><a href="#createSigned">createSigned(parent, body=None, x__xgafv=None)</a></code></p>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070088<p class="firstline">Creates a signed device under a node or customer.</p>
Bu Sun Kim65020912020-05-20 12:08:20 -070089<p class="toc_element">
90 <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
91<p class="firstline">Deletes a device.</p>
92<p class="toc_element">
93 <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
94<p class="firstline">Gets details about a device.</p>
95<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080096 <code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
Bu Sun Kim65020912020-05-20 12:08:20 -070097<p class="firstline">Lists devices under a node or customer.</p>
98<p class="toc_element">
99 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
100<p class="firstline">Retrieves the next page of results.</p>
101<p class="toc_element">
102 <code><a href="#move">move(name, body=None, x__xgafv=None)</a></code></p>
103<p class="firstline">Moves a device under another node or customer.</p>
104<p class="toc_element">
105 <code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
106<p class="firstline">Updates a device.</p>
107<p class="toc_element">
108 <code><a href="#signDevice">signDevice(name, body=None, x__xgafv=None)</a></code></p>
109<p class="firstline">Signs a device.</p>
110<p class="toc_element">
111 <code><a href="#updateSigned">updateSigned(name, body=None, x__xgafv=None)</a></code></p>
112<p class="firstline">Updates a signed device.</p>
113<h3>Method Details</h3>
114<div class="method">
115 <code class="details" id="bulk">bulk(parent, body=None, x__xgafv=None)</code>
116 <pre>Creates a device under a node or customer. Returned devices are unordered.
117
118Args:
119 parent: string, Required. The name of the parent resource. (required)
120 body: object, The request body.
121 The object takes the form of:
122
123{ # Request for BulkCreateDevice method.
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 Botb6971b02020-11-26 17:16:03 -0800138 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800139 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
140 &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.
141 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800142 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
143 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
144 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
145 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
146 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
147 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
148 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
149 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
150 },
151 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
152 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
153 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
154 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
155 &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.
156 &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.
157 &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.
158 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
159 &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.
160 &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.
161 &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.
162 &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.
163 &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.
164 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
165 &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.
166 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
167 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
168 &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.
169 },
170 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
171 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
172 &quot;A String&quot;,
173 ],
174 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
175 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
176 &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
177 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
178 },
179 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700180 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700181 { # 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 Bot0bf565c2020-12-09 08:56:03 -0800182 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800183 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800184 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800185 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
186 &quot;A String&quot;,
187 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800188 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
189 { # An entry in a DPA&#x27;s move list.
190 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
191 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
192 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
193 },
194 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
195 },
196 ],
197 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
198 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
199 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
200 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
201 },
202 &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).
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700203 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700204 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800205 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800206 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
207 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
208 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
209 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
210 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
211 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
212 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
213 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
214 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
215 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
216 },
217 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
218 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
219 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
220 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
221 &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.
222 &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.
223 &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.
224 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
225 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
226 &quot;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.
227 &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.
228 &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.
229 &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.
230 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
231 &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.
232 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
233 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
234 &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.
235 },
236 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
237 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
238 &quot;A String&quot;,
239 ],
240 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
241 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
242 &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
243 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
244 },
245 },
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 Botb6971b02020-11-26 17:16:03 -0800266 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800267 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
268 &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.
269 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800270 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
271 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
272 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
273 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
274 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
275 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
276 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
277 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
278 },
279 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
280 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
281 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
282 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
283 &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.
284 &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.
285 &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.
286 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
287 &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.
288 &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.
289 &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.
290 &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.
291 &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.
292 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
293 &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.
294 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
295 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
296 &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.
297 },
298 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
299 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
300 &quot;A String&quot;,
301 ],
302 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
303 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
304 &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
305 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
306 },
307 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700308 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700309 { # Device grant. It is an authorization provided by the Spectrum Access System to a device to transmit using specified operating parameters after a successful heartbeat by the device.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800310 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800311 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800312 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800313 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
314 &quot;A String&quot;,
315 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800316 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
317 { # An entry in a DPA&#x27;s move list.
318 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
319 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
320 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
321 },
322 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
323 },
324 ],
325 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
326 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
327 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
328 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
329 },
330 &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).
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700331 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700332 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800333 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800334 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
335 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
336 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
337 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
338 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
339 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
340 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
341 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
342 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
343 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
344 },
345 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
346 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
347 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
348 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
349 &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.
350 &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.
351 &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.
352 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
353 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
354 &quot;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.
355 &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.
356 &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.
357 &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.
358 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
359 &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.
360 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
361 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
362 &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.
363 },
364 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
365 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
366 &quot;A String&quot;,
367 ],
368 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
369 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
370 &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
371 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
372 },
373 },
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 Botb6971b02020-11-26 17:16:03 -0800385 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800386 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
387 &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.
388 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800389 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
390 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
391 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
392 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
393 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
394 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
395 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
396 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
397 },
398 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
399 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
400 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
401 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
402 &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.
403 &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.
404 &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.
405 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
406 &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.
407 &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.
408 &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.
409 &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.
410 &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.
411 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
412 &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.
413 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
414 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
415 &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.
416 },
417 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
418 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
419 &quot;A String&quot;,
420 ],
421 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
422 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
423 &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
424 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
425 },
426 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700427 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700428 { # 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 Bot0bf565c2020-12-09 08:56:03 -0800429 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800430 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800431 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800432 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
433 &quot;A String&quot;,
434 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800435 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
436 { # An entry in a DPA&#x27;s move list.
437 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
438 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
439 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
440 },
441 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
442 },
443 ],
444 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
445 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
446 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
447 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
448 },
449 &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).
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700450 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700451 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800452 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800453 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
454 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
455 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
456 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
457 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
458 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
459 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
460 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
461 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
462 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
463 },
464 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
465 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
466 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
467 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
468 &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.
469 &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.
470 &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.
471 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
472 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
473 &quot;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.
474 &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.
475 &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.
476 &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.
477 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
478 &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.
479 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
480 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
481 &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.
482 },
483 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
484 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
485 &quot;A String&quot;,
486 ],
487 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
488 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
489 &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
490 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
491 },
492 },
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 Botb6971b02020-11-26 17:16:03 -0800519 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800520 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
521 &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.
522 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800523 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
524 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
525 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
526 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
527 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
528 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
529 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
530 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
531 },
532 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
533 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
534 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
535 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
536 &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.
537 &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.
538 &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.
539 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
540 &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.
541 &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.
542 &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.
543 &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.
544 &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.
545 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
546 &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.
547 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
548 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
549 &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.
550 },
551 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
552 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
553 &quot;A String&quot;,
554 ],
555 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
556 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
557 &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
558 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
559 },
560 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700561 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700562 { # 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 Bot0bf565c2020-12-09 08:56:03 -0800563 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800564 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800565 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800566 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
567 &quot;A String&quot;,
568 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800569 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
570 { # An entry in a DPA&#x27;s move list.
571 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
572 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
573 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
574 },
575 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
576 },
577 ],
578 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
579 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
580 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
581 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
582 },
583 &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).
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700584 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700585 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800586 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800587 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
588 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
589 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
590 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
591 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
592 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
593 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
594 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
595 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
596 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
597 },
598 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
599 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
600 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
601 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
602 &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.
603 &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.
604 &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.
605 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
606 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
607 &quot;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.
608 &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.
609 &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.
610 &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.
611 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
612 &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.
613 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
614 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
615 &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.
616 },
617 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
618 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
619 &quot;A String&quot;,
620 ],
621 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
622 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
623 &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
624 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
625 },
626 },
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 Botb6971b02020-11-26 17:16:03 -0800663 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800664 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
665 &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.
666 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800667 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
668 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
669 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
670 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
671 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
672 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
673 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
674 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
675 },
676 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
677 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
678 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
679 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
680 &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.
681 &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.
682 &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.
683 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
684 &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.
685 &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.
686 &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.
687 &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.
688 &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.
689 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
690 &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.
691 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
692 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
693 &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.
694 },
695 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
696 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
697 &quot;A String&quot;,
698 ],
699 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
700 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
701 &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
702 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
703 },
704 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700705 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700706 { # 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 Bot0bf565c2020-12-09 08:56:03 -0800707 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800708 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800709 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800710 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
711 &quot;A String&quot;,
712 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800713 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
714 { # An entry in a DPA&#x27;s move list.
715 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
716 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
717 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
718 },
719 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
720 },
721 ],
722 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
723 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
724 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
725 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
726 },
727 &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).
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700728 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700729 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800730 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800731 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
732 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
733 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
734 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
735 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
736 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
737 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
738 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
739 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
740 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
741 },
742 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
743 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
744 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
745 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
746 &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.
747 &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.
748 &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.
749 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
750 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
751 &quot;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.
752 &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.
753 &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.
754 &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.
755 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
756 &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.
757 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
758 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
759 &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.
760 },
761 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
762 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
763 &quot;A String&quot;,
764 ],
765 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
766 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
767 &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
768 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
769 },
770 },
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 Bot0bf565c2020-12-09 08:56:03 -0800775 <code class="details" id="list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -0700776 <pre>Lists devices under a node or customer.
777
778Args:
779 parent: string, Required. The name of the parent resource. (required)
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800780 filter: string, The filter expression. The filter should have one of the following formats: &quot;sn=123454&quot; or &quot;display_name=MyDevice&quot;. sn corresponds to serial_number of the device. The filter is case insensitive.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700781 pageSize: integer, The maximum number of devices to return in the response. If empty or zero, all devices will be listed. Must be in the range [0, 1000].
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800782 pageToken: string, A pagination token returned from a previous call to ListDevices that indicates where this listing should continue from.
Bu Sun Kim65020912020-05-20 12:08:20 -0700783 x__xgafv: string, V1 error format.
784 Allowed values
785 1 - v1 error format
786 2 - v2 error format
787
788Returns:
789 An object of the form:
790
791 { # Response for ListDevices method.
Yoshi Automation 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 Botb6971b02020-11-26 17:16:03 -0800795 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800796 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
797 &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.
798 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800799 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
800 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
801 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
802 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
803 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
804 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
805 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
806 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
807 },
808 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
809 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
810 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
811 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
812 &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.
813 &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.
814 &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.
815 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
816 &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.
817 &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.
818 &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.
819 &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.
820 &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.
821 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
822 &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.
823 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
824 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
825 &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.
826 },
827 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
828 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
829 &quot;A String&quot;,
830 ],
831 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
832 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
833 &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
834 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
835 },
836 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700837 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700838 { # 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 Bot0bf565c2020-12-09 08:56:03 -0800839 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800840 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800841 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800842 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
843 &quot;A String&quot;,
844 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800845 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
846 { # An entry in a DPA&#x27;s move list.
847 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
848 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
849 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
850 },
851 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
852 },
853 ],
854 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
855 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
856 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
857 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
858 },
859 &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).
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700860 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700861 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800862 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800863 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
864 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
865 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
866 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
867 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
868 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
869 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
870 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
871 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
872 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
873 },
874 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
875 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
876 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
877 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
878 &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.
879 &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.
880 &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.
881 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
882 &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.
883 &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.
884 &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.
885 &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.
886 &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.
887 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
888 &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.
889 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
890 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
891 &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.
892 },
893 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
894 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
895 &quot;A String&quot;,
896 ],
897 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
898 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
899 &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
900 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
901 },
902 },
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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800944 &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}`.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700945 &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.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800946 &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.
947 &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 -0700948 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
949 {
950 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
951 },
952 ],
953 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800954 &quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
955 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
956 },
957 &quot;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 Botb6971b02020-11-26 17:16:03 -0800974 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800975 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
976 &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.
977 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800978 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
979 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
980 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
981 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
982 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
983 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
984 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
985 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
986 },
987 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
988 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
989 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
990 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
991 &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.
992 &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.
993 &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.
994 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
995 &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.
996 &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.
997 &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.
998 &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.
999 &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.
1000 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1001 &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.
1002 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1003 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1004 &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.
1005 },
1006 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1007 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1008 &quot;A String&quot;,
1009 ],
1010 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1011 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1012 &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
1013 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1014 },
1015 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001016 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001017 { # Device grant. It is an authorization provided by the Spectrum Access System to a device to transmit using specified operating parameters after a successful heartbeat by the device.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001018 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001019 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001020 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001021 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
1022 &quot;A String&quot;,
1023 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001024 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
1025 { # An entry in a DPA&#x27;s move list.
1026 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
1027 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1028 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1029 },
1030 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
1031 },
1032 ],
1033 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
1034 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
1035 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1036 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1037 },
1038 &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).
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001039 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001040 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001041 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001042 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
1043 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
1044 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
1045 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1046 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1047 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1048 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1049 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1050 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1051 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1052 },
1053 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1054 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1055 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1056 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1057 &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.
1058 &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.
1059 &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.
1060 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1061 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
1062 &quot;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.
1063 &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.
1064 &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.
1065 &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.
1066 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1067 &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.
1068 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1069 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1070 &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.
1071 },
1072 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1073 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1074 &quot;A String&quot;,
1075 ],
1076 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1077 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1078 &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
1079 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1080 },
1081 },
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 Botb6971b02020-11-26 17:16:03 -08001094 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001095 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
1096 &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.
1097 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001098 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
1099 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1100 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1101 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1102 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1103 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1104 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1105 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1106 },
1107 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1108 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1109 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1110 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1111 &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.
1112 &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.
1113 &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.
1114 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1115 &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.
1116 &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.
1117 &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.
1118 &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.
1119 &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.
1120 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1121 &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.
1122 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1123 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1124 &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.
1125 },
1126 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1127 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1128 &quot;A String&quot;,
1129 ],
1130 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1131 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1132 &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
1133 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1134 },
1135 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001136 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001137 { # 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 Bot0bf565c2020-12-09 08:56:03 -08001138 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001139 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001140 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001141 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
1142 &quot;A String&quot;,
1143 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001144 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
1145 { # An entry in a DPA&#x27;s move list.
1146 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
1147 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1148 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1149 },
1150 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
1151 },
1152 ],
1153 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
1154 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
1155 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1156 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1157 },
1158 &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).
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001159 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001160 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001161 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001162 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
1163 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
1164 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
1165 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1166 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1167 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1168 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1169 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1170 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1171 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1172 },
1173 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1174 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1175 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1176 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1177 &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.
1178 &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.
1179 &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.
1180 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1181 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
1182 &quot;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.
1183 &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.
1184 &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.
1185 &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.
1186 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1187 &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.
1188 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1189 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1190 &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.
1191 },
1192 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1193 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1194 &quot;A String&quot;,
1195 ],
1196 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1197 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1198 &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
1199 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1200 },
1201 },
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 Botb6971b02020-11-26 17:16:03 -08001216 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001217 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
1218 &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.
1219 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001220 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
1221 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1222 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1223 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1224 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1225 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1226 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1227 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1228 },
1229 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1230 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1231 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1232 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1233 &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.
1234 &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.
1235 &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.
1236 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1237 &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.
1238 &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.
1239 &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.
1240 &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.
1241 &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.
1242 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1243 &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.
1244 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1245 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1246 &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.
1247 },
1248 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1249 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1250 &quot;A String&quot;,
1251 ],
1252 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1253 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1254 &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
1255 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1256 },
1257 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001258 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001259 { # 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 Bot0bf565c2020-12-09 08:56:03 -08001260 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001261 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001262 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001263 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
1264 &quot;A String&quot;,
1265 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001266 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
1267 { # An entry in a DPA&#x27;s move list.
1268 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
1269 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1270 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1271 },
1272 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
1273 },
1274 ],
1275 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
1276 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
1277 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1278 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1279 },
1280 &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).
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001281 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001282 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001283 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001284 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
1285 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
1286 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
1287 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1288 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1289 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1290 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1291 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1292 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1293 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1294 },
1295 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1296 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1297 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1298 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1299 &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.
1300 &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.
1301 &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.
1302 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1303 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
1304 &quot;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.
1305 &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.
1306 &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.
1307 &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.
1308 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1309 &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.
1310 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1311 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1312 &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.
1313 },
1314 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1315 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1316 &quot;A String&quot;,
1317 ],
1318 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1319 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1320 &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
1321 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1322 },
1323 },
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 Botb6971b02020-11-26 17:16:03 -08001362 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001363 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
1364 &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.
1365 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001366 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
1367 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1368 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1369 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1370 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1371 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1372 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1373 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1374 },
1375 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1376 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1377 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1378 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1379 &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.
1380 &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.
1381 &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.
1382 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1383 &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.
1384 &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.
1385 &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.
1386 &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.
1387 &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.
1388 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1389 &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.
1390 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1391 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1392 &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.
1393 },
1394 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1395 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1396 &quot;A String&quot;,
1397 ],
1398 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1399 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1400 &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
1401 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1402 },
1403 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001404 &quot;grants&quot;: [ # Output only. Grants held by the device.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001405 { # 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 Bot0bf565c2020-12-09 08:56:03 -08001406 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001407 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001408 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001409 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
1410 &quot;A String&quot;,
1411 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001412 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
1413 { # An entry in a DPA&#x27;s move list.
1414 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
1415 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1416 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1417 },
1418 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
1419 },
1420 ],
1421 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
1422 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
1423 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1424 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1425 },
1426 &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).
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001427 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001428 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001429 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001430 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
1431 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
1432 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
1433 &quot;isSigned&quot;: True or False, # Output-only. Whether the configuration has been signed by a CPI.
1434 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1435 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1436 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1437 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1438 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1439 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1440 },
1441 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1442 &quot;updateTime&quot;: &quot;A String&quot;, # Output-only. The last time the device configuration was edited.
1443 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1444 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1445 &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.
1446 &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.
1447 &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.
1448 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1449 &quot;latitude&quot;: 3.14, # Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
1450 &quot;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.
1451 &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.
1452 &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.
1453 &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.
1454 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. True: indoor. False: outdoor.
1455 &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.
1456 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1457 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1458 &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.
1459 },
1460 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
1461 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1462 &quot;A String&quot;,
1463 ],
1464 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1465 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
1466 &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
1467 &quot;radioTechnology&quot;: &quot;A String&quot;, # This field specifies the radio access technology that is used for the CBSD. Conditional
1468 },
1469 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001470 }</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -07001471</div>
1472
1473</body></html>