Liking cljdoc? Tell your friends :D

happygapi.prod_tt_sasportal.nodes

SAS Portal API (Testing): nodes.

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

devices-bulk$clj

(devices-bulk$ auth args 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 args body)

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

Required parameters: parent

Optional parameters: none

Body:

{: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}, :grants [{:moveList [SasPortalDpaMoveList], :frequencyRange SasPortalFrequencyRange, :channelType string, :maxEirp number, :expireTime string, :state string}], :fccId string, :serialNumber string, :displayName string}

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: 

{: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},
 :grants [{:moveList [SasPortalDpaMoveList],
           :frequencyRange SasPortalFrequencyRange,
           :channelType string,
           :maxEirp number,
           :expireTime string,
           :state string}],
 :fccId string,
 :serialNumber string,
 :displayName string}

Creates a device under a node or customer.
sourceraw docstring

devices-createSigned$clj

(devices-createSigned$ auth args 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 args)

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 args)

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 args)

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 args 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 args body)

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

Required parameters: name

Optional parameters: updateMask

Body:

{: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}, :grants [{:moveList [SasPortalDpaMoveList], :frequencyRange SasPortalFrequencyRange, :channelType string, :maxEirp number, :expireTime string, :state string}], :fccId string, :serialNumber string, :displayName string}

Updates a device.

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

Required parameters: name

Optional parameters: updateMask

Body: 

{: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},
 :grants [{:moveList [SasPortalDpaMoveList],
           :frequencyRange SasPortalFrequencyRange,
           :channelType string,
           :maxEirp number,
           :expireTime string,
           :state string}],
 :fccId string,
 :serialNumber string,
 :displayName string}

Updates a device.
sourceraw docstring

devices-signDevice$clj

(devices-signDevice$ auth args body)

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

Required parameters: name

Optional parameters: none

Body:

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

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 {:preloadedConfig SasPortalDeviceConfig,
          :state string,
          :name string,
          :activeConfig SasPortalDeviceConfig,
          :grants [SasPortalDeviceGrant],
          :fccId string,
          :serialNumber string,
          :displayName string}}

Signs a device.
sourceraw docstring

devices-updateSigned$clj

(devices-updateSigned$ auth args 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 args body)

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

Required parameters: parent

Optional parameters: none

Body:

{:name string, :displayName string, :sasUserIds [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: 

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

Creates a new node.
sourceraw docstring

nodes-delete$clj

(nodes-delete$ auth args)

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-get$clj

(nodes-get$ auth args)

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 args)

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 args 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-patch$clj

(nodes-patch$ auth args body)

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

Required parameters: name

Optional parameters: updateMask

Body:

{:name string, :displayName string, :sasUserIds [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: 

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

Updates an existing node.
sourceraw docstring

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

× close