Skip to main content
GET
/
oss
Get all available operating systems
curl --request GET \
  --url https://iaas-api.liara.ir/oss \
  --header 'Authorization: Bearer <token>'
{
  "ubuntu": [
    "<string>"
  ],
  "debian": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.liara.ir/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful operation

ubuntu
string[]
debian
string[]