检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Exporting a DCS Instance List A list of instance information can be exported and downloaded in Excel on the DCS console. You can view or compare DCS instance information. Procedure Log in to the DCS console. Click in the upper left corner of the console and select the region where
Viewing DCS Background Tasks After you initiate certain instance operations such as scaling up the instance and changing or resetting a password, a background task will start for each operation. On the DCS console, you can view the background task status and clear task information
Applying for More DCS Quotas What Is Quota? A quota is a limit on the quantity or capacity of a certain type of service resources that you can use, for example, the maximum number of DCS instances that you can create and the maximum amount of memory that you can use. If a quota cannot
Modifying DCS Instance Specifications On the DCS console, you can change DCS Redis or Memcached instance specifications including the instance type, memory, and replica quantity. Modifying instance specifications does not affect the connection address, password, security group, and
DCS Backup and Restoration Overview On the DCS console, you can back up and restore DCS instances. Importance of DCS Instance Backup There is a small chance that dirty data could exist in a DCS instance owing to service system exceptions or problems in loading data from persistence
Viewing DCS Audit Logs With CTS, you can query, audit, and review operations performed on cloud resources. Traces include the operation requests sent using the management console or open APIs as well as the results of these requests. DCS Operations Supported by CTS Table 1 DCS operations
Configuring DCS Monitoring and Alarms This section describes the alarm rules of some metrics and how to configure the rules. In actual scenarios, configure alarm rules for metrics by referring to the following alarm policies. Alarm Policies for DCS Redis Instances Table 1 DCS Redis
Adjusting DCS Instance Bandwidth Generally, Redis instances save and obtain data in the data layer closer to application services, which consumes the network bandwidth. Rate limits may occur when the instance bandwidth is insufficient, causing increased service latency or client connection
Starting or Stopping a DCS Instance Redis 4.0 and later instances support instance stop. When an instance is stopped, data reading or writing is stopped so that the instance cannot be modified, configured, backed up, or migrated. You can neither change the password nor analyze the
Controlling DCS Redis Access Configuring DCS Redis Access Whitelist Configuring a Redis Password Transmitting DCS Redis Data with Encryption Using SSL Configuring DCS Redis ACL Users Parent topic: Accessing a DCS Redis Instance
ALM-12068 ACS Resource Exception Alarm Description HA checks the ACS resources of Manager every 80 seconds. This alarm is generated when HA detects that the ACS resources are abnormal for two consecutive times. This alarm is cleared when HA detects that the ACS resources are normal
Merging Game Servers with DCS Overview Application Scenario Merging game servers is a strategy for some large online games. After running a game for a while, game providers set up a new server to attract new players. As users shift to the new server, game developers usually merge
Flashing E-commerce Sales with DCS Overview Application Scenario An e-commerce flash sale is like an online auction. To attract customers, merchants release a small number of scarce offerings on the platform. Platforms receive dozens or even hundreds of more order placements than
Manually Renewing a DCS Instance To use a yearly/monthly DCS instance longer, renew the subscription anytime on the console as long as the instance is not automatically deleted due to expiration. Renewing a Subscription on the Cloud Service Console Log in to the console. Click in
Batch Deleting DCS Instances Function This API is used to delete multiple DCS instances at a time. Calling Method For details, see Calling APIs. URI DELETE /v2/{project_id}/instances Table 1 Path Parameters Parameter Mandatory Type Description project_id Yes String Project ID. For
Backing Up a DCS Instance Function This API is used to back up 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}/instances
Querying All DCS Instances Function This API is used to query DCS instances of a tenant, and allows you to specify query criteria. Calling Method For details, see Calling APIs. URI GET /v2/{project_id}/instances Table 1 Path Parameters Parameter Mandatory Type Description project_id
Querying DCS Instance Statuses Function This API is used to query the number of instances in different states. Calling Method For details, see Calling APIs. URI GET /v2/{project_id}/instances/status Table 1 Path Parameters Parameter Mandatory Type Description project_id Yes String
Querying Tags of a DCS Instance Function This API is used to query the tags of an instance by its instance ID. Calling Method For details, see Calling APIs. URI GET /v2/{project_id}/instances/{instance_id}/tags Table 1 Path Parameters Parameter Mandatory Type Description project_id
Modifying Details of a DCS Instance Function This API is used to modify the information about a DCS instance, including the instance name, description, port, backup policy, start and end time of the maintenance window, and security group. Calling Method For details, see Calling APIs