Skip to main content
GET
/
vm
/
operation
/
{id}
Get vm operations
curl --request GET \
  --url https://iaas-api.liara.ir/vm/operation/{id} \
  --header 'Authorization: Bearer <token>'
{
  "operations": [
    {
      "name": "<string>",
      "state": "<string>",
      "createdAt": "<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

operations
object[]