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 2 commits 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
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 |
| | | 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. |
+------------------+-----------------------------------+-----------------------------+
| 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