v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1326112156.2 KB
projects

Reschedule maintenance for a given instance in a given project and location.

post/v1/{+name}:rescheduleMaintenance

Path parameters

namestring required

Required. Redis instance resource name using the form: projects/{project_id}/locations/{location_id}/instances/{instance_id} where location_id refers to a GCP region.

Request body

rescheduleType'RESCHEDULE_TYPE_UNSPECIFIED' | 'IMMEDIATE' | 'NEXT_AVAILABLE_WINDOW' | 'SPECIFIC_TIME'

Required. If reschedule type is SPECIFIC_TIME, must set up schedule_time as well.

scheduleTimestring google-datetime

Optional. Timestamp when the maintenance shall be rescheduled to if reschedule_type=SPECIFIC_TIME, in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

Response

Successful response