All Products
Search
Document Center

Artificial Intelligence Recommendation:CreateDataDiagnoseTask

Last Updated:Oct 16, 2025

Creates a data diagnostic 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 /v2/openapi/instances/{instanceId}/data-diagnose-task HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

instanceId

string

Yes

The instance ID.

airec-cn-shdjkgkeog

Response elements

Element

Type

Description

Example

object

The response.

requestId

string

The ID of the request.

8B90B646-1678-41A3-B23F-EAC6587B0E48

result

boolean

Indicates whether the task was successfully created.

true

Examples

Success response

JSON format

{
  "requestId": "8B90B646-1678-41A3-B23F-EAC6587B0E48",
  "result": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.