REST Resource: deployments
リソース: Deployment
JSON 表現 |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
],
"frns": [
string
]
} |
フィールド |
name |
string
出力のみ。リソース名。
|
displayName |
string
デプロイメントの表示名。
|
sasUserIds[] |
string
このデプロイに属するデバイスで使用されるユーザー ID。各デプロイメントは 1 つの一意のユーザー ID に関連付ける必要があります。
|
frns[] |
string
出力のみ。直接親からコピーした FCC 登録番号(FRN)。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-11-02 UTC。
[null,null,["最終更新日 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"]]