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/*}/nodeswith the parent resource specified as a path parameter. -
Requires a request body containing a
Nodeobject and returns aNodeobject in the response if successful. -
Authorization is required using the
https://www.googleapis.com/auth/sasportalOAuth scope.
Creates a new node.
HTTP request
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/nodes
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent resource name where the node is to be created. |
Request body
The request body contains an instance of Node.
Response body
If successful, the response body contains a newly created instance of Node.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/sasportal