Method: customers.nodes.nodes.create
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
एचटीटीपी अनुरोध
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/nodes/*}/nodes
यह यूआरएल, gRPC ट्रांसकोडिंग सिंटैक्स का इस्तेमाल करता है.
पाथ पैरामीटर
पैरामीटर |
parent |
string
ज़रूरी है. पैरंट संसाधन का वह नाम जहां नोड बनाया जाना है.
|
अनुरोध का मुख्य भाग
अनुरोध के मुख्य भाग में Node
का उदाहरण है.
जवाब का मुख्य भाग
अगर एपीआई सही से जुड़ जाता है, तो जवाब के मुख्य हिस्से में Node
का नया इंस्टेंस शामिल किया जाता है.
अनुमति पाने के लिंक
नीचे दिए गए OAuth के लिंक की ज़रूरत हाेती है:
https://www.googleapis.com/auth/sasportal
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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\u003eCreates a new node within a specified parent resource.\u003c/p\u003e\n"],["\u003cp\u003eUses an HTTP POST request with the provided URL structure and gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eRequires the \u003ccode\u003eparent\u003c/code\u003e path parameter, indicating the location for node creation.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain a \u003ccode\u003eNode\u003c/code\u003e object, with a successful response returning the newly created \u003ccode\u003eNode\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/sasportal\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This describes the process of creating a new node within a system. A `POST` request is sent to a specific URL, defined by gRPC Transcoding syntax, that includes a required `parent` path parameter specifying the node's location. The request body must contain the details of the new `Node`, and the successful response returns the created `Node` instance. This action requires the `https://www.googleapis.com/auth/sasportal` authorization scope.\n"],null,["# Method: customers.nodes.nodes.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n\nCreates a new [node](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node).\n\n### HTTP request\n\n`POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/nodes/*}/nodes`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent resource name where the node is to be created. |\n\n### Request body\n\nThe request body contains an instance of [Node](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Node](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node).\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/sasportal`"]]