AI-generated Key Takeaways
-
Creates a new node within the specified parent resource.
-
Requires a POST request to the designated URL with specific path parameters and request body.
-
The request body should contain an instance of
Node
and requires 'userinfo.email' authorization scope. -
If successful, the response body will contain the newly created
Node
instance.
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/userinfo.email