All Products
Search
Document Center

MaxCompute:TriggerMmsTimer

Last Updated:Apr 29, 2026

Triggers a timer for a specific datasource.

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/mms/datasources/{sourceId}/timers/{timerId}/trigger HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

sourceId

integer

Yes

The ID of the datasource.

2000014

timerId

integer

Yes

The ID of the timer.

1

Request parameters

Parameter

Type

Required

Description

Example

No parameters required.

Response elements

Element

Type

Description

Example

object

The response object.

requestId

string

The request ID.

0be3e0b716671885050924814e3623

data

integer

The ID of the timer.

1

Examples

Success response

JSON format

{
  "requestId": "0be3e0b716671885050924814e3623",
  "data": 1
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.