FlinkSessionList
A list of Flink sessions.
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 sessions.
- Type
array
- Items
A summary of a Flink session.
- Schema
FlinkSessionSummary
- Schema
- Type
marker
optionalThe pagination token to request more items.
- Type
string
- Type