Skip to content

Commit d7adfb8

Browse files
Update usage types in the docs
1 parent b1d25b3 commit d7adfb8

File tree

1 file changed

+42
-2
lines changed

1 file changed

+42
-2
lines changed

source/adminguide/usage.rst

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ The following table shows all usage types.
827827
| | | also returned. |
828828
+------------------+-----------------------------------+-----------------------------+
829829
| 9 | SNAPSHOT | Tracks the total time |
830-
| | | from when a Template |
830+
| | | from when a Snapshot |
831831
| | | has been created to |
832832
| | | the time it have been |
833833
| | | destroyed. |
@@ -857,7 +857,47 @@ The following table shows all usage types.
857857
| | | VPN User is created |
858858
| | | until it is removed. |
859859
+------------------+-----------------------------------+-----------------------------+
860-
860+
| 21 | VM\_DISK\_IO\_READ | Tracks the VM Disk usage |
861+
| | | (I/O Read) for an instance. |
862+
+------------------+-----------------------------------+-----------------------------+
863+
| 22 | VM\_DISK\_IO\_WRITE | Tracks the VM Disk usage |
864+
| | | (I/O Write) for an instance.|
865+
+------------------+-----------------------------------+-----------------------------+
866+
| 23 | VM\_DISK\_BYTES\_READ | Tracks the VM Disk usage |
867+
| | | (Bytes Read) for an |
868+
| | | instance. |
869+
+------------------+-----------------------------------+-----------------------------+
870+
| 24 | VM\_DISK\_BYTES\_WRITE | Tracks the VM Disk usage |
871+
| | | (Bytes Write) for an |
872+
| | | instance. |
873+
+------------------+-----------------------------------+-----------------------------+
874+
| 25 | VM\_SNAPSHOT | Tracks the total time a |
875+
| | | VM Snapshot has been |
876+
| | | created to the time when |
877+
| | | it has been destroyed. |
878+
+------------------+-----------------------------------+-----------------------------+
879+
| 26 | VOLUME\_SECONDARY | Tracks the Volume |
880+
| | | usage on secondary storage |
881+
| | | for an account. |
882+
+------------------+-----------------------------------+-----------------------------+
883+
| 27 | VM\_SNAPSHOT\_ON\_PRIMARY | Tracks the VM Snapshot |
884+
| | | usage on primary storage |
885+
| | | for an account. |
886+
+------------------+-----------------------------------+-----------------------------+
887+
| 28 | BACKUP | Tracks the Backup storage |
888+
| | | usage for an account. |
889+
+------------------+-----------------------------------+-----------------------------+
890+
| 29 | BUCKET | Tracks the Bucket storage |
891+
| | | usage for an account. |
892+
+------------------+-----------------------------------+-----------------------------+
893+
| 30 | NETWORK | Tracks the Network usage |
894+
| | | from the time it is |
895+
| | | created until it is removed.|
896+
+------------------+-----------------------------------+-----------------------------+
897+
| 31 | VPC | Tracks the VPC usage |
898+
| | | from the time it is |
899+
| | | created until it is removed.|
900+
+------------------+-----------------------------------+-----------------------------+
861901

862902
Example response from listUsageRecords
863903
--------------------------------------

0 commit comments

Comments
 (0)