Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Creates a new node within the Spectrum Access System.
Uses an HTTP POST request to https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/nodes with the parent resource specified as a path parameter.
Requires a request body containing a Node object and returns a Node object in the response if successful.
Authorization is required using the https://www.googleapis.com/auth/sasportal OAuth 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"]]