All Products
Search
Document Center

Realtime Compute for Apache Flink:CreateDeploymentTargetV2

Last Updated:Mar 31, 2026

Creates a deployment target.

Operation description

The previous API for creating deployment targets supported only fixed or elastic resources. This new API supports fixed resources, elastic resources, and mixed mode.

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/v2/namespaces/{namespace}/deployment-targets/support-elastic HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

namespace

string

Yes

The name of the namespace.

default-namespace

Request parameters

Parameter

Type

Required

Description

Example

workspace

string

Yes

The ID of the workspace.

a14bd5d90a****

deploymentTargetName

string

Yes

The name of the deployment target.

test-dt

body

Resource

No

The resources for the deployment target.

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 request was successful.

true

httpCode

integer

The HTTP status code. A value of 200 is returned. Use the success parameter to determine whether the request was successful.

200

errorCode

string

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

""

errorMessage

string

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

""

data

DeploymentTarget

The details of the deployment target.

{ "jobs": [ { "jid": "4df35f8e54554b23bf7dcd38a151****", "name": "69d001d5-419a-4bfc-9c2e-849cacd3****", "state": "RUNNING", "start-time": 1659154942068, "end-time": -1, "duration": 188161756, "last-modification": 1659154968305, "tasks": { "total": 2, "created": 0, "scheduled": 0, "deploying": 0, "running": 2, "finished": 0, "canceling": 0, "canceled": 0, "failed": 0, "reconciling": 0, "initializing": 0 } } ] }

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.