Liking cljdoc? Tell your friends :D

happygapi.sasportal.nodes

SAS Portal API: nodes.

See: https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes
raw docstring

devices-bulk$clj

(devices-bulk$ auth parameters body)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/bulk

Required parameters: parent

Optional parameters: none

Body:

{:csv string}

Creates a device under a node or customer. Returned devices are unordered.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/bulk

Required parameters: parent

Optional parameters: none

Body: 

{:csv string}

Creates a device under a node or customer. Returned devices are unordered.
sourceraw docstring

devices-create$clj

(devices-create$ auth parameters body)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/create

Required parameters: parent

Optional parameters: none

Body:

{:grants [{:state string, :moveList [SasPortalDpaMoveList], :frequencyRange SasPortalFrequencyRange, :channelType string, :maxEirp number, :expireTime string}], :fccId string, :serialNumber string, :displayName string, :preloadedConfig {:category string, :installationParams SasPortalInstallationParams, :state string, :measurementCapabilities [string], :updateTime string, :callSign string, :userId string, :isSigned boolean, :airInterface SasPortalDeviceAirInterface, :model SasPortalDeviceModel}, :state string, :name string, :activeConfig {:category string, :installationParams SasPortalInstallationParams, :state string, :measurementCapabilities [string], :updateTime string, :callSign string, :userId string, :isSigned boolean, :airInterface SasPortalDeviceAirInterface, :model SasPortalDeviceModel}}

Creates a device under a node or customer.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/create

Required parameters: parent

Optional parameters: none

Body: 

{:grants [{:state string,
           :moveList [SasPortalDpaMoveList],
           :frequencyRange SasPortalFrequencyRange,
           :channelType string,
           :maxEirp number,
           :expireTime string}],
 :fccId string,
 :serialNumber string,
 :displayName string,
 :preloadedConfig {:category string,
                   :installationParams SasPortalInstallationParams,
                   :state string,
                   :measurementCapabilities [string],
                   :updateTime string,
                   :callSign string,
                   :userId string,
                   :isSigned boolean,
                   :airInterface SasPortalDeviceAirInterface,
                   :model SasPortalDeviceModel},
 :state string,
 :name string,
 :activeConfig {:category string,
                :installationParams SasPortalInstallationParams,
                :state string,
                :measurementCapabilities [string],
                :updateTime string,
                :callSign string,
                :userId string,
                :isSigned boolean,
                :airInterface SasPortalDeviceAirInterface,
                :model SasPortalDeviceModel}}

Creates a device under a node or customer.
sourceraw docstring

devices-createSigned$clj

(devices-createSigned$ auth parameters body)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/createSigned

Required parameters: parent

Optional parameters: none

Body:

{:installerId string, :encodedDevice string}

Creates a signed device under a node or customer.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/createSigned

Required parameters: parent

Optional parameters: none

Body: 

{:installerId string, :encodedDevice string}

Creates a signed device under a
node or customer.
sourceraw docstring

devices-delete$clj

(devices-delete$ auth parameters)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/delete

Required parameters: name

Optional parameters: none

Deletes a device.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/delete

Required parameters: name

Optional parameters: none

Deletes a device.
sourceraw docstring

devices-get$clj

(devices-get$ auth parameters)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/get

Required parameters: name

Optional parameters: none

Gets details about a device.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/get

Required parameters: name

Optional parameters: none

Gets details about a device.
sourceraw docstring

devices-list$clj

(devices-list$ auth parameters)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/list

Required parameters: parent

Optional parameters: filter, pageToken, pageSize

Lists devices under a node or customer.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/list

Required parameters: parent

Optional parameters: filter, pageToken, pageSize

Lists devices under a node or customer.
sourceraw docstring

devices-move$clj

(devices-move$ auth parameters body)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/move

Required parameters: name

Optional parameters: none

Body:

{:destination string}

Moves a device under another node or customer.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/move

Required parameters: name

Optional parameters: none

Body: 

{:destination string}

Moves a device under another node or customer.
sourceraw docstring

devices-patch$clj

