All Products
Search
Document Center

:CreateDagTest

Last Updated:Jun 26, 2026

Creates a smoke test workflow by calling CreateDagTest.

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 parameters

Parameter

Type

Required

Description

Example

ProjectEnv

string

Yes

The environment of the workspace. Valid values: PROD and DEV.

PROD

Bizdate

string

Yes

The business date.

2020-05-26 00:00:00

Name

string

Yes

The name of the workflow.

xm_create_test

NodeId

integer

Yes

The ID of the node.

1234

NodeParams

string

No

The parameters of the node.

bizdate=$bizdate tbods=$tbods

Response elements

Element

Type

Description

Example

object

HttpStatusCode

integer

The HTTP status code.

200

Data

integer

The ID of the workflow.

3333333

ErrorMessage

string

The error message.

The connection does not exist.

RequestId

string

The request ID. You can use the ID to locate logs and troubleshoot issues.

E6F0DBDD-5AD****

ErrorCode

string

The error code.

Invalid.Tenant.ConnectionNotExists

Success

boolean

Indicates whether the call was successful.

true

Examples

Success response

JSON format

{
  "HttpStatusCode": 200,
  "Data": 3333333,
  "ErrorMessage": "The connection does not exist.",
  "RequestId": "E6F0DBDD-5AD****",
  "ErrorCode": "Invalid.Tenant.ConnectionNotExists",
  "Success": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.