Creates scaling configurations. When you call the CreateScalingConfiguration operation, you can specify the scaling group ID, instance type, and image to create a scaling configuration of the Elastic Compute Service (ECS) type.
Operation description
Auto Scaling automatically creates Elastic Compute Service (ECS) instances based on the specified scaling configuration. ECS instances can be created in the following modes:
- InstancePatternInfos: intelligent configuration mode. In this mode, you need to only specify the number of vCPUs, memory size, instance family, and maximum price. Auto Scaling selects the instance type that has the lowest price based on the configurations to create ECS instances. This mode is available only for scaling groups that reside in virtual private clouds (VPCs). This mode reduces scale-out failures caused by insufficient inventory of instance types.
- InstanceType: In this mode, you must specify one instance type.
- InstanceTypes: In this mode, you can specify more than one instance type.
- InstanceTypeOverrides: In this mode, you can specify multiple instance types and weights for the instance types.
- Cpu and Memory: In this mode, you must specify the number of vCPUs and the memory size. Auto Scaling determines the range of available instance types based on factors such as I/O optimization requirements and zones. Then, Auto Scaling creates ECS instances by using the lowest-priced instance type. This mode is available only if Scaling Policy is set to Cost Optimization Policy and no instance type is specified in the scaling configuration.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
ess:CreateScalingConfiguration | create |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ScalingGroupId | string | Yes | The ID of the scaling group in which you want to create a scaling configuration. | asg-bp14wlu85wrpchm0**** |
ImageId | string | No | The ID of the image that Auto Scaling uses to automatically create ECS instances. | centos6u5_64_20G_aliaegis****.vhd |
ImageName | string | No | The name of the image. Each image name must be unique in a region. If you specify ImageId, ImageName is ignored. You cannot use ImageName to specify images that are purchased from Alibaba Cloud Marketplace. | image**** |
InstanceType | string | No | The instance type of the ECS instance. For more information, see the Instance families topic. | ecs.g6.large |
Cpu | integer | No | The number of vCPUs. You can specify the number of vCPUs and the memory size to determine the range of instance types. For example, you can set CPU to 2 and Memory to 16 to specify instance types that have 2 vCPUs and 16 GiB of memory. If you specify Cpu and Memory, Auto Scaling determines the available instance types based on factors such as I/O optimization requirements and zones. Then, Auto Scaling preferentially creates instances by using the lowest-priced instance type. Note
You can specify Cpu and Memory to determine the range of instance types only if you set Scaling Policy to Cost Optimization Policy and you do not specify instance types in the scaling configuration.
| 2 |
Memory | integer | No | The memory size. Unit: GiB. You can specify the number of vCPUs and the memory size to determine the range of instance types. For example, you can set Cpu to 2 and Memory to 16 to specify instance types that have 2 vCPUs and 16 GiB of memory. If you specify Cpu and Memory, Auto Scaling determines the available instance types based on factors such as I/O optimization requirements and zones. Then, Auto Scaling preferentially creates instances by using the lowest-priced instance type. Note
You can specify Cpu and Memory to determine the range of instance types only if you set Scaling Policy to Cost Optimization Policy and you do not specify instance types in the scaling configuration.
| 16 |
DeploymentSetId | string | No | The ID of the deployment set of the ECS instances that are created by using the scaling configuration. | ds-bp1frxuzdg87zh4pz**** |
SecurityGroupId | string | No | The ID of the security group with which ECS instances are associated. ECS instances that are associated with the same security group can access each other. | sg-280ih**** |
IoOptimized | string | No | Specifies whether to create an I/O optimized instance. Valid values: none: does not create an I/O optimized instance. optimized: creates an I/O optimized instance. For instances of retired instance types, the default value is none. For instances of other instance types, the default value is optimized. | optimized |
InternetChargeType | string | No | The metering method for network usage. Valid values:
For the classic network, the default value is PayByBandwidth. For VPCs, the default value is PayByTraffic. | PayByTraffic |
InternetMaxBandwidthIn | integer | No | The maximum inbound public bandwidth. Unit: Mbit/s. Valid values: 1 to 200. Default value: 200 This parameter is not used for billing because inbound traffic to instances is free of charge. | 100 |
InternetMaxBandwidthOut | integer | No | The maximum outbound public bandwidth. Unit: Mbit/s. Valid values:
| 50 |
SystemDisk.Category | string | No | The category of the system disk. Valid values:
If you specify SystemDisk.Category, you cannot specify
| cloud_ssd |
SystemDisk.Size | integer | No | The size of the system disk. Unit: GiB.
The value of SystemDisk.Size must be greater than or equal to the value of max{20, ImageSize}. Default value: 40 or the size of the image, whichever is greater. | 100 |
SystemDisk.DiskName | string | No | The name of the system disk. The name must be 2 to 128 characters in length. The name can contain letters, digits, colons (:), underscores (_), and hyphens (-). The name must start with a letter but cannot start with | cloud_ssdSystem |
SystemDisk.Description | string | No | The description of the system disk. The description must be 2 to 256 characters in length. The description can contain letters and cannot start with | Test system disk. |
SystemDisk.AutoSnapshotPolicyId | string | No | The ID of the automatic snapshot policy that you want to apply to the system disk. | sp-bp12m37ccmxvbmi5**** |
SystemDisk.PerformanceLevel | string | No | The performance level (PL) of the system disk that is an enhanced SSD (ESSD). Valid values:
Default value: PL1. | PL0 |
ScalingConfigurationName | string | No | The name of the scaling configuration. The name must be 2 to 64 characters in length and can contain letters, digits, underscores (_), hyphens (-), and periods (.). The name must start with a letter or a digit. The name of the scaling configuration must be unique in a region. If you do not specify this parameter, the scaling configuration ID is used. | scalingconfig**** |
LoadBalancerWeight | integer | No | The weight of an ECS instance as a backend server. Valid values: 1 to 100. Default value: 50 | 50 |
Tags | string | No | The tags of the ECS instance. Tags must be specified as key-value pairs. You can specify up to 20 tags. When you specify tag keys and tag values, take note of the following items:
| {"key1":"value1","key2":"value2", ... "key5":"value5"} |
UserData | string | No | The user data of the Elastic Compute Service (ECS) instance. The user data must be encoded in Base64 format. The size of raw data before Base64 encoding cannot exceed 32 KB. | echo hello ecs! |
KeyPairName | string | No | The name of the key pair that you want to use to log on to an ECS instance.
| KeyPairTest |
RamRoleName | string | No | The name of the RAM role that you attach to the ECS instance. The name is provided and maintained by Resource Access Management (RAM). You can call the ListRoles operation to query the available RAM roles. | ramrole**** |
SecurityEnhancementStrategy | string | No | Specifies whether to enable security hardening. Valid values:
| Active |
InstanceName | string | No | The name of the ECS instance that Auto Scaling creates based on the scaling configuration. | instance**** |
HostName | string | No | The hostname of the ECS instance. The hostname cannot start or end with a period (.) or a hyphen (-). The hostname cannot contain consecutive periods (.) or hyphens (-). Naming conventions for different types of instances:
| host**** |
SpotStrategy | string | No | The preemption policy that you want to apply to pay-as-you-go and preemptible instances. Valid values:
Default value: NoSpot | NoSpot |
PasswordInherit | boolean | No | Specifies whether to use the password that is preconfigured in the image. Before you use this parameter, make sure that a password is configured in the image. Valid values:
| false |
Password | string | No | The password that you want to use to log on to an ECS instance. The password must be 8 to 30 characters in length and must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. The following special characters are supported:
The password of a Windows instance cannot start with a forward slash (/). Note
For security reasons, we recommend that you use HTTPS to send requests if you specify Password.
| 123abc**** |
ResourceGroupId | string | No | The ID of the resource group to which the ECS instances that are created by using the scaling configuration belong. | rg-resource**** |
HpcClusterId | string | No | The ID of the Elastic High Performance Computing (E-HPC) cluster to which the ECS instances that are created by using the scaling configuration belong. | hpc-clusterid |
InstanceDescription | string | No | The description of the ECS instance. The description must be 2 to 256 characters in length. The description can contain letters and cannot start with | Test instance. |
ClientToken | string | No | The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see the "How to ensure the idempotence of a request" topic. | 123e4567-e89b-12d3-a456-42665544**** |
Ipv6AddressCount | integer | No | The number of randomly generated IPv6 addresses that you want to allocate to the elastic network interface (ENI). | 1 |
CreditSpecification | string | No | The performance mode of the burstable instance. Valid values:
For more information, see the "Performance modes" section in the " Overview " topic. | Standard |
ImageFamily | string | No | The name of the image family. If you specify this parameter, the most recent custom images that are available in the specified image family are returned. You can use the images to create instances. If you specify ImageId, you cannot specify ImageFamily. | hangzhou-daily-update |
ZoneId | string | No | The zone ID of the ECS instance. | cn-hangzhou-g |
DedicatedHostId | string | No | The ID of the dedicated host on which you want to create an ECS instance. You cannot create preemptible instances on dedicated hosts. If you specify DedicatedHostId, SpotStrategy and SpotPriceLimit are ignored. You can call the DescribeDedicatedHosts operation to query dedicated host IDs. | dh-bp67acfmxazb4p**** |
Affinity | string | No | Specifies whether to associate an ECS instance on a dedicated host with the dedicated host. Valid values:
Default value: default | default |
Tenancy | string | No | Specifies whether to create an ECS instance on a dedicated host. Valid values:
Default value: default | default |
SchedulerOptions | object | No | The scheduler options. | ["testManagedPrivateSpaceId****"] |
PrivatePoolOptions.MatchCriteria | string | No | The type of the private pool that you want to use to start ECS instances. A private pool is generated when an elasticity assurance or a capacity reservation takes effect. You can select a private pool to create ECS instances. Valid values:
| Open |
PrivatePoolOptions.Id | string | No | The ID of the private pool. The ID of a private pool is the same as the ID of the elasticity assurance or capacity reservation for which the private pool is generated. | eap-bp67acfmxazb4**** |
SpotDuration | integer | No | The retention period of the preemptible instance. Unit: hours. Valid values: 0, 1, 2, 3, 4, 5, and 6.
Default value: 1 | 1 |
SpotInterruptionBehavior | string | No | The interruption mode of the preemptible instance. Set the value to Terminate. The value specifies that the preemptible instance is to be released. | Terminate |
InstanceTypes | array | No | The instance types. If you specify InstanceTypes, InstanceType is ignored. Auto Scaling creates instances based on the priorities of the instance types. If Auto Scaling cannot create instances by using the instance type that has the highest priority, Auto Scaling creates instances by using the instance type that has the next highest priority. | |
string | No | The instance type. If you specify InstanceTypes, InstanceType is ignored. Auto Scaling creates instances based on the priorities of the instance types. If Auto Scaling cannot create instances by using the instance type that has the highest priority, Auto Scaling creates instances by using the instance type that has the next highest priority. | ecs.g6.large | |
InstanceTypeOverrides | array<object> | No | The instance types. | |
object | No | The instance type. | ||
InstanceType | string | No | Instance type N that you want to use to override the instance type that is specified in the launch template. If you want to trigger scale-outs based on the weighted capacities of instances, specify InstanceType and WeightedCapacity at the same time. You can specify N instance types by using the Extended Configurations feature. Valid values of N: 1 to 10. Note
This parameter takes effect only if you specify LaunchTemplateId.
You can specify an instance type that is available for purchase as the value of InstanceType. | ecs.c5.xlarge |
WeightedCapacity | integer | No | The weight of instance type N. If you want to trigger scale-outs based on the weighted capacities of instances, you must specify WeightedCapacity after you specify InstanceType. The weight of an instance type specifies the capacity of an instance of the instance type in the scaling group. A higher weight specifies that a smaller number of instances of the specified instance type is required to meet the expected capacity requirement. Performance metrics, such as the number of vCPUs and the memory size of each instance type, may vary. You can specify different weights for different instance types based on your business requirements. Example:
To meet the expected capacity requirement, Auto Scaling must create and add two ecs.c5.xlarge instances. Note
The capacity of the scaling group cannot exceed the sum of the maximum number of instances that is specified by MaxSize and the maximum weight of the instance types.
Valid values of WeightedCapacity: 1 to 500. | 4 |
DataDisks | array<object> | No | The data disks. | |
object | No | The data disk. | ||
PerformanceLevel | string | No | The PL of the data disk that is an ESSD. Valid values:
Note
For more information about how to select ESSD PLs, see ESSD .
| PL0 |
AutoSnapshotPolicyId | string | No | The ID of the automatic snapshot policy that you want to apply to the data disk. | sp-bp19nq9enxqkomib**** |
Encrypted | string | No | Specifies whether to encrypt the data disk. Valid values:
Default value: false | false |
Description | string | No | The description of the data disk. The description must be 2 to 256 characters in length. The description can contain letters and cannot start with | Test data disk. |
SnapshotId | string | No | The ID of the snapshot that you want to use to create data disks. If you specify this parameter, DataDisks.Size is ignored. The size of the data disk is the same as the size of the specified snapshot. If you specify a snapshot that is created on or before July 15, 2013, the operation fails and the system returns InvalidSnapshot.TooOld. | s-280s7**** |
Categories | array | No | The categories of the data disks. If Auto Scaling cannot create instances by using the disk category that has the highest priority, Auto Scaling creates instances by using the disk category that has the next highest priority. Valid values:
Note
If you specify Categories, you cannot specify DataDisks.Category .
| |
string | No | The category of the data disk. If Auto Scaling cannot create instances by using the disk category that has the highest priority, Auto Scaling creates instances by using the disk category that has the next highest priority. Valid values:
Note
If you specify Categories, you cannot specify DataDisks.Category .
| cloud | |
Size | integer | No | The size of the data disk. Unit: GiB. Valid values:
The size of the data disk must be greater than or equal to the size of the snapshot that is specified by SnapshotId. | 100 |
Device | string | No | The mount target of the data disk. If you do not specify Device, a mount target is automatically assigned when Auto Scaling creates ECS instances. The names of mount targets range from /dev/xvdb to /dev/xvdz. | /dev/xvdb |
DiskName | string | No | The name of the system disk. The name must be 2 to 128 characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). The name must start with a letter but cannot start with | cloud_ssdData |
Category | string | No | The category of the data disk. Valid values:
If you specify this parameter, you cannot specify Categories. If you do not specify Category or Categories, the default value of Category is used.
| cloud_ssd |
DeleteWithInstance | boolean | No | Specifies whether to release the data disk when the instance to which the data disk is attached is released. Valid values:
This parameter is available only for independent disks whose value of Category is set to cloud, cloud_efficiency, cloud_ssd, or cloud_essd. If you specify this parameter for other disks, an error is reported. Default value: true | true |
KMSKeyId | string | No | The ID of the KMS key that you want to use to encrypt the data disk. | 0e478b7a-4262-4802-b8cb-00d3fb40**** |
ProvisionedIops | long | No | The IOPS metric that is preconfigured for the data disk. Note
IOPS measures the number of read and write operations that an EBS device can process per second.
| 100 |
BurstingEnabled | boolean | No | Specifies whether to enable the burst feature for the system disk. Valid values:
Note
This parameter is available only if you set SystemDisk.Category to cloud_auto .
| false |
SpotPriceLimits | array<object> | No | The billing information of the preemptible instances. | |
object | No | The billing information of the preemptible instance. | ||
PriceLimit | float | No | The price limit of the preemptible instance. This parameter takes effect only if you set SpotStrategy to SpotWithPriceLimit. | 0.5 |
InstanceType | string | No | The instance type of the preemptible instance. This parameter takes effect only if you set SpotStrategy to SpotWithPriceLimit. | ecs.g6.large |
SecurityGroupIds | array | No | The IDs of the security groups with which you want to associate the ECS instances that are created by using the scaling configuration. For more information, see the "Security group limits" section of the " Limits " topic. Note
If you specify SecurityGroupId, you cannot specify SecurityGroupIds.
| |
string | No | The ID of the security group with which you want to associate the ECS instance that is created by using the scaling configuration. For more information, see the "Security group limits" section of the " Limits " topic. Note
If you specify SecurityGroupId, you cannot specify SecurityGroupIds.
| sg-bp18kz60mefs**** | |
InstancePatternInfos | array<object> | No | The information about the intelligent configuration settings, which determine the available instance types. | |
object | No | The information about the intelligent configuration setting, which determines the available instance types. | ||
Cores | integer | No | The number of vCPUs per instance type in intelligent configuration mode. You can use this parameter to match the available instance types. For more information, see Overview of instance families. Take note of the following items:
| 2 |
InstanceFamilyLevel | string | No | The level of the instance family. You can use this parameter to match the available instance types. This parameter takes effect only if you set
| EnterpriseLevel |
MaxPrice | float | No | The maximum hourly price of pay-as-you-go or preemptible instances in intelligent configuration mode. You can specify this parameter to filter the available instance types. Note
If you set SpotStrategy to SpotWithPriceLimit, you must specify this parameter. In other cases, this parameter is optional.
| 2 |
Memory | float | No | The memory size per instance type in intelligent configuration mode. Unit: GiB. You can use this parameter to match the available instance types. | 4 |
ExcludedInstanceTypes | array | No | The instance types that you want to exclude. You can use wildcard characters, such as an asterisk (*), to exclude an instance type or an instance family. Examples:
| |
string | No | The instance type that you want to exclude. You can use wildcard characters, such as an asterisk (*), to exclude an instance type or an instance family. Examples:
| ecs.n1.small/ecs.n1.*/*7* | |
Architectures | array | No | The architecture types of instance types. Valid values:
By default, all values are included. | |
string | No | The architecture type of the instance type. Valid values:
By default, all values are included. | X86 | |
BurstablePerformance | string | No | Specifies whether to include burstable instance types. Valid values:
Default value: Include. | Include |
InstanceTypeFamilies | array | No | The instance families that you want to specify. You can specify up to 10 instance families in each call. | |
string | No | The instance family that you want to specify. You can specify up to 10 instance families in each call. | ecs.g6 | |
MinimumCpuCoreCount | integer | No | The minimum number of vCPUs per instance type. | 2 |
MaximumCpuCoreCount | integer | No | The maximum number of vCPUs per instance type. Note
The value of MaximumCpuCoreCount cannot exceed four times the value of MinimumCpuCoreCount.
| 4 |
GpuSpecs | array | No | The GPU models. | |
string | No | The GPU model. | NVIDIA V100 | |
InstanceCategories | array | No | The categories of instance types. Valid values: Note
You can specify up to 10 categories.
| |
string | No | The category of the instance type. Valid values: Note
You can specify up to 10 categories.
| Compute-optimized with GPU | |
CpuArchitectures | array | No | The CPU architectures of instance types. Valid values: Note
You can specify 1 to 2 CPU architectures.
| |
string | No | The CPU architecture of the instance type. Valid values: Note
You can specify 1 to 2 CPU architectures.
| X86 | |
PhysicalProcessorModels | array | No | The processor models of instance types. You can specify up to 10 processor models. | |
string | No | The processor model of the instance type. You can specify up to 10 processor models. | Intel Xeon(Ice Lake) Platinum 8369B | |
MinimumEniQuantity | integer | No | The minimum number of elastic network interfaces (ENIs) per instance. | 2 |
MinimumEniPrivateIpAddressQuantity | integer | No | The minimum number of IPv4 addresses per ENI. | 2 |
MinimumEniIpv6AddressQuantity | integer | No | The minimum number of IPv6 addresses per ENI. | 1 |
MinimumInitialCredit | integer | No | The initial vCPU credits per t5 or t6 burstable instance. | 12 |
MinimumBaselineCredit | integer | No | The baseline vCPU computing performance (overall baseline performance of all vCPUs) per t5 or t6 burstable instance. | 12 |
MinimumMemorySize | float | No | The minimum memory size per instance. Unit: GiB. | 4 |
MaximumMemorySize | float | No | The maximum memory size per instance. Unit: GiB. | 4 |
MinimumGpuAmount | integer | No | The minimum number of GPUs per instance. The value must be a positive integer. | 2 |
MaximumGpuAmount | integer | No | The maximum number of GPUs per instance. The value must be a positive integer. | 2 |
SystemDiskCategories | array | No | The categories of the system disks. If Auto Scaling cannot create instances by using the disk category that has the highest priority, Auto Scaling creates instances by using the disk category that has the next highest priority. Valid values:
Note
If you specify SystemDiskCategories, you cannot specify SystemDisk.Category .
| |
string | No | The category of the system disk. If Auto Scaling cannot create instances by using the disk category that has the highest priority, Auto Scaling creates instances by using the disk category that has the next highest priority. Valid values:
Note
If you specify SystemDiskCategories, you cannot specify SystemDisk.Category .
| cloud | |
SystemDisk.Encrypted | boolean | No | Specifies whether to encrypt the system disk. Valid values:
Default value: false | false |
SystemDisk.KMSKeyId | string | No | The ID of the KMS key that you want to use to encrypt the system disk. | 0e478b7a-4262-4802-b8cb-00d3fb40**** |
SystemDisk.EncryptAlgorithm | string | No | The encryption algorithm that you want to use to encrypt the system disk. Valid values:
Default value: AES-256 | AES-256 |
SystemDisk.ProvisionedIops | long | No | The IOPS metric that is preconfigured for the system disk. Note
IOPS measures the number of read and write operations that an EBS device can process per second.
| 100 |
SystemDisk.BurstingEnabled | boolean | No | Specifies whether to enable the burst feature for the system disk. Valid values:
Note
This parameter is available only if you set SystemDisk.Category to cloud_auto .
| false |
ImageOptions.LoginAsNonRoot | boolean | No | For more information about whether an ECS instance uses the ecs-user user user to log on to an ECS instance, see Manage the login name of an ECS instance. Value range:
Default value: false. | false |
CustomPriorities | array<object> | No | The priority of the custom ECS instance type + vSwitch combination. Note
This parameter takes effect only when Scaling Policy of the scaling group is set to Priority Policy.
If Auto Scaling cannot create ECS instances by using the custom ECS instance type + vSwitch combination of the highest priority, Auto Scaling creates ECS instances by using the custom ECS instance type + vSwitch combination of the next highest priority. Note
If you specify the priorities of only partial custom ECS instance type + vSwitch combinations, Auto Scaling preferentially creates ECS instances by using the custom combinations that have specified priorities. If the custom combinations that have specified priorities do not provide sufficient resources, Auto Scaling creates ECS instances by using the custom combinations that do not have specified priorities based on the specified orders of vSwitches and instance types.
| |
object | No | |||
InstanceType | string | No | The ECS instance type. Note
The ECS instance type must be included in the instance types specified in the scaling configuration.
| ecs.g6.large |
VswitchId | string | No | The vSwitch ID. Note
The vSwitch must be included in the vSwitch list of the scaling group.
| vsw-bp14zolna43z266bq**** |
DedicatedHostClusterId | string | No | The ID of the dedicated host cluster. | dc-2zedxc67zqzt7lb4**** |
SecurityOptions | object | No | ||
ConfidentialComputingMode | string | No | The confidential computing mode. Valid values:
| TDX |
Response parameters
Examples
Sample success responses
JSON
format
{
"ScalingConfigurationId": "asc-bp1ffogfdauy0nu5****",
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-11-08 | The request parameters of the API has changed | View Change Details |
2024-10-10 | The request parameters of the API has changed | View Change Details |
2024-06-12 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2024-04-23 | The request parameters of the API has changed | View Change Details |
2024-03-20 | The request parameters of the API has changed | View Change Details |
2024-01-29 | The request parameters of the API has changed | View Change Details |
2023-11-24 | The request parameters of the API has changed | View Change Details |
2023-08-23 | The request parameters of the API has changed | View Change Details |
2023-04-12 | The request parameters of the API has changed | View Change Details |