Authorization: Bearer ********************
curl --location --request GET '/selfService/resourcePack/1?withServers=true'
{
"data": {
"type": "pack",
"id": 18,
"pid": 9,
"label": null,
"name": "Pack 2 ยท 2 / 4096 / 250",
"limits": {
"total_servers": 2,
"total_memory": 4096,
"total_storage": 200,
"total_cpu": 24,
"total_traffic": 1000000,
"max_memory": 4096,
"max_storage": 10,
"max_cpu": 8,
"max_traffic": 500000
},
"used": {
"servers": 0,
"memory": 0,
"storage": 0,
"cpu": 0,
"traffic": 0
},
"usage": {
"servers": {
"t": 2,
"u": 0,
"f": 2,
"p": 0,
"l": true
},
"memory": {
"t": 4096,
"u": 0,
"f": 4096,
"p": 0,
"l": true
},
"storage": {
"t": 200,
"u": 0,
"f": 200,
"p": 0,
"l": true
},
"cpu": {
"t": 24,
"u": 0,
"p": 0,
"f": 24,
"l": true
},
"traffic": {
"t": 1000000,
"u": 0,
"f": 1000000,
"p": 0,
"l": true
}
}
}
}