Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Creates a device under a node or customer using an HTTP POST request.
The request should be sent to the URL https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/deployments/*}/devices with the parent resource name specified as a path parameter.
The request body should contain an instance of the Device object, and a successful response will return the newly created Device object.
Authorization requires the https://www.googleapis.com/auth/sasportal OAuth scope.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-12-05 UTC."],[],["This content outlines the process of creating a device within a hierarchical structure. A `POST` request is sent to the specified URL, which includes the `parent` resource name as a required path parameter. The request body must contain an instance of a `Device`. Upon success, the response body returns the newly created `Device`. Authorization for this operation requires the `https://www.googleapis.com/auth/sasportal` OAuth scope. The process is also based on a gRPC Transcoding syntax.\n"]]