DescribeFlinkApplication
Describes a Flink application.
/api/flink/v1/workspaces/{ws}/applications/{app}
Path Parameters
ws
requiredA workspace ID.
- Schema
ResourceId
- Type
string
- Minimum Length 1
- Maximum Length 20
- Pattern
^[A-Z0-9]+$
- Schema
app
requiredA Flink application ID.
- Schema
ResourceId
- Type
string
- Minimum Length 1
- Maximum Length 20
- Pattern
^[A-Z0-9]+$
- Schema
Query Parameters
This operation does not have query parameters.
Request Body
This operation does not have a request body.
Responses
200 Response
The information about the Flink application is returned.
- Schema
FlinkApplication
- Type
object
- Properties
jars
requiredA list of JAR files deployed in the Flink application.
- Type
array
- Items
- Type
string
- Type
- Type
plugins
requiredA list of plugins deployed in the Flink application.
- Type
array
- Items
The configuration of a Flink plugin.
- Schema
FlinkPlugin
- Schema
- Type
flinkConfiguration
requiredThe Flink configuration of the Flink application.
- Schema
FlinkConfiguration
- Schema
logConfiguration
requiredThe log configuration of the Flink application.
- Schema
FlinkLogConfiguration
- Schema
jobManagerResource
requiredThe resource configuration of the Flink JobManager containers.
- Schema
ContainerResource
- Schema
taskManagerResource
requiredThe resource configuration of the Flink TaskManager containers.
- Schema
ContainerResource
- Schema
createdAt
requiredThe time when the Flink application was created.
- Type
string
- Format
date-time
- Type
updatedAt
requiredThe time when the Flink application was last updated.
- Type
string
- Format
date-time
- Type
400 Response
The requested operation cannot be performed because the request is malformed.
- Schema
Error
- Type
object
- Properties
message
requiredAn error message.
- Type
string
- Type
401 Response
The requested operation cannot be performed because the request lacks valid authentication credentials.
- Schema
Error
- Type
object
- Properties
message
requiredAn error message.
- Type
string
- Type
403 Response
The identity is not allowed to perform the requested operation for the resource involved.
- Schema
Error
- Type
object
- Properties
message
requiredAn error message.
- Type
string
- Type
404 Response
The resource or dependent resources involved in the requested operation do not exist.
- Schema
Error
- Type
object
- Properties
message
requiredAn error message.
- Type
string
- Type
Default Response
The requested operation failed with an error.
- Schema
Error
- Type
object
- Properties
message
requiredAn error message.
- Type
string
- Type