Komutun yükü; yalnızca komut tarafından destekleniyorsa sağlayın. Aşağıdaki komutlar yük eklemeyi destekler:
SET_VOLUME: Yük, şu biçimde dizeleştirilmiş bir JSON nesnesidir: { "Volume": 50 }. Hacim, [0,100] aralığında bir tam sayı olmalıdır.
DEVICE_START_CRD_SESSION: Yük, isteğe bağlı olarak şu biçimde dizeleştirilmiş bir JSON nesnesidir: { "ackedUserPresence": true }. ackedUserPresence bir boole değeridir. ackedUserPresence, varsayılan olarak false değerine ayarlıdır. Etkin bir cihazda Chrome Uzaktan Masaüstü oturumu başlatmak için ackedUserPresence değerini true olarak ayarlayın.
REBOOT: Yük, şu biçimde dizeleştirilmiş bir JSON nesnesidir: { "user_session_delay_seconds": 300 }. Gecikme [0, 300] aralığında olmalıdır.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-08-22 UTC."],[[["Issues a specific command for execution on a target Chrome OS device within a Google Workspace account."],["Utilizes an HTTP POST request to the specified endpoint with customerId and deviceId as path parameters."],["Requires a JSON request body to define the commandType and optional payload based on the specific command."],["Returns a unique commandId upon successful command issuance for subsequent status retrieval."],["Needs authorization with the `https://www.googleapis.com/auth/admin.directory.device.chromeos` scope."]]],[]]