跳至主要内容

Update an exist usage summary task

PUT 

/api/v1/reports/usage-jobs/{usageJobId}

This API updates an existing usage summary task using the provided usageJobId and new settings.

The task will continue to send usage summary requests according to the updated schedule until the end time. A unique task usageJobId is associated with the task and remains unchanged.

The endTime must be later than the setting date by at least one period.

  • Limitations:
  • usageJobId: The unique identifier of the usage summary task to retrieve (required).
  • repeatPeriod: Daily, Weekly, or Monthly
  • endTime: ISO8601 format YYYY-MM-DD
  • timeZone: +08:30
  • Job sorting options: ActiveDeviceCount or DataPointCount

Request

Responses

OK