REST Resource: deployments
Risorsa: deployment
Rappresentazione JSON |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
],
"frns": [
string
]
} |
Campi |
name |
string
Solo output. Nome della risorsa.
|
displayName |
string
Il nome visualizzato del deployment.
|
sasUserIds[] |
string
User-ID utilizzato dai dispositivi appartenenti a questo deployment. Ogni deployment deve essere associato a un ID utente univoco.
|
frns[] |
string
Solo output. Il numero di registrazione FCC (FRN) copiato dalla società madre diretta.
|
Metodi |
|
Restituisce un elemento deployment richiesto. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2022-11-02 UTC.
[null,null,["Ultimo aggiornamento 2022-11-02 UTC."],[[["The Deployment resource represents a deployment within the Spectrum Access System, identified by a unique name."],["Deployments store essential information like display name, associated user IDs for devices, and FCC Registration Numbers."],["You can retrieve details of a specific Deployment using the `get` method."],["Each Deployment should have a unique user ID linked to its devices."],["The FCC Registration Numbers for a Deployment are inherited from its parent."]]],["The Deployment resource contains information like `name`, `displayName`, `sasUserIds`, and `frns`. `name` and `frns` are output-only strings. `displayName` is a string representing the deployment's name. `sasUserIds` is an array of strings, each representing a unique user ID for devices. A `get` method is available to retrieve a specific deployment, as indicated by the provided URL endpoint.\n"]]