Download OpenAPI specification:Download
REST API for the Flink Compute Service. This API runs Flink application on AWS EC2.
namespace required | string Example: default |
id | string |
object | |
imageId | string |
entrypoint required | string |
sourceUrl required | string |
lifetimeSeconds required | number |
required | object |
object | |
tags | object |
{- "imageFilter": {
- "architecture": "arm64",
- "name": "flink-1.17.*-debian-*"
}, - "entrypoint": "org.apache.flink.streaming.examples.wordcount.WordCount",
- "lifetimeSeconds": 90,
- "jobManager": {
- "instanceType": "t4g.small",
- "startTaskManager": true,
- "config": {
- "parallelism.default": 2,
- "taskmanager.numberOfTaskSlots": 2
}
}, - "tags": {
- "team": "eagle"
}
}
{- "id": "85d455dbe2"
}
namespace required | string Example: default |
id required | string Example: 85d455dbe2 |
{- "instances": [
- {
- "id": "i-03780b47356565a90",
- "role": "SECONDARY",
- "imageId": "ami-0072c08c2b3623443",
- "instanceType": "t4g.small",
- "launchTime": "2024-02-11T12:50:33.000Z",
- "privateIpAddress": "172.31.2.146",
- "state": "RUNNING",
- "architecture": "arm64"
}, - {
- "id": "i-03527597a634fa201",
- "role": "PRIMARY",
- "imageId": "ami-0072c08c2b3623443",
- "instanceType": "t4g.small",
- "launchTime": "2024-02-11T12:50:32.000Z",
- "privateIpAddress": "172.31.14.191",
- "state": "RUNNING",
- "architecture": "arm64"
}
]
}
name | string |
architecture | string Enum: "arm64" "x86_64" |
{- "images": [
- {
- "id": "ami-0178e4bfac4d5a6c6",
- "name": "flink-1.17.2-java-11-debian-12-arm64-20240211-0913",
- "createTime": "2024-02-11T09:14:07.000Z",
- "architecture": "arm64"
}, - {
- "id": "ami-050686a4726d397f4",
- "name": "flink-1.17.2-java-1.8.0-debian-12-amd64-20240220-1804",
- "createTime": "2024-02-20T18:06:22.000Z",
- "deprecateTime": "2025-02-20T18:06:22.000Z",
- "architecture": "x86_64"
}
]
}