Returns a list of all distributions that support the given java version
GET
/disco/v3.0/distributions/versions/{version}Returns a list of all distributions that support the given java version
请求参数
Path 参数
version
string
必需
The version number to check the distributions for e.g. 1.8.0_265, 13.0.5.1, 15 etc.
Query 参数
discovery_scope_id
array[string]
可选
match
string
可选
include_versions
string
可选
If true the response will contain the list of supported versions of this distribution (default is true)
include_synonyms
string
可选
If true the response will contain the list of synonyms used for this distribution (default is false)
示例代码
返回响应
A list of all distributions that support the given version(200)
A list of all distributions that support the given version
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
未设置
最后修改时间: 1 年前