检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Purchasing a BCS Instance Prerequisites Before using BCS, you must have a Huawei Cloud account. For details, see Account Registration Process. Procedure Go to the page for purchasing enhanced Hyperledger Fabric instances. On the page that is displayed, specify the enterprise project
Process of Using BCS Huawei Cloud Blockchain Service (BCS) is a blockchain technology platform for enterprises and developers. BCS helps you quickly deploy, manage, and maintain blockchain networks on Huawei Cloud. BCS reduces the threshold for using blockchain and allows you to focus
DCS Dashboard Template DCS is an in-memory database service. It is compatible with Redis, an in-memory database engine, and meets your requirements for high concurrency and fast data access. LTS collects, stores, and queries cloud resource operation records. You can use these records
Restarting a DCS Instance To recover an instance in cases such as high memory fragmentation ratio or fault occurrence, try restarting the instance on the DCS console. DCS instances can be restarted in batches. Notes and Constraints The DCS instances must be in the Running or Faulty
Process of Using DCS How to Manage DCS Instances You can access Distributed Cache Service (DCS) from the web-based management console or by using RESTful application programming interfaces (APIs) through HTTPS requests. Using the console You can sign up and log in to the console,
Viewing DCS Metrics The Cloud Eye service monitors the running performance your DCS instances. Procedure Log in to the DCS console. Click in the upper left corner of the console and select the region where your instance is located. In the navigation pane, choose Cache Manager. Click
Monitored DCS Events Introduction Event monitoring provides event collection, query, and alarm reporting. These major events or DCS operation events can be collected to Cloud Eye to alarm. Namespace SYS.DCS Monitored events Table 1 DCS events Event Name Event ID Event Severity Description
Restoring DCS Instances This section describes how to restore instances on the DCS console. This function helps restore instances deleted by mistake. To migrate backup data to other DCS instances, see Backup Import Between DCS Redis Instances. Notes and Constraints You can enable
Common DCS Metrics This section describes common Redis metrics. Table 1 Common metrics Metric Description CPU Usage This metric indicates the maximum value in each measurement period (minute-level: every minute; second-level: every 5 seconds). For a single-node or master/standby instance
Deleting a DCS Instance On the DCS console, you can delete one or multiple DCS instances at a time. You can also delete all instance creation tasks that have failed to run. Notes and Constraints The DCS instances exist, and must be in the Running, Faulty, or Stopped state. Deleting
Creating a DCS Instance Function This API is used to create a DCS instance billed in pay-per-use mode. URI POST /v1.0/{project_id}/instances Table 1 describes the parameter. Table 1 Parameter description Parameter Type Mandatory Description project_id String Yes Project ID. For details
Querying a DCS Instance Function This API is used to query the details about a specified DCS instance. URI GET /v1.0/{project_id}/instances/{instance_id} Table 1 describes the parameters. Table 1 Parameter description Parameter Type Mandatory Description project_id String Yes For
Restoring a DCS Instance Function This API is used to restore a specified DCS instance. Only master/standby and cluster DCS instances can be backed up and restored, while single-node instances cannot. URI POST /v1.0/{project_id}/instances/{instance_id}/restores Table 1 describes the
Restoring a DCS Instance Function This API is used to restore the backup data to a specific DCS instance. Only master/standby and cluster DCS instances can be backed up and restored, while single-node instances cannot. Calling Method For details, see Calling APIs. URI POST /v2/{project_id
Querying a DCS instance Function This API is used to query the details about a specified DCS instance. Calling Method For details, see Calling APIs. URI GET /v2/{project_id}/instances/{instance_id} Table 1 Path Parameters Parameter Mandatory Type Description instance_id Yes String
Creating a DCS Instance Function This API is used to create a DCS instance which is billed in pay-per-use mode. Calling Method For details, see Calling APIs. URI POST /v2/{project_id}/instances Table 1 Path Parameters Parameter Mandatory Type Description project_id Yes String Project
DCS Instance Statuses Table 1 DCS instance statuses State Description CREATING Creating is the status before the Running state. CREATEFAILED The DCS instance failed to be created. RUNNING The instance is running properly. Only instances in the Running state can provide in-memory cache
Querying the DCS Table This statement is used to query data in a DCS table. Syntax 1 SELECT * FROM table_name LIMIT number; Keywords LIMIT is used to limit the query results. Only INT type is supported by the number parameter. Example Query data in the test_redis table. 1 SELECT
DCS Data Security Security is a shared responsibility between Huawei Cloud and you. Huawei Cloud is responsible for the security of cloud services to provide a secure cloud. As a tenant, you should properly use the security capabilities provided by cloud services to protect data,
DCS Best Practices This section summarizes best practices of Distributed Cache Service (DCS) in common scenarios. Each practice is given a description and procedure. Table 1 DCS best practices Best Practice Description Serializing Access to Frequently Accessed Resources Describes