From d7adfb8a088770d3d0d15ae5b4e20588e9603965 Mon Sep 17 00:00:00 2001 From: Suresh Kumar Anaparti Date: Tue, 13 May 2025 14:17:38 +0530 Subject: [PATCH 1/2] Update usage types in the docs --- source/adminguide/usage.rst | 44 +++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/source/adminguide/usage.rst b/source/adminguide/usage.rst index 6467b7ef5b..d1b2f8f95a 100644 --- a/source/adminguide/usage.rst +++ b/source/adminguide/usage.rst @@ -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. | @@ -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 -------------------------------------- From ac91a561a9ac01ad58bb94148b03914cfba4dd2d Mon Sep 17 00:00:00 2001 From: Suresh Kumar Anaparti Date: Wed, 14 May 2025 13:59:52 +0530 Subject: [PATCH 2/2] Update Cloud.com --- source/adminguide/usage.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/adminguide/usage.rst b/source/adminguide/usage.rst index d1b2f8f95a..1e3c2a4121 100644 --- a/source/adminguide/usage.rst +++ b/source/adminguide/usage.rst @@ -787,7 +787,7 @@ The following table shows all usage types. | 4 | NETWORK\_BYTES\_SENT | Tracks the total | | | | number of bytes sent | | | | by all the Instances for an | -| | | account. Cloud.com | +| | | account. CloudStack | | | | does not currently | | | | track Network traffic | | | | per Instance. | @@ -796,7 +796,7 @@ The following table shows all usage types. | | | number of bytes | | | | received by all the | | | | Instances for an account. | -| | | Cloud.com does not | +| | | CloudStack does not | | | | currently track | | | | Network traffic per | | | | Instance. | @@ -837,7 +837,7 @@ The following table shows all usage types. | | | policy has been | | | | created to the time | | | | it has been removed. | -| | | Cloud.com does not | +| | | CloudStack does not | | | | track whether an Instance | | | | has been assigned to | | | | a policy. |