AI-generated Key Takeaways
-
Creates a new node within the Spectrum Access System.
-
Utilizes an HTTP POST request to a specific endpoint with path parameters to define the node's parent resource.
-
Requires a request body containing node details and an authorization scope for access.
-
Upon successful creation, the response includes the details of the newly created node.
Creates a new node
.
HTTP request
POST https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*}/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