Skip to content

Update usage types in the docs #504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 4.19
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 42 additions & 2 deletions source/adminguide/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ The following table shows all usage types.
| | | also returned. |
+------------------+-----------------------------------+-----------------------------+
| 9 | SNAPSHOT | Tracks the total time |
| | | from when a Template |
| | | from when a Snapshot |
| | | has been created to |
| | | the time it have been |
| | | destroyed. |
Expand Down Expand Up @@ -857,7 +857,47 @@ The following table shows all usage types.
| | | VPN User is created |
| | | until it is removed. |
+------------------+-----------------------------------+-----------------------------+

| 21 | VM\_DISK\_IO\_READ | Tracks the VM Disk usage |
| | | (I/O Read) for an instance. |
+------------------+-----------------------------------+-----------------------------+
| 22 | VM\_DISK\_IO\_WRITE | Tracks the VM Disk usage |
| | | (I/O Write) for an instance.|
+------------------+-----------------------------------+-----------------------------+
| 23 | VM\_DISK\_BYTES\_READ | Tracks the VM Disk usage |
| | | (Bytes Read) for an |
| | | instance. |
+------------------+-----------------------------------+-----------------------------+
| 24 | VM\_DISK\_BYTES\_WRITE | Tracks the VM Disk usage |
| | | (Bytes Write) for an |
| | | instance. |
+------------------+-----------------------------------+-----------------------------+
| 25 | VM\_SNAPSHOT | Tracks the total time a |
| | | VM Snapshot has been |
| | | created to the time when |
| | | it has been destroyed. |
+------------------+-----------------------------------+-----------------------------+
| 26 | VOLUME\_SECONDARY | Tracks the Volume |
| | | usage on secondary storage |
| | | for an account. |
+------------------+-----------------------------------+-----------------------------+
| 27 | VM\_SNAPSHOT\_ON\_PRIMARY | Tracks the VM Snapshot |
| | | usage on primary storage |
| | | for an account. |
+------------------+-----------------------------------+-----------------------------+
| 28 | BACKUP | Tracks the Backup storage |
| | | usage for an account. |
+------------------+-----------------------------------+-----------------------------+
| 29 | BUCKET | Tracks the Bucket storage |
| | | usage for an account. |
+------------------+-----------------------------------+-----------------------------+
| 30 | NETWORK | Tracks the Network usage |
| | | from the time it is |
| | | created until it is removed.|
+------------------+-----------------------------------+-----------------------------+
| 31 | VPC | Tracks the VPC usage |
| | | from the time it is |
| | | created until it is removed.|
+------------------+-----------------------------------+-----------------------------+

Example response from listUsageRecords
--------------------------------------
Expand Down