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 aNode
object in the response if successful. -
Authorization is required using the
https://www.googleapis.com/auth/sasportal
OAuth 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