Bu sayfa henüz yerel dilinizde mevcut değildir. Daha fazla dil seçeneği eklemek için yoğun bir şekilde çalışıyoruz. Desteğiniz için teşekkür ederiz.
- What's New
-
Service Overview
- DSS Infographics
- What Is DSS?
- Region and AZ
- Storage Pool Types and Performance
- Storage Pool Capacity Description
- DSS Disks
- DSS Three-Copy Redundancy
- Device Types and Usage Instructions
- Shared Disks and Usage Instructions
- Disk Encryption
- Disk Backup
- DSS and Other Services
- Billing
- Permissions
- Constraints
- Change History
-
Getting Started
- Operation Procedure
- Step 1: Apply for a Storage Pool
- Step 2: Create a Disk
- Step 3: Attach a Disk
-
Step 4: Initialize a Data Disk
- Introduction to Data Disk Initialization Scenarios and Partition Styles
- Initializing a Data Disk in Windows (Windows Server 2008)
- Initializing a Data Disk in Windows (Windows Server 2016)
- Initializing a Data Disk in Linux (fdisk)
- Initializing a Data Disk in Linux (parted)
- Initializing a Data Disk Greater Than 2 TB in Windows (Windows Server 2008)
- Initializing a Data Disk Greater Than 2 TB in Windows (Windows Server 2012)
- Initializing a Data Disk Greater Than 2 TB in Linux (parted)
- Change History
-
User Guide
- Permissions Management
- Storage Pool Management
-
Disk Management
- Detaching a Disk
- Attaching an Existing Disk
- Deleting a Disk
-
Expanding the Capacity of a Disk
- Introduction to Expansion Scenarios
- Expanding an In-use Disk
- Expanding an Available Disk
- Extending Partitions and File Systems on Windows
- Extending Partitions and File Systems on Linux (fdisk)
- Extending Partitions and File Systems on Linux (parted)
- Extending Partitions and File Systems of a SCSI Data Disk on Linux (fdisk)
- Extending Partitions and File Systems of a System Disk on Linux (fdisk)
- Managing Encrypted Disks
- Managing Shared Disks
- Managing Backups
- Change History
- API Reference
-
FAQs
- What Are the Risks of Not Expanding the Storage Pool Capacity?
- How Many Statuses Does a Storage Pool Have?
- How Many Statuses Does a Disk Have?
- Troubleshooting and Impacts on the DSS Usage
- Can I Attach a Disk to Multiple Servers?
- Will Data in the DSS Disk Be Lost When the DSS Disk Is Detached?
- What Should I Do If an Error Occurs on My DSS Disk?
- How Can I Test DSS Disk Performance?
- What Are the Restrictions on Attaching a Disk to an ECS?
- What Are the Precautions for Detaching a Disk from an ECS?
- Why My Disk Cannot Be Attached to a Server?
- Can the Disk Space Usage Be Reduced If I Delete Files on a Server?
- Videos
- Glossary
-
More Documents
-
User Guide (Paris and Amsterdam Regions)
- Introduction
-
Quick Start
- Operation Procedure
- Step 1: Apply for a Storage Pool
- Step 2: Create a Disk
- Step 3: Attach a Disk
-
Initialize a Data Disk
- Introduction to Data Disk Initialization Scenarios and Partition Styles
- Initializing a Data Disk in Windows (Windows Server 2008)
- Initializing a Data Disk in Windows (Windows Server 2016)
- Initializing a Data Disk in Linux (fdisk)
- Initializing a Data Disk in Linux (parted)
- Initializing a Data Disk Greater Than 2 TB in Windows (Windows Server 2008)
- Initializing a Data Disk Greater Than 2 TB in Windows (Windows Server 2012)
- Initializing a Data Disk Greater Than 2 TB in Linux (parted)
- Obtaining the Domain Name
- Obtaining the Region
-
Management
- Storage Pool Management
-
Disk Management
- Detaching a Disk
- Deleting a Disk
-
Expanding the Capacity of a Disk
- Introduction to Expansion Scenarios
- Expanding an In-use Disk
- Expanding an Available Disk
- Performing Post-Expansion Operations for a Windows Disk
- Performing Post-Expansion Operations for a Disk in Linux (fdisk)
- Performing Post-Expansion Operations for a Disk in Linux (parted)
- Performing Post-Expansion Operations for a SCSI Data Disk in Linux (fdisk)
- Performing Post-Expansion Operations for a System Disk in Linux (fdisk)
- Managing an Encrypted Disk
- Managing a Shared Disk
- Managing a Backup
-
FAQs
- What Are the Risks of Not Expanding the Storage Pool Capacity?
- How Many Statuses Does a Storage Pool Have?
- How Many Statuses Does a Disk Have?
- Troubleshooting and Impacts on the DSS Usage
- Can I Attach a Disk to Multiple Servers?
- Will Data in the DSS Disk Be Lost When the DSS Disk Is Detached?
- What Should I Do If an Error Occurs on My DSS Disk?
- What Are the Restrictions on Attaching a Disk to an ECS?
- What Are the Precautions for Detaching a Disk from an ECS?
- Why My Disk Cannot Be Attached to a Server?
- Change History
-
User Guide (Paris and Amsterdam Regions)
- General Reference
Copied.
Obtaining Details of a DSS Storage Pool
Function
This API is used to obtain the details of a specified DSS storage pool.
URI
GET /v1/{project_id}/pools/{dss_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
The project ID. For how to obtain the project ID, see Obtaining a Project ID. |
dss_id |
Yes |
String |
The storage pool ID. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
usage |
No |
Boolean |
Whether the storage pool capacity information is returned. The value can be true or false. Value true indicates to return the capacity information. The default value is false. |
Request
Example request
GET https://{endpoint}/v1/{project_id}/pools/{dss_id}?usage=true
Response
Response parameters
Parameter |
Type |
Description |
---|---|---|
name |
String |
The storage pool name. |
id |
String |
The storage pool ID. |
project_id |
String |
The ID of the project that the pool belongs. |
capacity |
Integer |
The requested storage pool capacity, in GB. |
type |
String |
The storage pool type. The value can be as follows:
|
status |
String |
The storage pool status. For details, see DSS Storage Pool Status. |
availability_zone |
String |
The AZ where the storage pool resides. |
created_at |
String |
The time when the storage pool was created. Time format: UTC YYYY-MM-DDTHH:MM:SS |
total_capacity_gb |
Integer |
The total capacity of the storage pool, in GB. (This parameter is not returned if the storage pool status is deploying.) |
used_capacity_gb |
Integer |
The used capacity of the storage pool, in GB. (This parameter is not returned if the storage pool status is deploying.) |
provisioned_capacity_gb |
Integer |
The allocated capacity of the storage pool, in GB. (This parameter is not returned if the storage pool status is deploying.) |
max_over_subscription_ratio |
Float |
The overcommitment ratio of the storage pool. (This parameter is not returned if the storage pool status is deploying.) |
- Example response
{ "name" : "dedicatedStorage01", "id" : "c950ee97-587c-4f24-8a74-3367e3da570f", "project_id" : "63d910f2705a487ebe4e1c274748d9e1", "capacity" : 100, "type" : "SSD", "availability_zone" : "AZ1", "status" : "available", "created_at" : "2014-12-18T15:57:56.299000", "total_capacity_gb": 1000, "used_capacity_gb": 300, "provisioned_capacity_gb":700, "max_over_subscription_ratio": 1.0 }
- Error response
{ "error": { "message": "invalid dss id!", "code": "DSS.1001" } }
Returned Value
- Normal
- Abnormal
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot