curl --request GET \
--url https://api.iran.liara.ir/v1/projects/{name}/metrics/summary \
--header 'Authorization: <api-key>'{
"cpuUsage": [
{
"value": [
123
],
"applet": "<string>"
}
],
"memoryUsage": [
{
"value": [
123
],
"applet": "<string>"
}
],
"disksUsage": [
{
"size": "<string>",
"usage": "<string>",
"reportedAt": "<string>",
"name": "<string>"
}
]
}get summary reports of app that user owns
curl --request GET \
--url https://api.iran.liara.ir/v1/projects/{name}/metrics/summary \
--header 'Authorization: <api-key>'{
"cpuUsage": [
{
"value": [
123
],
"applet": "<string>"
}
],
"memoryUsage": [
{
"value": [
123
],
"applet": "<string>"
}
],
"disksUsage": [
{
"size": "<string>",
"usage": "<string>",
"reportedAt": "<string>",
"name": "<string>"
}
]
}Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #
The name of your app