blob: 1afde955a5f48fd639fcb9900275946de85e8d6e [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="prod_tt_sasportal_v1alpha1.html">SAS Portal API (Testing)</a> . <a href="prod_tt_sasportal_v1alpha1.customers.html">customers</a> . <a href="prod_tt_sasportal_v1alpha1.customers.devices.html">devices</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070081 <code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Creates a device under a node or customer.</p>
83<p class="toc_element">
84 <code><a href="#createSigned">createSigned(parent, body=None, x__xgafv=None)</a></code></p>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070085<p class="firstline">Creates a signed device under a node or customer.</p>
Bu Sun Kim65020912020-05-20 12:08:20 -070086<p class="toc_element">
87 <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
88<p class="firstline">Deletes a device.</p>
89<p class="toc_element">
90 <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
91<p class="firstline">Gets details about a device.</p>
92<p class="toc_element">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080093 <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 -070094<p class="firstline">Lists devices under a node or customer.</p>
95<p class="toc_element">
96 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
97<p class="firstline">Retrieves the next page of results.</p>
98<p class="toc_element">
99 <code><a href="#move">move(name, body=None, x__xgafv=None)</a></code></p>
100<p class="firstline">Moves a device under another node or customer.</p>
101<p class="toc_element">
102 <code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
103<p class="firstline">Updates a device.</p>
104<p class="toc_element">
105 <code><a href="#signDevice">signDevice(name, body=None, x__xgafv=None)</a></code></p>
106<p class="firstline">Signs a device.</p>
107<p class="toc_element">
108 <code><a href="#updateSigned">updateSigned(name, body=None, x__xgafv=None)</a></code></p>
109<p class="firstline">Updates a signed device.</p>
110<h3>Method Details</h3>
111<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700112 <code class="details" id="close">close()</code>
113 <pre>Close httplib2 connections.</pre>
114</div>
115
116<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700117 <code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
118 <pre>Creates a device under a node or customer.
119
120Args:
121 parent: string, Required. The name of the parent resource. (required)
122 body: object, The request body.
123 The object takes the form of:
124
125{
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800126 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
127 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800128 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
129 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800130 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800131 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
132 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
133 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
134 &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.
135 &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.
136 &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.
137 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
138 &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.
139 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
140 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800141 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800142 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
143 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800144 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800145 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800146 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800147 &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.
148 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800149 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800150 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
151 &quot;A String&quot;,
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800152 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800153 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
154 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
155 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
156 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
157 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
158 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
159 },
160 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800161 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800162 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
163 },
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700164 &quot;currentChannels&quot;: [ # Output only. Current channels with scores.
165 { # The channel with score.
166 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range of the channel.
167 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
168 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
169 },
170 &quot;score&quot;: 3.14, # The channel score, normalized to be in [0,100].
171 },
172 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800173 &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.
yoshi-code-bot04bafe12021-06-29 00:20:25 -0700174 &quot;antennaModel&quot;: &quot;A String&quot;, # If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId:PatternId
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800175 },
176 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
177 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800178 &quot;grantRangeAllowlists&quot;: [ # Only ranges within the allowlists are available for new grants.
179 { # Frequency range from `low_frequency` to `high_frequency`.
180 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
181 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
182 },
183 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800184 &quot;grants&quot;: [ # Output only. Grants held by the device.
185 { # 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.
186 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
187 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
188 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
189 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
190 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800191 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800192 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800193 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of `maxEirp` represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800194 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
195 { # An entry in a DPA&#x27;s move list.
196 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
197 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
198 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
199 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
200 },
201 },
202 ],
203 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
204 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800205 &quot;A String&quot;,
206 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800207 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800208 ],
209 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
210 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
211 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800212 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
213 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800214 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800215 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
216 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
217 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
218 &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.
219 &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.
220 &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.
221 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
222 &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.
223 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
224 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800225 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800226 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
227 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800228 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800229 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800230 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800231 &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.
232 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800233 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800234 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
235 &quot;A String&quot;,
236 ],
237 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
238 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
239 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
240 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
241 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
242 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
243 },
244 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800245 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800246 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
247 },
248 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
249 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
250}
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800251
252 x__xgafv: string, V1 error format.
253 Allowed values
254 1 - v1 error format
255 2 - v2 error format
256
257Returns:
258 An object of the form:
259
260 {
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800261 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
262 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800263 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
264 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800265 },
266 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
267 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
268 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
269 &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.
270 &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.
271 &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.
272 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
273 &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.
274 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
275 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800276 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800277 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
278 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800279 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800280 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800281 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800282 &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.
283 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800284 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800285 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
286 &quot;A String&quot;,
287 ],
288 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
289 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
290 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
291 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
292 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
293 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
294 },
295 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800296 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800297 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
298 },
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700299 &quot;currentChannels&quot;: [ # Output only. Current channels with scores.
300 { # The channel with score.
301 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range of the channel.
302 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
303 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
304 },
305 &quot;score&quot;: 3.14, # The channel score, normalized to be in [0,100].
306 },
307 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800308 &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.
yoshi-code-bot04bafe12021-06-29 00:20:25 -0700309 &quot;antennaModel&quot;: &quot;A String&quot;, # If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId:PatternId
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800310 },
311 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
312 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800313 &quot;grantRangeAllowlists&quot;: [ # Only ranges within the allowlists are available for new grants.
314 { # Frequency range from `low_frequency` to `high_frequency`.
315 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
316 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
317 },
318 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800319 &quot;grants&quot;: [ # Output only. Grants held by the device.
320 { # 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.
321 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
322 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
323 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
324 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
325 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800326 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800327 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800328 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of `maxEirp` represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800329 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
330 { # An entry in a DPA&#x27;s move list.
331 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
332 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800333 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
334 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
335 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800336 },
337 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800338 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
339 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
340 &quot;A String&quot;,
341 ],
342 },
343 ],
344 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
345 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
346 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800347 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
348 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800349 },
350 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
351 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
352 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
353 &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.
354 &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.
355 &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.
356 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
357 &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.
358 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
359 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800360 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800361 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
362 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800363 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800364 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800365 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800366 &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.
367 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800368 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800369 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
370 &quot;A String&quot;,
371 ],
372 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
373 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
374 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
375 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
376 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
377 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
378 },
379 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800380 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800381 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
382 },
383 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
384 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
385}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700386</div>
387
388<div class="method">
389 <code class="details" id="createSigned">createSigned(parent, body=None, x__xgafv=None)</code>
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700390 <pre>Creates a signed device under a node or customer.
Bu Sun Kim65020912020-05-20 12:08:20 -0700391
392Args:
393 parent: string, Required. The name of the parent resource. (required)
394 body: object, The request body.
395 The object takes the form of:
396
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800397{ # Request for CreateSignedDevice.
398 &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.
399 &quot;installerId&quot;: &quot;A String&quot;, # Required. Unique installer id (CPI ID) from the Certified Professional Installers database.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800400}
Bu Sun Kim65020912020-05-20 12:08:20 -0700401
402 x__xgafv: string, V1 error format.
403 Allowed values
404 1 - v1 error format
405 2 - v2 error format
406
407Returns:
408 An object of the form:
409
410 {
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800411 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
412 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800413 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
414 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800415 },
416 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
417 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
418 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
419 &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.
420 &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.
421 &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.
422 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
423 &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.
424 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
425 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800426 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800427 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
428 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800429 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800430 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800431 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800432 &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.
433 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800434 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800435 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
436 &quot;A String&quot;,
437 ],
438 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
439 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
440 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
441 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
442 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
443 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
444 },
445 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800446 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800447 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
448 },
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700449 &quot;currentChannels&quot;: [ # Output only. Current channels with scores.
450 { # The channel with score.
451 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range of the channel.
452 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
453 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
454 },
455 &quot;score&quot;: 3.14, # The channel score, normalized to be in [0,100].
456 },
457 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800458 &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.
yoshi-code-bot04bafe12021-06-29 00:20:25 -0700459 &quot;antennaModel&quot;: &quot;A String&quot;, # If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId:PatternId
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800460 },
461 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
462 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800463 &quot;grantRangeAllowlists&quot;: [ # Only ranges within the allowlists are available for new grants.
464 { # Frequency range from `low_frequency` to `high_frequency`.
465 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
466 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
467 },
468 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800469 &quot;grants&quot;: [ # Output only. Grants held by the device.
470 { # 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.
471 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
472 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
473 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
474 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
475 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800476 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800477 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800478 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of `maxEirp` represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800479 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
480 { # An entry in a DPA&#x27;s move list.
481 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
482 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800483 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
484 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
485 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800486 },
487 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800488 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
489 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
490 &quot;A String&quot;,
491 ],
492 },
493 ],
494 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
495 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
496 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800497 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
498 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800499 },
500 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
501 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
502 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
503 &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.
504 &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.
505 &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.
506 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
507 &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.
508 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
509 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800510 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800511 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
512 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800513 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800514 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800515 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800516 &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.
517 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800518 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800519 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
520 &quot;A String&quot;,
521 ],
522 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
523 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
524 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
525 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
526 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
527 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
528 },
529 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800530 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800531 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
532 },
533 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
534 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
535}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700536</div>
537
538<div class="method">
539 <code class="details" id="delete">delete(name, x__xgafv=None)</code>
540 <pre>Deletes a device.
541
542Args:
543 name: string, Required. The name of the device. (required)
544 x__xgafv: string, V1 error format.
545 Allowed values
546 1 - v1 error format
547 2 - v2 error format
548
549Returns:
550 An object of the form:
551
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700552 { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800553}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700554</div>
555
556<div class="method">
557 <code class="details" id="get">get(name, x__xgafv=None)</code>
558 <pre>Gets details about a device.
559
560Args:
561 name: string, Required. The name of the device. (required)
562 x__xgafv: string, V1 error format.
563 Allowed values
564 1 - v1 error format
565 2 - v2 error format
566
567Returns:
568 An object of the form:
569
570 {
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800571 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
572 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800573 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
574 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800575 },
576 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
577 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
578 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
579 &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.
580 &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.
581 &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.
582 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
583 &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.
584 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
585 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800586 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800587 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
588 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800589 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800590 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800591 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800592 &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.
593 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800594 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800595 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
596 &quot;A String&quot;,
597 ],
598 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
599 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
600 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
601 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
602 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
603 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
604 },
605 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800606 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800607 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
608 },
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700609 &quot;currentChannels&quot;: [ # Output only. Current channels with scores.
610 { # The channel with score.
611 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range of the channel.
612 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
613 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
614 },
615 &quot;score&quot;: 3.14, # The channel score, normalized to be in [0,100].
616 },
617 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800618 &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.
yoshi-code-bot04bafe12021-06-29 00:20:25 -0700619 &quot;antennaModel&quot;: &quot;A String&quot;, # If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId:PatternId
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800620 },
621 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
622 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800623 &quot;grantRangeAllowlists&quot;: [ # Only ranges within the allowlists are available for new grants.
624 { # Frequency range from `low_frequency` to `high_frequency`.
625 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
626 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
627 },
628 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800629 &quot;grants&quot;: [ # Output only. Grants held by the device.
630 { # 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.
631 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
632 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
633 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
634 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
635 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800636 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800637 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800638 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of `maxEirp` represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800639 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
640 { # An entry in a DPA&#x27;s move list.
641 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
642 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800643 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
644 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
645 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800646 },
647 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800648 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
649 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
650 &quot;A String&quot;,
651 ],
652 },
653 ],
654 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
655 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
656 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800657 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
658 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800659 },
660 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
661 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
662 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
663 &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.
664 &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.
665 &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.
666 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
667 &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.
668 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
669 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800670 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800671 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
672 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800673 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800674 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800675 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800676 &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.
677 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800678 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800679 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
680 &quot;A String&quot;,
681 ],
682 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
683 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
684 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
685 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
686 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
687 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
688 },
689 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800690 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800691 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
692 },
693 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
694 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
695}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700696</div>
697
698<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800699 <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 -0700700 <pre>Lists devices under a node or customer.
701
702Args:
703 parent: string, Required. The name of the parent resource. (required)
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800704 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.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800705 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 Botb6971b02020-11-26 17:16:03 -0800706 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 -0700707 x__xgafv: string, V1 error format.
708 Allowed values
709 1 - v1 error format
710 2 - v2 error format
711
712Returns:
713 An object of the form:
714
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800715 { # Response for ListDevices.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800716 &quot;devices&quot;: [ # The devices that match the request.
717 {
718 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
719 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800720 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
721 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800722 },
723 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
724 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
725 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
726 &quot;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.
727 &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.
728 &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.
729 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
730 &quot;antennaModel&quot;: &quot;A String&quot;, # If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
731 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
732 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800733 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800734 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
735 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800736 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800737 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800738 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800739 &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.
740 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800741 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800742 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
743 &quot;A String&quot;,
744 ],
745 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
746 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
747 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
748 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
749 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
750 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
751 },
752 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800753 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800754 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
755 },
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700756 &quot;currentChannels&quot;: [ # Output only. Current channels with scores.
757 { # The channel with score.
758 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range of the channel.
759 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
760 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
761 },
762 &quot;score&quot;: 3.14, # The channel score, normalized to be in [0,100].
763 },
764 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800765 &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.
yoshi-code-bot04bafe12021-06-29 00:20:25 -0700766 &quot;antennaModel&quot;: &quot;A String&quot;, # If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId:PatternId
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800767 },
768 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
769 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800770 &quot;grantRangeAllowlists&quot;: [ # Only ranges within the allowlists are available for new grants.
771 { # Frequency range from `low_frequency` to `high_frequency`.
772 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
773 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
774 },
775 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800776 &quot;grants&quot;: [ # Output only. Grants held by the device.
777 { # 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.
778 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
779 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
780 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
781 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
782 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800783 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800784 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800785 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of `maxEirp` represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800786 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
787 { # An entry in a DPA&#x27;s move list.
788 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
789 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800790 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
791 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
792 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800793 },
794 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800795 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
796 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
797 &quot;A String&quot;,
798 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800799 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800800 ],
801 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
802 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
803 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800804 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
805 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800806 },
807 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
808 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
809 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
810 &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.
811 &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.
812 &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.
813 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
814 &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.
815 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
816 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800817 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800818 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
819 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800820 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800821 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800822 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800823 &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.
824 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800825 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800826 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
827 &quot;A String&quot;,
828 ],
829 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
830 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
831 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
832 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
833 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
834 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
835 },
836 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800837 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800838 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
839 },
840 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
841 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
842 },
843 ],
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800844 &quot;nextPageToken&quot;: &quot;A String&quot;, # A pagination token returned from a previous call to ListDevices that indicates from where listing should continue. If the field is missing or empty, it means there is no more devices.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800845}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700846</div>
847
848<div class="method">
849 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
850 <pre>Retrieves the next page of results.
851
852Args:
853 previous_request: The request for the previous page. (required)
854 previous_response: The response from the request for the previous page. (required)
855
856Returns:
857 A request object that you can call &#x27;execute()&#x27; on to request the next
858 page. Returns None if there are no more items in the collection.
859 </pre>
860</div>
861
862<div class="method">
863 <code class="details" id="move">move(name, body=None, x__xgafv=None)</code>
864 <pre>Moves a device under another node or customer.
865
866Args:
867 name: string, Required. The name of the device to move. (required)
868 body: object, The request body.
869 The object takes the form of:
870
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800871{ # Request for MoveDevice.
872 &quot;destination&quot;: &quot;A String&quot;, # Required. The name of the new parent resource node or customer to reparent the device under.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800873}
Bu Sun Kim65020912020-05-20 12:08:20 -0700874
875 x__xgafv: string, V1 error format.
876 Allowed values
877 1 - v1 error format
878 2 - v2 error format
879
880Returns:
881 An object of the form:
882
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700883 { # This resource represents a long-running operation that is the result of a network API call.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800884 &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.
885 &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.
886 &quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
887 &quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
888 {
889 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
890 },
891 ],
892 &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.
893 },
894 &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.
895 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
896 },
897 &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}`.
898 &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`.
899 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
900 },
901}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700902</div>
903
904<div class="method">
905 <code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
906 <pre>Updates a device.
907
908Args:
909 name: string, Output only. The resource path name. (required)
910 body: object, The request body.
911 The object takes the form of:
912
913{
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800914 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
915 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800916 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
917 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800918 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800919 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
920 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
921 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
922 &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.
923 &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.
924 &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.
925 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
926 &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.
927 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
928 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800929 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800930 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
931 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800932 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800933 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800934 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800935 &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.
936 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800937 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800938 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
939 &quot;A String&quot;,
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800940 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800941 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
942 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
943 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
944 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
945 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
946 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
947 },
948 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800949 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800950 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
951 },
yoshi-code-bota8b35b92021-03-31 13:33:30 -0700952 &quot;currentChannels&quot;: [ # Output only. Current channels with scores.
953 { # The channel with score.
954 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range of the channel.
955 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
956 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
957 },
958 &quot;score&quot;: 3.14, # The channel score, normalized to be in [0,100].
959 },
960 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800961 &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.
yoshi-code-bot04bafe12021-06-29 00:20:25 -0700962 &quot;antennaModel&quot;: &quot;A String&quot;, # If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId:PatternId
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800963 },
964 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
965 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800966 &quot;grantRangeAllowlists&quot;: [ # Only ranges within the allowlists are available for new grants.
967 { # Frequency range from `low_frequency` to `high_frequency`.
968 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
969 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
970 },
971 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800972 &quot;grants&quot;: [ # Output only. Grants held by the device.
973 { # 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.
974 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
975 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
976 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
977 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
978 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800979 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800980 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800981 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of `maxEirp` represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800982 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
983 { # An entry in a DPA&#x27;s move list.
984 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
985 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
986 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
987 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
988 },
989 },
990 ],
991 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
992 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800993 &quot;A String&quot;,
994 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800995 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800996 ],
997 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
998 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
999 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001000 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
1001 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001002 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001003 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1004 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1005 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1006 &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.
1007 &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.
1008 &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.
1009 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1010 &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.
1011 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1012 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001013 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001014 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1015 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001016 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001017 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001018 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001019 &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.
1020 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001021 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001022 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1023 &quot;A String&quot;,
1024 ],
1025 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1026 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1027 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1028 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1029 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1030 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1031 },
1032 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001033 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001034 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1035 },
1036 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
1037 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
1038}
Bu Sun Kim65020912020-05-20 12:08:20 -07001039
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001040 updateMask: string, Fields to be updated.
1041 x__xgafv: string, V1 error format.
1042 Allowed values
1043 1 - v1 error format
1044 2 - v2 error format
Bu Sun Kim65020912020-05-20 12:08:20 -07001045
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001046Returns:
1047 An object of the form:
Bu Sun Kim65020912020-05-20 12:08:20 -07001048
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001049 {
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001050 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
1051 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001052 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
1053 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001054 },
1055 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1056 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1057 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1058 &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.
1059 &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.
1060 &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.
1061 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1062 &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.
1063 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001065 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001066 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1067 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001068 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001069 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001070 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001071 &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.
1072 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001073 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001074 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1075 &quot;A String&quot;,
1076 ],
1077 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1078 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1079 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1080 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1081 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1082 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1083 },
1084 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001085 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001086 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1087 },
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001088 &quot;currentChannels&quot;: [ # Output only. Current channels with scores.
1089 { # The channel with score.
1090 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range of the channel.
1091 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1092 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1093 },
1094 &quot;score&quot;: 3.14, # The channel score, normalized to be in [0,100].
1095 },
1096 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001097 &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.
yoshi-code-bot04bafe12021-06-29 00:20:25 -07001098 &quot;antennaModel&quot;: &quot;A String&quot;, # If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId:PatternId
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001099 },
1100 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
1101 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001102 &quot;grantRangeAllowlists&quot;: [ # Only ranges within the allowlists are available for new grants.
1103 { # Frequency range from `low_frequency` to `high_frequency`.
1104 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1105 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1106 },
1107 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001108 &quot;grants&quot;: [ # Output only. Grants held by the device.
1109 { # 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.
1110 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
1111 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
1112 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
1113 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1114 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001115 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001116 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001117 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of `maxEirp` represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001118 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
1119 { # An entry in a DPA&#x27;s move list.
1120 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
1121 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001122 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1123 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1124 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001125 },
1126 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001127 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
1128 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
1129 &quot;A String&quot;,
1130 ],
1131 },
1132 ],
1133 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
1134 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
1135 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001136 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
1137 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001138 },
1139 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1140 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1141 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1142 &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.
1143 &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.
1144 &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.
1145 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1146 &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.
1147 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1148 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001149 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001150 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1151 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001152 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001153 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001154 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001155 &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.
1156 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001157 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001158 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1159 &quot;A String&quot;,
1160 ],
1161 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1162 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1163 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1164 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1165 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1166 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1167 },
1168 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001169 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001170 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1171 },
1172 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
1173 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
1174}</pre>
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001175</div>
1176
1177<div class="method">
1178 <code class="details" id="signDevice">signDevice(name, body=None, x__xgafv=None)</code>
1179 <pre>Signs a device.
1180
1181Args:
1182 name: string, Output only. The resource path name. (required)
1183 body: object, The request body.
1184 The object takes the form of:
1185
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001186{ # Request for SignDevice.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001187 &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.
1188 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
1189 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001190 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
1191 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001192 },
1193 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1194 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1195 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1196 &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.
1197 &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.
1198 &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.
1199 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1200 &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.
1201 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1202 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001203 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001204 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1205 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001206 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001207 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001208 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001209 &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.
1210 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001211 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001212 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1213 &quot;A String&quot;,
1214 ],
1215 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1216 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1217 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1218 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1219 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1220 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1221 },
1222 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001223 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001224 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1225 },
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001226 &quot;currentChannels&quot;: [ # Output only. Current channels with scores.
1227 { # The channel with score.
1228 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range of the channel.
1229 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1230 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1231 },
1232 &quot;score&quot;: 3.14, # The channel score, normalized to be in [0,100].
1233 },
1234 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001235 &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.
yoshi-code-bot04bafe12021-06-29 00:20:25 -07001236 &quot;antennaModel&quot;: &quot;A String&quot;, # If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId:PatternId
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001237 },
1238 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
1239 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001240 &quot;grantRangeAllowlists&quot;: [ # Only ranges within the allowlists are available for new grants.
1241 { # Frequency range from `low_frequency` to `high_frequency`.
1242 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1243 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1244 },
1245 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001246 &quot;grants&quot;: [ # Output only. Grants held by the device.
1247 { # 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.
1248 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
1249 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
1250 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
1251 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1252 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001253 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001254 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001255 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of `maxEirp` represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001256 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
1257 { # An entry in a DPA&#x27;s move list.
1258 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
1259 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001260 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1261 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1262 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001263 },
1264 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001265 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
1266 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
1267 &quot;A String&quot;,
1268 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001269 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001270 ],
1271 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
1272 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
1273 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001274 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
1275 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001276 },
1277 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1278 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1279 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1280 &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.
1281 &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.
1282 &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.
1283 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1284 &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.
1285 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1286 &quot;eirpCapability&quot;: 42, # This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001287 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001288 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1289 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001290 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001291 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001292 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001293 &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.
1294 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001295 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001296 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1297 &quot;A String&quot;,
1298 ],
1299 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1300 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1301 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1302 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1303 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1304 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1305 },
1306 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001307 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001308 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1309 },
1310 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
1311 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
1312 },
1313}
Bu Sun Kim65020912020-05-20 12:08:20 -07001314
1315 x__xgafv: string, V1 error format.
1316 Allowed values
1317 1 - v1 error format
1318 2 - v2 error format
1319
1320Returns:
1321 An object of the form:
1322
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001323 { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001324}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -07001325</div>
1326
1327<div class="method">
1328 <code class="details" id="updateSigned">updateSigned(name, body=None, x__xgafv=None)</code>
1329 <pre>Updates a signed device.
1330
1331Args:
1332 name: string, Required. The name of the device to update. (required)
1333 body: object, The request body.
1334 The object takes the form of:
1335
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001336{ # Request for UpdateSignedDevice.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001337 &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.
1338 &quot;installerId&quot;: &quot;A String&quot;, # Required. Unique installer ID (CPI ID) from the Certified Professional Installers database.
1339}
Bu Sun Kim65020912020-05-20 12:08:20 -07001340
1341 x__xgafv: string, V1 error format.
1342 Allowed values
1343 1 - v1 error format
1344 2 - v2 error format
1345
1346Returns:
1347 An object of the form:
1348
1349 {
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001350 &quot;activeConfig&quot;: { # Information about the device configuration. # Output only. Current configuration of the device as registered to the SAS.
1351 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001352 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
1353 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001354 },
1355 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1356 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1357 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1358 &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.
1359 &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.
1360 &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.
1361 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1362 &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.
1363 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1364 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001365 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001366 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1367 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001368 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001369 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001370 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001371 &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.
1372 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001373 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001374 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1375 &quot;A String&quot;,
1376 ],
1377 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1378 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1379 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1380 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1381 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1382 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1383 },
1384 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001385 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001386 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1387 },
yoshi-code-bota8b35b92021-03-31 13:33:30 -07001388 &quot;currentChannels&quot;: [ # Output only. Current channels with scores.
1389 { # The channel with score.
1390 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range of the channel.
1391 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1392 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1393 },
1394 &quot;score&quot;: 3.14, # The channel score, normalized to be in [0,100].
1395 },
1396 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001397 &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.
yoshi-code-bot04bafe12021-06-29 00:20:25 -07001398 &quot;antennaModel&quot;: &quot;A String&quot;, # If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId:PatternId
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001399 },
1400 &quot;displayName&quot;: &quot;A String&quot;, # Device display name.
1401 &quot;fccId&quot;: &quot;A String&quot;, # The FCC identifier of the device.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001402 &quot;grantRangeAllowlists&quot;: [ # Only ranges within the allowlists are available for new grants.
1403 { # Frequency range from `low_frequency` to `high_frequency`.
1404 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1405 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1406 },
1407 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001408 &quot;grants&quot;: [ # Output only. Grants held by the device.
1409 { # 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.
1410 &quot;channelType&quot;: &quot;A String&quot;, # Type of channel used.
1411 &quot;expireTime&quot;: &quot;A String&quot;, # The expiration time of the grant.
1412 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The transmission frequency range.
1413 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1414 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001415 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001416 &quot;grantId&quot;: &quot;A String&quot;, # Grant Id.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001417 &quot;maxEirp&quot;: 3.14, # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of `maxEirp` represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001418 &quot;moveList&quot;: [ # The DPA move lists on which this grant appears.
1419 { # An entry in a DPA&#x27;s move list.
1420 &quot;dpaId&quot;: &quot;A String&quot;, # The ID of the DPA.
1421 &quot;frequencyRange&quot;: { # Frequency range from `low_frequency` to `high_frequency`. # The frequency range that the move list affects.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001422 &quot;highFrequencyMhz&quot;: 3.14, # The highest frequency of the frequency range in MHz.
1423 &quot;lowFrequencyMhz&quot;: 3.14, # The lowest frequency of the frequency range in MHz.
1424 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001425 },
1426 ],
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001427 &quot;state&quot;: &quot;A String&quot;, # State of the grant.
1428 &quot;suspensionReason&quot;: [ # If the grant is suspended, the reason(s) for suspension.
1429 &quot;A String&quot;,
1430 ],
1431 },
1432 ],
1433 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource path name.
1434 &quot;preloadedConfig&quot;: { # Information about the device configuration. # Configuration of the device, as specified via SAS Portal API.
1435 &quot;airInterface&quot;: { # Information about the device&#x27;s air interface. # Information about this device&#x27;s air interface.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001436 &quot;radioTechnology&quot;: &quot;A String&quot;, # Conditional. This field specifies the radio access technology that is used for the CBSD.
1437 &quot;supportedSpec&quot;: &quot;A String&quot;, # Optional. This field is related to the `radioTechnology` and provides the air interface specification that the CBSD is compliant with at the time of registration.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001438 },
1439 &quot;callSign&quot;: &quot;A String&quot;, # The call sign of the device operator.
1440 &quot;category&quot;: &quot;A String&quot;, # FCC category of the device.
1441 &quot;installationParams&quot;: { # Information about the device installation parameters. # Installation parameters for the device.
1442 &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.
1443 &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.
1444 &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.
1445 &quot;antennaGain&quot;: 42, # Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
1446 &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.
1447 &quot;cpeCbsdIndication&quot;: True or False, # If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
1448 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001449 &quot;height&quot;: 3.14, # Device antenna height in meters. When the `heightType` parameter value is &quot;AGL&quot;, the antenna height should be given relative to ground level. When the `heightType` parameter value is &quot;AMSL&quot;, it is given with respect to WGS84 datum.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001450 &quot;heightType&quot;: &quot;A String&quot;, # Specifies how the height is measured.
1451 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001452 &quot;indoorDeployment&quot;: True or False, # Whether the device antenna is indoor or not. `true`: indoor. `false`: outdoor.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001453 &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.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001454 &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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001455 &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.
1456 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001457 &quot;isSigned&quot;: True or False, # Output only. Whether the configuration has been signed by a CPI.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001458 &quot;measurementCapabilities&quot;: [ # Measurement reporting capabilities of the device.
1459 &quot;A String&quot;,
1460 ],
1461 &quot;model&quot;: { # Information about the model of the device. # Information about this device model.
1462 &quot;firmwareVersion&quot;: &quot;A String&quot;, # The firmware version of the device.
1463 &quot;hardwareVersion&quot;: &quot;A String&quot;, # The hardware version of the device.
1464 &quot;name&quot;: &quot;A String&quot;, # The name of the device model.
1465 &quot;softwareVersion&quot;: &quot;A String&quot;, # The software version of the device.
1466 &quot;vendor&quot;: &quot;A String&quot;, # The name of the device vendor.
1467 },
1468 &quot;state&quot;: &quot;A String&quot;, # State of the configuration.
yoshi-code-botb6dc1b92021-03-02 11:49:08 -08001469 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the device configuration was edited.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -08001470 &quot;userId&quot;: &quot;A String&quot;, # The identifier of a device user.
1471 },
1472 &quot;serialNumber&quot;: &quot;A String&quot;, # A serial number assigned to the device by the device manufacturer.
1473 &quot;state&quot;: &quot;A String&quot;, # Output only. Device state.
1474}</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -07001475</div>
1476
1477</body></html>