DevicesLongRunningOperationMetadata
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eThis page describes the JSON representation for tracking the status of a long-running operation to update reseller metadata in batches.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eprocessingStatus\u003c/code\u003e field indicates the current status of the batch operation, utilizing a specific enumerated type.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eprogress\u003c/code\u003e field shows the completion percentage of the operation, ranging from 0 to 100, but 100% may not indicate that the operation is complete.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003edevicesCount\u003c/code\u003e field specifies the total number of metadata updates included in the operation, which can differ from the number requested.\u003c/p\u003e\n"]]],["This document describes the structure for tracking asynchronous batch operations that update device metadata. Key information includes: `processingStatus`, which indicates the operation's state; `progress`, an integer from 0 to 100 representing the completion percentage; and `devicesCount`, the total number of metadata updates attempted. The JSON representation provides a structure with those fields. The operation status should be checked, and the completion of 100 of progress does not guarantee completion.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nTracks the status of a long-running operation to asynchronously update a batch of reseller metadata attached to devices. To learn more, read [Long‑running batch operations](/zero-touch/guides/how-it-works#operations).\n\n| JSON representation ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"processingStatus\": enum (/zero-touch/reference/reseller/rest/v1/BatchProcessingStatus), \"progress\": integer, \"devicesCount\": integer } ``` |\n\n| Fields ||\n|--------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `processingStatus` | `enum (`[BatchProcessingStatus](/zero-touch/reference/reseller/rest/v1/BatchProcessingStatus)`)` The processing status of the operation. |\n| `progress` | `integer` The processing progress of the operation. Measured as a number from 0 to 100. A value of 10O doesn't always mean the operation completed---check for the inclusion of a `done` field. |\n| `devicesCount` | `integer` The number of metadata updates in the operation. This might be different from the number of updates in the request if the API can't parse some of the updates. |"]]