Skip to content
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
50 changes: 45 additions & 5 deletions source/adminguide/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand All @@ -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. |
Expand Down 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 |
Copy link

Copilot AI Jan 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar error: 'it have been' should be 'it has been' to maintain subject-verb agreement.

Suggested change
| | | the time it have been |
| | | the time it has been |

Copilot uses AI. Check for mistakes.
| | | destroyed. |
Expand All @@ -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. |
Expand All @@ -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. |
Comment on lines +874 to +877
Copy link

Copilot AI Jan 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent phrasing: Type 25 uses 'total time a VM Snapshot has been created to the time when' while type 9 uses 'from when a Snapshot has been created to the time'. Consider using consistent phrasing across similar usage type descriptions for better readability.

Suggested change
| 25 | VM\_SNAPSHOT | Tracks the total time a |
| | | VM Snapshot has been |
| | | created to the time when |
| | | it has been destroyed. |
| 25 | VM\_SNAPSHOT | Tracks the total time from |
| | | when a VM Snapshot has |
| | | been created to the time |
| | | when it has been destroyed. |

Copilot uses AI. Check for mistakes.
+------------------+-----------------------------------+-----------------------------+
| 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