Skip to main content
GET
/
vm
/
traffic-graph
/
{id}
Get traffic graph of a vm
curl --request GET \
  --url https://iaas-api.liara.ir/vm/traffic-graph/{id} \
  --header 'Authorization: Bearer <token>'
[
  {
    "minute": 123,
    "dstip": "<string>",
    "sumbytes": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Successful operation

minute
integer
dstip
string
sumbytes
string