Description
The quota for an OpenSearch application.
Example
{
"docSize": 1,
"computeResource": 20,
"qps": 0,
"spec": "opensearch.share.common"
}
Structure
|
Parameter |
Type |
Description |
|
docSize |
Integer |
The storage capacity, in GB. |
|
computeResource |
Integer |
The compute resource, in Logic Compute Units (LCU). |
|
qps |
Integer |
The number of search requests per second. This parameter is used only by a legacy billing model. |
|
spec |
String |
The instance specification. - opensearch.share.common: Shared, General-purpose - opensearch.share.compute: Shared, Compute-optimized - opensearch.share.storage: Shared, Storage-optimized - opensearch.private.common: Dedicated, General-purpose - opensearch.private.compute: Dedicated, Compute-optimized - opensearch.private.storage: Dedicated, Storage-optimized |
View storage usage
The docSize field in the quota object indicates the total storage quota. To view the actual storage usage for an instance, use one of the following methods.
Method 1: Instance Management page
On the Instance Management page, the Storage Usage (GB) column shows the used and total storage for the instance. The format is Used/Total. For example, 0.5/1 indicates that 0.5 GB of the 1 GB total is used.
Method 2: CloudMonitor
You can use CloudMonitor to view historical trends of your storage usage over a period ranging from one hour to 14 days.
-
On the Instance Management page, find the instance and click Details in the Actions column.
-
At the top of the instance details page, click View CloudMonitor Metrics.
-
On the CloudMonitor page, view the following metrics:
-
Storage Capacity (B): The instance's actual storage usage, in bytes.
-
Storage Usage (%): The percentage of used storage.
-