All Products
Search
Document Center

Realtime Compute for Apache Flink:GetValidateDeploymentDraftResult

Last Updated:Mar 31, 2026

Queries the depth validation result of a job draft by ticket ID.

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

GET /api/v2/namespaces/{namespace}/deployment-drafts/tickets/{ticketId}/async-validate HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

namespace

string

Yes

The name of the namespace.

default-namespace

ticketId

string

Yes

The ID of the asynchronous ticket. You can obtain this ID by submitting an asynchronous operation.

88a8fc49-e090-430a-85d8-3ee8c79c****

Request parameters

Parameter

Type

Required

Description

Example

workspace

string

Yes

The ID of the workspace.

a14bda1c4a****

Response elements

Element

Type

Description

Example

object

The response data.

requestId

string

The request ID.

CBC799F0-AS7S-1D30-8A4F-882ED4DD****

success

boolean

Indicates whether the business request was successful.

true

httpCode

integer

The business status code. This is always 200. The success parameter indicates whether the business request was successful.

200

errorCode

string

If success is false, this parameter is not empty and indicates the business error code. If success is true, this parameter is empty.

""

errorMessage

string

If success is false, this parameter is not empty and indicates the business error message. If success is true, this parameter is empty.

""

data

AsyncDraftValidateResult

The result object of the in-depth check for the job draft.

Examples

Success response

JSON format

{
  "requestId": "CBC799F0-AS7S-1D30-8A4F-882ED4DD****",
  "success": true,
  "httpCode": 200,
  "errorCode": "\"\"",
  "errorMessage": "\"\"",
  "data": {
    "ticketStatus": "",
    "success": true,
    "message": "",
    "draftValidationDetail": {
      "draftMetaInfoErrorDetails": [
        {
          "message": "",
          "reason": ""
        }
      ],
      "sqlValidationResult": "",
      "sqlErrorDetail": {
        "lineNumber": "3",
        "columnNumber": "10",
        "endLineNumber": "4",
        "endColumnNumber": "5",
        "message": """"
      }
    }
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.