For the complete documentation index, see llms.txt. This page is also available as Markdown.

Manage and monitor instances

Using the control panel or the API, you can manage and view your Object Storage instances, such as renaming instances, viewing total used storage, viewing storage and cost based on filters, etc.


Manage instances using the control panel

On the Object Storage overview, you'll see all your instances, their descriptions, the data center they are in, how much storage they use, and their estimated cost.

At the top of the overview page, just below the Filter field, is a summary of all instances. In this case, 4 instances are using 12 GiB. The total cost is 7.44 SEK/mo.

Below this, there's a summary of each Object Storage instance.

Sorting and filtering

When using the Filter field, the total count below the field reflects the filter. In the example below, we filter all instances containing the word "My". There are two such instances, totalling 2 GiB with a cost of 1.24 SEK.

It's also possible to combine the Sort by drop-down menu with the filter. To sort the above list of instances containing the word "My" from oldest to newest, select Sort by Date (oldest first).

To only use Sort by, make sure the Filter field is empty. In the example below, we sort the instances by size, with the smallest first.

Change an instance description

Click the three dots next to the instance and select Edit description.

Type the new name into the field and click Update instance.

Manage instances using the API

For an overview of how the API works, see the general API documentation.

Example responses

Remember that it's possible to change to JSON responses using the header Content-Type: application/json if you prefer that.

List all instances

Calling https://api.glesys.com/objectstorage/listinstances will provide the following response:

Viewing the costs

Calling https://api.glesys.com/objectstorage/costs will provide the following response:

It's also possible to add detailed lines to the response by adding the parameter includelines=yes. For example, https://api.glesys.com/objectstorage/costs?includelines=yes. The detailed lines will look like this (inside the <lines> tag):

Last updated

Was this helpful?