
Google Workspace API Integration Profile
Information and guides about integrating with Google Workspace API
Add Google Workspace Integration to Your AppAdmin Customer Devices Chromeos Batch Change Status in Google Workspace API
Changes the status of a batch of ChromeOS devices. For more information about changing a ChromeOS device state Repair, repurpose, or retire ChromeOS devices.
Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Path Parameters | pathParameters | object | |
Customer Id | pathParameters.customerId | string | |
Query | query | object | |
Access Token | query.access_token | string | |
Alt | query.alt | string |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Change Chrome Os Device Status Results | changeChromeOsDeviceStatusResults | array of items | The results for each of the ChromeOS devices provided in the request. |
Device Id | item.deviceId | string | The unique ID of the ChromeOS device. |
Error | item.error | object | The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). |
Code | error.code | integer | The status code, which should be an enum value of google.rpc.Code. |
Message | error.message | string | A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. |