Operating System List
- Print
- PDF
Operating System List
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Search the operating system list in the SourceBuild build environment.
Request
API URL
GET {SOURCEBUILD_API_URL}/env/os
Request parameter
None
Request query
None
Request body
None
Response
Response body
{
"os": [
{
"id": "number",
"name": "string",
"version": "string",
"archi": "string"
}
]
}
Item | Type | Description | Remarks |
---|---|---|---|
os[].id | string | Operating system ID | |
os[].name | string | Operating system name | |
os[].version | string | Operating system version | |
os[].archi | string | 64 bit | "x64" |
Was this article helpful?