REST Resource: customers.nodes.devices
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: डिवाइस
JSON के काेड में दिखाना |
{
"name": string,
"fccId": string,
"serialNumber": string,
"preloadedConfig": {
object (DeviceConfig )
},
"activeConfig": {
object (DeviceConfig )
},
"state": enum (State ),
"grants": [
{
object (DeviceGrant )
}
],
"displayName": string,
"deviceMetadata": {
object (DeviceMetadata )
},
"currentChannels": [
{
object (ChannelWithScore )
}
],
"grantRangeAllowlists": [
{
object (FrequencyRange )
}
]
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट के लिए. संसाधन के पाथ का नाम.
|
fccId |
string
डिवाइस का एफ़सीसी आइडेंटिफ़ायर.
|
serialNumber |
string
यह डिवाइस बनाने वाली कंपनी की ओर से डिवाइस को असाइन किया गया सीरियल नंबर होता है.
|
preloadedConfig |
object (DeviceConfig )
डिवाइस का कॉन्फ़िगरेशन, जैसा कि SAS Portal API के ज़रिए बताया गया है.
|
activeConfig |
object (DeviceConfig )
सिर्फ़ आउटपुट के लिए. एसएएस के साथ रजिस्टर किए गए डिवाइस का मौजूदा कॉन्फ़िगरेशन.
|
state |
enum (State )
सिर्फ़ आउटपुट के लिए. डिवाइस की स्थिति.
|
grants[] |
object (DeviceGrant )
सिर्फ़ आउटपुट के लिए. डिवाइस के पास मौजूद अनुमतियां.
|
displayName |
string
डिवाइस का डिसप्ले नेम.
|
deviceMetadata |
object (DeviceMetadata )
डिवाइस के ऐसे पैरामीटर जिन्हें SAS पोर्टल और SAS रजिस्ट्रेशन के अनुरोध, दोनों से बदला जा सकता है.
|
currentChannels[] (deprecated) |
object (ChannelWithScore )
सिर्फ़ आउटपुट के लिए. स्कोर वाले मौजूदा चैनल.
|
grantRangeAllowlists[] |
object (FrequencyRange )
अनुमति वाली सूचियों में शामिल रेंज ही नए अनुदानों के लिए उपलब्ध होती हैं.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe Device resource represents a registered device within the Spectrum Access System (SAS), containing details such as FCC ID, serial number, configuration, and operational state.\u003c/p\u003e\n"],["\u003cp\u003eDevices can be created and managed under specific nodes or customers using designated methods like \u003ccode\u003ecreate\u003c/code\u003e, \u003ccode\u003ecreateSigned\u003c/code\u003e, and \u003ccode\u003elist\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation of a Device object includes key fields like name, FCC ID, serial number, configuration, state, grants, and metadata.\u003c/p\u003e\n"],["\u003cp\u003eMethods are available to create devices (\u003ccode\u003ecreate\u003c/code\u003e, \u003ccode\u003ecreateSigned\u003c/code\u003e) and list existing devices (\u003ccode\u003elist\u003c/code\u003e) within the system.\u003c/p\u003e\n"]]],["The provided content describes a \"Device\" resource, its JSON representation, and associated methods. Devices have properties like `name`, `fccId`, `serialNumber`, `preloadedConfig`, and `activeConfig`. It includes information regarding the device state, grants, display name, metadata, current channels (deprecated), and grant range allowlists. The methods available include `create`, `createSigned`, for creating a device and `list` for listing devices under a customer or node.\n"],null,[]]