REST Resource: deployments
संसाधन: डिप्लॉयमेंट
जेएसओएन के काेड में दिखाना |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
],
"frns": [
string
]
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट. संसाधन का नाम.
|
displayName |
string
डिप्लॉयमेंट के नाम का डिसप्ले.
|
sasUserIds[] |
string
इस डिप्लॉयमेंट से जुड़े डिवाइसों के लिए इस्तेमाल किया गया User-ID. हर डिप्लॉयमेंट को एक यूनीक उपयोगकर्ता आईडी के साथ जोड़ा जाना चाहिए.
|
frns[] |
string
सिर्फ़ आउटपुट. एफ़सीसी रजिस्ट्रेशन नंबर (एफ़आरएन) सीधे तौर पर उसके पैरंट खाते से कॉपी किए जाते हैं.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]