Retrieve a packge
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET '/packages/1'
Responses
application/json {
"data": {
"id": 1,
"name": "Test",
"description": null,
"enabled": true,
"memory": 1024,
"primaryStorage": 10,
"traffic": 200,
"cpuCores": 1,
"primaryNetworkSpeedIn": 0,
"primaryNetworkSpeedOut": 0,
"primaryDiskType": "inherit",
"backupPlanId": 0,
"primaryStorageReadBytesSec": null,
"primaryStorageWriteBytesSec": null,
"primaryStorageReadIopsSec": null,
"primaryStorageWriteIopsSec": null,
"primaryStorageProfile": 1,
"primaryNetworkProfile": 0,
"created": "2024-03-12T22:41:31.000000Z"
}
}
Modified at 2025-01-20 21:49:10