Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.iran.liara.ir/v1/databases/{id} \ --header 'Authorization: <api-key>'
{ "database": { "DBId": "<string>", "type": "<string>", "planID": "<string>", "status": "<string>", "scale": 123, "hostname": "<string>", "publicNetwork": true, "version": "<string>", "volumeSize": 123, "created_at": "<string>", "dbName": "<string>", "node": { "_id": "<string>", "host": "<string>" }, "port": 123, "root_password": "<string>", "internalPort": 123, "id": "<string>", "hourlyPrice": 123, "metaData": { "standaloneReplicaSet": true, "privateNetwork": true }, "username": "<string>" } }
get a database that user owns
Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #
Bearer:
Successful operation
Show child attributes