DevicesLongRunningOperationMetadata

  • This page describes the JSON representation for tracking the status of a long-running operation to update reseller metadata in batches.

  • The processingStatus field indicates the current status of the batch operation, utilizing a specific enumerated type.

  • The progress field shows the completion percentage of the operation, ranging from 0 to 100, but 100% may not indicate that the operation is complete.

  • The devicesCount field specifies the total number of metadata updates included in the operation, which can differ from the number requested.

Tracks 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.

JSON representation
{
  "processingStatus": enum (BatchProcessingStatus),
  "progress": integer,
  "devicesCount": integer
}
Fields
processingStatus

enum (BatchProcessingStatus)

The processing status of the operation.

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.

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.