Method: customers.nodes.createStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
Creates a new node within the Spectrum Access System.
Uses an HTTP POST request tohttps://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/nodeswith the parent resource specified as a path parameter.
Requires a request body containing aNodeobject and returns aNodeobject in the response if successful.
Authorization is required using thehttps://www.googleapis.com/auth/sasportalOAuth scope.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-12-05 UTC."],[],["A new node is created via a `POST` request to the specified URL, which includes the parent resource name as a required path parameter. The request body must contain the node's details. A successful request returns the newly created node instance in the response body. This operation requires the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization. The URL follows gRPC Transcoding syntax.\n"]]