@@ -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
862902Example response from listUsageRecords
863903--------------------------------------
0 commit comments