All Products
Search
Document Center

Hologres:CreateWarehouseScheduleTask

Last Updated:May 14, 2026

Creates a warehouse schedule task.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST /api/v1/instances/{instanceId}/createWarehouseScheduleTask HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

instanceId

string

Yes

The ID of the Hologres instance.

Request parameters

Parameter

Type

Required

Description

Example

body

object

No

The request body.

warehouseId

integer

Yes

The ID of the warehouse.

startTime

string

Yes

The UTC start time of the task, in ISO 8601 format.

endTime

string

Yes

The UTC end time of the task, in ISO 8601 format.

elasticCu

integer

Yes

The number of elastic compute units.

description

string

No

A description of the warehouse schedule task.

Response elements

Element

Type

Description

Example

object

The response body.

RequestId

string

The request ID.

Data

string

The ID of the created warehouse schedule task.

Examples

Success response

JSON format

{
  "RequestId": "",
  "Data": ""
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.