compute type list
- Print
- PDF
compute type list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Search the computing type list in the SourceBuild build environment.
Request
API URL
GET {SOURCEBUILD_API_URL}/env/compute
Request parameter
None
Request query
None
Request body
None
Response
Response body
{
"compute": [
{
"id": "number",
"cpu": "number",
"mem": "number"
}
]
}
Item | Type | Description | Remarks |
---|---|---|---|
compute[].id | number | Computing type ID | |
compute[].cpu | number | Number of vCPU | |
compute[].mem | number | Memory capacity (GB) |
Was this article helpful?