Method: customers.nodes.nodes.create
Richiesta HTTP
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/nodes/*}/nodes
L'URL utilizza la sintassi gRPC Transcoding.
Parametri del percorso
Parametri |
parent |
string
Obbligatorio. Il nome della risorsa padre in cui deve essere creato il nodo.
|
Corpo della richiesta
Il corpo della richiesta contiene un'istanza di Node
.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di Node
appena creata.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/sasportal
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2022-11-02 UTC.
[null,null,["Ultimo aggiornamento 2022-11-02 UTC."],[[["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 created `Node` instance."],["Needs authorization with the `https://www.googleapis.com/auth/sasportal` scope."]]],["This describes the process of creating a new node within a system. A `POST` request is sent to a specific URL, defined by gRPC Transcoding syntax, that includes a required `parent` path parameter specifying the node's location. The request body must contain the details of the new `Node`, and the successful response returns the created `Node` instance. This action requires the `https://www.googleapis.com/auth/sasportal` authorization scope.\n"]]