AI-generated Key Takeaways
-
Creates a new node within a specified parent resource.
-
Uses an HTTP POST request with the provided URL structure and gRPC Transcoding syntax.
-
Requires the
parent
path parameter, indicating the location for node creation. -
The request body should contain a
Node
object, with a successful response returning the newly createdNode
instance. -
Needs authorization with the
https://www.googleapis.com/auth/sasportal
scope.
Creates a new node
.
HTTP request
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/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