v3

latestOpenAPI 3.0.12026-07-314655871.8 MB
Service:_Flink

Create an JarApplicationDeployment

This endpoint may be changed or removed at any time. Don't use it in production environments.

post/project/{project}/service/{service_name}/flink/jar_application/{application_id}/deployment

Path parameters

projectstring required

Project name

service_namestring required

Service name

application_idstring required

Application Id

Request body

entry_classstring

The fully qualified name of the entry class to pass during Flink job submission through the entryClass parameter

parallelisminteger

Reading of Flink parallel execution documentation is recommended before setting this value to other than 1. Please do not set this value higher than (total number of nodes x number_of_task_slots), or every new job created will fail.

program_argsstring[]

Arguments to pass during Flink job submission through the programArgsList parameter

restart_enabledboolean

Specifies whether a Flink Job is restarted in case it fails

starting_savepointstring

Job savepoint

version_idstring required

ApplicationVersion ID

Response

Response

created_atstring required

The creation timestamp of this entity in ISO 8601 format, always in UTC

created_bystring required

The creator of this entity

entry_classstring

The fully qualified name of the entry class to pass during Flink job submission through the entryClass parameter

error_msgstring

Error message describing what caused deployment to fail

idstring required

Deployment ID

job_idstring

Job ID

last_savepointstring

Job savepoint

messagestring

Printable result of the request

parallelisminteger required

Reading of Flink parallel execution documentation is recommended before setting this value to other than 1. Please do not set this value higher than (total number of nodes x number_of_task_slots), or every new job created will fail.

program_argsstring[]

Arguments to pass during Flink job submission through the programArgsList parameter

starting_savepointstring

Job savepoint

status'INITIALIZING' | 'CREATED' | 'RUNNING' | 'FAILING' | 'FAILED' | 'SAVING' | 'CANCELLING_REQUESTED' | 'CANCELLING' | 'CANCELED' | 'SAVING_AND_STOP_REQUESTED' | 'SAVING_AND_STOP' | 'FINISHED' | 'RESTARTING' | 'SUSPENDED' | 'DELETE_REQUESTED' | 'DELETING' | 'RECONCILING' required

Deployment status

version_idstring required

ApplicationVersion ID