Updates a scheduled metric calculation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The list of fields to update.
Fields are specified relative to the ScheduledMetricCalculation
(e.g. labels; not scheduled_metric_calculation.labels).
The body is of type object.
OK
Represents a schedule of metric calculations. Will trigger new calculations at the specified intervals.
The specification to use for each metric calculation
The time when the first metric calculation will start. This timestamp is the start time of the first metric calculation. The schedule will execute this calculation when there is enough data and the interval has passed.
The intervals for which to trigger metric calculations. The first calculation will use the first interval the second will use the second iteration and so forth. Once the last interval is reached the schedule will stay at that interval
The iteration of the schedule. A new iteration is created every time the schedule is retriggered.
The time when the metric calculation is scheduled to run the next time.If the calculation is cancelled, this field contains the latest time it was scheduled to run before cancellation.
The start time of exposure for the next scheduled run.
The end time of exposure for the next scheduled run.
The number of calculations that has been executed so far.
The time the scheduled metric calculation was first created.
Time when the scheduled metric calculation was last updated.
Status of the schedule. This explains more in depth of where the schedule is now, if it's waiting for data or if it's currently executing
Reference to the identity that created this scheduled metric calculation.
Reference to the identity that last updated this scheduled metric calculation.
Unique identifier of the scheduled metric calculations.
For example: scheduledMetricCalculations/0smva5nxuhv4yts6paxt
The time when the metric calculation will end. Once the schedule reaches the end it will be cancelled and no new calculations will be triggered. If no end is specified the schedule will continue indefinitely.
The current state of the schedule
The name of the latest calculation that this schedule triggered
Custom labels for this scheduled metric calculation.
The owner of the resource. If not set will default to the creator.
Reference to a retrigger if one is active.