(devices-patch$ auth parameters body)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:grants [{:state string, :moveList [SasPortalDpaMoveList], :frequencyRange SasPortalFrequencyRange, :channelType string, :maxEirp number, :expireTime string}], :fccId string, :serialNumber string, :displayName string, :preloadedConfig {:category string, :installationParams SasPortalInstallationParams, :state string, :measurementCapabilities [string], :updateTime string, :callSign string, :userId string, :isSigned boolean, :airInterface SasPortalDeviceAirInterface, :model SasPortalDeviceModel}, :state string, :name string, :activeConfig {:category string, :installationParams SasPortalInstallationParams, :state string, :measurementCapabilities [string], :updateTime string, :callSign string, :userId string, :isSigned boolean, :airInterface SasPortalDeviceAirInterface, :model SasPortalDeviceModel}}

Updates a device.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:grants [{:state string,
           :moveList [SasPortalDpaMoveList],
           :frequencyRange SasPortalFrequencyRange,
           :channelType string,
           :maxEirp number,
           :expireTime string}],
 :fccId string,
 :serialNumber string,
 :displayName string,
 :preloadedConfig {:category string,
                   :installationParams SasPortalInstallationParams,
                   :state string,
                   :measurementCapabilities [string],
                   :updateTime string,
                   :callSign string,
                   :userId string,
                   :isSigned boolean,
                   :airInterface SasPortalDeviceAirInterface,
                   :model SasPortalDeviceModel},
 :state string,
 :name string,
 :activeConfig {:category string,
                :installationParams SasPortalInstallationParams,
                :state string,
                :measurementCapabilities [string],
                :updateTime string,
                :callSign string,
                :userId string,
                :isSigned boolean,
                :airInterface SasPortalDeviceAirInterface,
                :model SasPortalDeviceModel}}

Updates a device.
sourceraw docstring

devices-signDevice$clj

(devices-signDevice$ auth parameters body)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/signDevice

Required parameters: name

Optional parameters: none

Body:

{:device {:grants [SasPortalDeviceGrant], :fccId string, :serialNumber string, :displayName string, :preloadedConfig SasPortalDeviceConfig, :state string, :name string, :activeConfig SasPortalDeviceConfig}}

Signs a device.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/signDevice

Required parameters: name

Optional parameters: none

Body: 

{:device {:grants [SasPortalDeviceGrant],
          :fccId string,
          :serialNumber string,
          :displayName string,
          :preloadedConfig SasPortalDeviceConfig,
          :state string,
          :name string,
          :activeConfig SasPortalDeviceConfig}}

Signs a device.
sourceraw docstring

devices-updateSigned$clj

(devices-updateSigned$ auth parameters body)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/updateSigned

Required parameters: name

Optional parameters: none

Body:

{:installerId string, :encodedDevice string}

Updates a signed device.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/devices/updateSigned

Required parameters: name

Optional parameters: none

Body: 

{:installerId string, :encodedDevice string}

Updates a signed device.
sourceraw docstring

nodes-create$clj

(nodes-create$ auth parameters body)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/create

Required parameters: parent

Optional parameters: none

Body:

{:sasUserIds [string], :name string, :displayName string}

Creates a new node.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/create

Required parameters: parent

Optional parameters: none

Body: 

{:sasUserIds [string], :name string, :displayName string}

Creates a new node.
sourceraw docstring

nodes-delete$clj

(nodes-delete$ auth parameters)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/delete

Required parameters: name

Optional parameters: none

Deletes a node.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/delete

Required parameters: name

Optional parameters: none

Deletes a node.
sourceraw docstring

nodes-devices-bulk$clj

(nodes-devices-bulk$ auth parameters body)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/devices/bulk

Required parameters: parent

Optional parameters: none

Body:

{:csv string}

Creates a device under a node or customer. Returned devices are unordered.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/devices/bulk

Required parameters: parent

Optional parameters: none

Body: 

{:csv string}

Creates a device under a node or customer. Returned devices are unordered.
sourceraw docstring

nodes-devices-create$clj

(nodes-devices-create$ auth parameters body)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/devices/create

Required parameters: parent

Optional parameters: none

Body:

