FlinkSessionJobList
A list of Flink session jobs.
Syntax
json
{
"items": [
{
"id": "string",
"name": "string",
"state": "PENDING | RUNNING | DELETING | FAILED",
"createdAt": "YYYY-MM-DDTHH:mm:ss.sssZ",
"updatedAt": "YYYY-MM-DDTHH:mm:ss.sssZ"
}
],
"marker": "string"
}
Type Definition
- Type
object
- Properties
items
requiredA list of Flink session jobs.
- Type
array
- Items
A summary of a Flink session job.
- Schema
FlinkSessionJobSummary
- Schema
- Type
marker
optionalThe pagination token to request more items.
- Type
string
- Type