REST Resource: deployments
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: স্থাপনা
JSON প্রতিনিধিত্ব |
---|
{
"name": string,
"displayName": string,
"sasUserIds": [
string
],
"frns": [
string
]
} |
ক্ষেত্র |
---|
name | string শুধুমাত্র আউটপুট। সম্পদের নাম। |
displayName | string স্থাপনার প্রদর্শনের নাম। |
sasUserIds[] | string এই স্থাপনার অন্তর্গত ডিভাইস দ্বারা ব্যবহৃত ব্যবহারকারী আইডি। প্রতিটি স্থাপনার একটি অনন্য ব্যবহারকারী আইডির সাথে যুক্ত হওয়া উচিত। |
frns[] | string শুধুমাত্র আউটপুট। FCC রেজিস্ট্রেশন নম্বর (FRNs) এর সরাসরি অভিভাবক থেকে কপি করা হয়েছে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe Deployment resource represents a deployment within the Spectrum Access System, identified by a unique name.\u003c/p\u003e\n"],["\u003cp\u003eDeployments store essential information like display name, associated user IDs for devices, and FCC Registration Numbers.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve details of a specific Deployment using the \u003ccode\u003eget\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eEach Deployment should have a unique user ID linked to its devices.\u003c/p\u003e\n"],["\u003cp\u003eThe FCC Registration Numbers for a Deployment are inherited from its parent.\u003c/p\u003e\n"]]],["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"],null,["# REST Resource: deployments\n\n- [Resource: Deployment](#Deployment)\n - [JSON representation](#Deployment.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Deployment\n--------------------\n\nThe Deployment.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"displayName\": string, \"sasUserIds\": [ string ], \"frns\": [ string ] } ``` |\n\n| Fields ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name. |\n| `displayName` | `string` The deployment's display name. |\n| `sasUserIds[]` | `string` User ID used by the devices belonging to this deployment. Each deployment should be associated with one unique user ID. |\n| `frns[]` | `string` Output only. The FCC Registration Numbers (FRNs) copied from its direct parent. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|\n| ### [get](/spectrum-access-system/reference/rest/v1alpha1/deployments/get) | Returns a requested [deployment](/spectrum-access-system/reference/rest/v1alpha1/customers.deployments#Deployment). |"]]