REST Resource: nodes.deployments
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: डिप्लॉयमेंट
JSON के काेड में दिखाना |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
],
"frns": [
string
]
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट के लिए. संसाधन का नाम.
|
displayName |
string
डप्लॉयमेंट का डिसप्ले नेम.
|
sasUserIds[] |
string
इस डिप्लॉयमेंट से जुड़े डिवाइसों के लिए इस्तेमाल किया गया यूज़र आईडी. हर डिप्लॉयमेंट को एक यूनीक यूज़र आईडी से जोड़ा जाना चाहिए.
|
frns[] |
string
सिर्फ़ आउटपुट के लिए. एफ़सीसी रजिस्ट्रेशन नंबर (एफ़आरएन), सीधे तौर पर पैरंट कंपनी से कॉपी किए जाते हैं.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eA Deployment is a resource that represents a group of devices and is associated with a unique user ID.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like name, display name, SAS user IDs, and FCC Registration Numbers (FRNs).\u003c/p\u003e\n"],["\u003cp\u003eYou can manage Deployments using methods like delete, get, list, move, and patch to create, retrieve, update, or delete them.\u003c/p\u003e\n"],["\u003cp\u003eDeployments can be associated with nodes or customers for organizational purposes.\u003c/p\u003e\n"]]],["Deployments, represented in JSON, include fields like `name`, `displayName`, `sasUserIds`, and `frns`. Key actions involve managing deployments through methods: `delete`, `get`, `list`, `move`, and `patch`. Each deployment is associated with a unique user ID (`sasUserIds`). The `frns` are copied from the parent. The `move` action allows relocation under a different node or customer. The `patch` method facilitates updates. The `name` and `frns` are read-only fields.\n"],null,["# REST Resource: nodes.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| ### [delete](/spectrum-access-system/reference/rest/v1alpha1/nodes.deployments/delete) | Deletes a [deployment](/spectrum-access-system/reference/rest/v1alpha1/customers.deployments#Deployment). |\n| ### [get](/spectrum-access-system/reference/rest/v1alpha1/nodes.deployments/get) | Returns a requested [deployment](/spectrum-access-system/reference/rest/v1alpha1/customers.deployments#Deployment). |\n| ### [list](/spectrum-access-system/reference/rest/v1alpha1/nodes.deployments/list) | Lists [deployments](/spectrum-access-system/reference/rest/v1alpha1/customers.deployments#Deployment). |\n| ### [move](/spectrum-access-system/reference/rest/v1alpha1/nodes.deployments/move) | Moves a [deployment](/spectrum-access-system/reference/rest/v1alpha1/customers.deployments#Deployment) under another [node](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node) or [customer](/spectrum-access-system/reference/rest/v1alpha1/customers#Customer). |\n| ### [patch](/spectrum-access-system/reference/rest/v1alpha1/nodes.deployments/patch) | Updates an existing [deployment](/spectrum-access-system/reference/rest/v1alpha1/customers.deployments#Deployment). |"]]