{:grants [{:state string, :moveList [SasPortalDpaMoveList], :frequencyRange SasPortalFrequencyRange, :channelType string, :maxEirp number, :expireTime string}], :fccId string, :serialNumber string, :displayName string, :preloadedConfig {:category string, :installationParams SasPortalInstallationParams, :state string, :measurementCapabilities [string], :updateTime string, :callSign string, :userId string, :isSigned boolean, :airInterface SasPortalDeviceAirInterface, :model SasPortalDeviceModel}, :state string, :name string, :activeConfig {:category string, :installationParams SasPortalInstallationParams, :state string, :measurementCapabilities [string], :updateTime string, :callSign string, :userId string, :isSigned boolean, :airInterface SasPortalDeviceAirInterface, :model SasPortalDeviceModel}}

Creates a device under a node or customer.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/devices/create

Required parameters: parent

Optional parameters: none

Body: 

{:grants [{:state string,
           :moveList [SasPortalDpaMoveList],
           :frequencyRange SasPortalFrequencyRange,
           :channelType string,
           :maxEirp number,
           :expireTime string}],
 :fccId string,
 :serialNumber string,
 :displayName string,
 :preloadedConfig {:category string,
                   :installationParams SasPortalInstallationParams,
                   :state string,
                   :measurementCapabilities [string],
                   :updateTime string,
                   :callSign string,
                   :userId string,
                   :isSigned boolean,
                   :airInterface SasPortalDeviceAirInterface,
                   :model SasPortalDeviceModel},
 :state string,
 :name string,
 :activeConfig {:category string,
                :installationParams SasPortalInstallationParams,
                :state string,
                :measurementCapabilities [string],
                :updateTime string,
                :callSign string,
                :userId string,
                :isSigned boolean,
                :airInterface SasPortalDeviceAirInterface,
                :model SasPortalDeviceModel}}

Creates a device under a node or customer.
sourceraw docstring

nodes-devices-createSigned$clj

(nodes-devices-createSigned$ auth parameters body)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/devices/createSigned

Required parameters: parent

Optional parameters: none

Body:

{:installerId string, :encodedDevice string}

Creates a signed device under a node or customer.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/devices/createSigned

Required parameters: parent

Optional parameters: none

Body: 

{:installerId string, :encodedDevice string}

Creates a signed device under a
node or customer.
sourceraw docstring

nodes-devices-list$clj

(nodes-devices-list$ auth parameters)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/devices/list

Required parameters: parent

Optional parameters: pageToken, pageSize, filter

Lists devices under a node or customer.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/devices/list

Required parameters: parent

Optional parameters: pageToken, pageSize, filter

Lists devices under a node or customer.
sourceraw docstring

nodes-get$clj

(nodes-get$ auth parameters)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/get

Required parameters: name

Optional parameters: none

Returns a requested node.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/get

Required parameters: name

Optional parameters: none

Returns a requested node.
sourceraw docstring

nodes-list$clj

(nodes-list$ auth parameters)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists nodes.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists nodes.
sourceraw docstring

nodes-move$clj

(nodes-move$ auth parameters body)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/move

Required parameters: name

Optional parameters: none

Body:

{:destination string}

Moves a node under another node or customer.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/move

Required parameters: name

Optional parameters: none

Body: 

{:destination string}

Moves a node under another node or customer.
sourceraw docstring

nodes-nodes-create$clj

(nodes-nodes-create$ auth parameters body)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/nodes/create

Required parameters: parent

Optional parameters: none

Body:

{:sasUserIds [string], :name string, :displayName string}

Creates a new node.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/nodes/create

Required parameters: parent

Optional parameters: none

Body: 

{:sasUserIds [string], :name string, :displayName string}

Creates a new node.
sourceraw docstring

nodes-nodes-list$clj

(nodes-nodes-list$ auth parameters)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/nodes/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists nodes.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/nodes/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists nodes.
sourceraw docstring

nodes-patch$clj

(nodes-patch$ auth parameters body)

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/patch

Required parameters: name

Optional parameters: updateMask

Body:

{:sasUserIds [string], :name string, :displayName string}

Updates an existing node.

https://developers.google.com/spectrum-access-system/api/reference/rest/v1alpha1/nodes/nodes/patch

Required parameters: name

Optional parameters: updateMask

Body: 

{:sasUserIds [string], :name string, :displayName string}

Updates an existing node.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close