REST Resource: customers.deployments

  • This document provides information on the Deployment resource within the Spectrum Access System.

  • A Deployment is represented by properties like name, display name, SAS user IDs, and FRNs (FCC Registration Numbers).

  • Key methods to manage Deployments include creation, deletion, retrieval, listing, moving, and patching.

  • Each deployment should be uniquely identified by a user ID associated with its devices.

  • FRNs linked to a deployment are inherited from its parent node or customer in the hierarchy.

Resource: Deployment

The Deployment.

JSON representation
{
  "name": string,
  "displayName": string,
  "sasUserIds": [
    string
  ],
  "frns": [
    string
  ]
}
Fields
name

string

Output only. Resource name.

displayName

string

The deployment's display name.

sasUserIds[]

string

User ID used by the devices belonging to this deployment. Each deployment should be associated with one unique user ID.

frns[]

string

Output only. The FCC Registration Numbers (FRNs) copied from its direct parent.

Methods

create

Creates a new deployment.

delete

Deletes a deployment.

get

Returns a requested deployment.

list

Lists deployments.

move

Moves a deployment under another node or customer.

patch

Updates an existing deployment.