Membuat kelompok node untuk kluster. Kelompok node adalah kumpulan logis dari node yang berbagi atribut yang sama, memungkinkan manajemen terpusat dan operasi seperti peningkatan node serta skalabilitas elastis. Anda dapat menggunakan kemampuan O&M otomatis dari kelompok node, termasuk patching kerentanan CVE OS otomatis, pemulihan node rusak otomatis, dan peningkatan versi kubelet serta containerd otomatis, untuk mengurangi biaya O&M.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cs:CreateClusterNodePool |
create |
*Cluster
|
None | None |
Sintaks permintaan
POST /clusters/{ClusterId}/nodepools HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
ID kluster. |
c61da77e8bfbc4c4c999af2b51b65**** |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
Parameter badan permintaan. |
|
| nodepool_info |
object |
No |
Konfigurasi kelompok node. |
|
| name |
string |
Yes |
Nama kelompok node. |
nodepool-test |
| type |
string |
No |
Tipe kelompok node. Nilai valid:
Valid values:
|
ess |
| resource_group_id |
string |
No |
ID kelompok sumber daya dari kelompok node. Instans yang dibuat oleh kelompok node termasuk dalam kelompok sumber daya ini. Sebuah resource hanya dapat menjadi milik satu kelompok sumber daya. Anda dapat memetakan kelompok sumber daya ke konsep seperti proyek, aplikasi, atau organisasi berdasarkan skenario bisnis Anda. |
rg-acfmyvw3wjmb**** |
| auto_scaling |
object |
No |
Konfigurasi penskalaan otomatis. |
|
| enable |
boolean |
No |
Apakah akan mengaktifkan skalabilitas otomatis. Nilai valid:
Ketika nilainya false, parameter konfigurasi lain di Nilai default: |
false |
| type |
string |
No |
Tipe instans skalabilitas otomatis. Hanya berlaku ketika
Nilai default: Penting Bidang ini tidak dapat dimodifikasi setelah kelompok node dibuat. Valid values:
|
cpu |
| max_instances |
integer |
No |
Jumlah maksimum instans yang dapat diskalakan dalam kelompok node, tidak termasuk instans yang ada. Hanya berlaku ketika Nilai valid: [min_instances, 2000]. Nilai default: 0. |
10 |
| min_instances |
integer |
No |
Jumlah minimum instans yang dapat diskalakan dalam kelompok node, tidak termasuk instans yang ada. Hanya berlaku ketika Nilai valid: [0, max_instances]. Nilai default: 0. Catatan
|
1 |
is_bond_eip
deprecated
|
boolean |
No |
[Sudah usang] Bidang ini sudah usang. Gunakan internet_charge_type dan internet_max_bandwidth_out sebagai gantinya. Apakah akan mengaitkan EIP. Nilai valid:
Nilai default: |
null |
eip_internet_charge_type
deprecated
|
string |
No |
[Sudah usang] Gunakan internet_charge_type dan internet_max_bandwidth_out sebagai gantinya. Metode penagihan EIP. Nilai valid:
Nilai default: |
null |
eip_bandwidth
deprecated
|
integer |
No |
[Sudah usang] Gunakan internet_charge_type dan internet_max_bandwidth_out sebagai gantinya. Bandwidth puncak EIP. Unit: Mbit/s. |
null |
| management |
object |
No |
Konfigurasi kelompok node terkelola. |
|
| enable |
boolean |
No |
Apakah akan mengaktifkan fitur terkelola untuk kelompok node. Nilai valid:
Nilai default: false. |
false |
| auto_repair |
boolean |
No |
Apakah akan memperbaiki node secara otomatis. Hanya berlaku ketika
Nilai default: |
true |
| auto_repair_policy |
object |
No |
Kebijakan perbaikan otomatis node. |
|
| restart_node |
boolean |
No |
Apakah akan mengizinkan restart node. Berlaku hanya ketika
Nilai default: |
true |
| approval_required |
boolean |
No |
Apakah perbaikan node memerlukan persetujuan manual. |
|
| auto_vul_fix |
boolean |
No |
Apakah akan memperbaiki kerentanan CVE secara otomatis. Hanya berlaku ketika
Nilai default: |
true |
| auto_vul_fix_policy |
object |
No |
Kebijakan perbaikan CVE otomatis. |
|
| restart_node |
boolean |
No |
Apakah akan mengizinkan restart node. Berlaku hanya ketika
Nilai default: |
false |
| vul_level |
string |
No |
Tingkat kerentanan yang diizinkan untuk perbaikan otomatis, dipisahkan dengan koma. Contoh:
Nilai default: |
asap,nntf |
| exclude_packages |
string |
No |
Paket yang dikecualikan selama perbaikan kerentanan. Nilai default: |
kernel |
| auto_upgrade |
boolean |
No |
Apakah akan meningkatkan node secara otomatis. Hanya berlaku ketika
Nilai default: |
true |
| auto_upgrade_policy |
object |
No |
Kebijakan peningkatan otomatis node. |
|
| auto_upgrade_kubelet |
boolean |
No |
Apakah akan mengizinkan peningkatan kubelet otomatis. Berlaku hanya ketika
Nilai default: |
true |
| auto_upgrade_runtime |
boolean |
No |
Apakah akan mengizinkan peningkatan waktu proses otomatis. Berlaku hanya ketika
Nilai default: |
false |
| auto_upgrade_os |
boolean |
No |
Apakah akan mengizinkan peningkatan sistem operasi otomatis. Berlaku hanya ketika
Nilai default: |
false |
upgrade_config
deprecated
|
object |
No |
[Sudah usang] Gunakan parameter Konfigurasi peningkatan otomatis. Hanya berlaku ketika |
|
auto_upgrade
deprecated
|
boolean |
No |
[Sudah usang] Gunakan parameter Apakah akan mengaktifkan peningkatan otomatis. Nilai valid:
|
null |
| surge |
integer |
No |
Jumlah node tambahan. Saling eksklusif dengan Node menjadi tidak tersedia selama peningkatan. Anda dapat membuat node tambahan untuk mengompensasi beban kluster. Catatan
Jumlah node tambahan tidak boleh melebihi jumlah node saat ini. |
0 |
| surge_percentage |
integer |
No |
Persentase node tambahan. Saling eksklusif dengan Jumlah node tambahan = persentase node tambahan × jumlah node. Misalnya, jika persentase diatur ke 50% dan ada 6 node yang ada, jumlah node tambahan = 50% × 6 = 3. |
0 |
| max_unavailable |
integer |
No |
Jumlah maksimum node yang tidak tersedia. Nilai valid: [1,1000]. Nilai default: 1. |
1 |
| auto_fault_diagnosis |
boolean |
No |
||
| drift_enabled |
boolean |
No |
||
| scaling_group |
object |
No |
Konfigurasi grup penskalaan dari kelompok node. |
|
| vswitch_ids |
array |
Yes |
Daftar ID vSwitch. Nilai valid: [1,8]. Catatan
Untuk memastikan ketersediaan tinggi, pilih vSwitch di zona yang berbeda. |
|
|
string |
No |
ID vSwitch. |
vsw-wz9mfnhmssud6eicu**** |
|
| instance_types |
array |
Yes |
Daftar tipe instans untuk node dalam kelompok node. Ketika kelompok node melakukan scale-out, instans dibuat dari tipe instans yang ditentukan yang memenuhi persyaratan. Jumlah tipe instans yang didukung: [1,10]. Catatan
Untuk memastikan ketersediaan tinggi, pilih beberapa tipe instans. |
|
|
string |
No |
Tipe instans. Untuk informasi lebih lanjut, lihat Keluarga instans. |
ecs.d1ne.2xlarge |
|
| instance_charge_type |
string |
Yes |
Metode penagihan node dalam kelompok node. Nilai valid:
Nilai default: Valid values:
|
PostPaid |
| period |
integer |
No |
Durasi langganan node dalam kelompok node. Berlaku dan diperlukan hanya ketika
|
1 |
| period_unit |
string |
No |
Unit periode penagihan node dalam kelompok node. Berlaku dan diperlukan hanya ketika
Nilai default: |
Month |
| auto_renew |
boolean |
No |
Apakah akan mengaktifkan perpanjangan otomatis untuk node dalam kelompok node. Hanya berlaku ketika
Nilai default: |
true |
| auto_renew_period |
integer |
No |
Durasi setiap siklus perpanjangan otomatis. Nilai valid:
Nilai default: 1. |
1 |
| spot_strategy |
string |
No |
Tipe spot instans. Nilai valid:
Untuk informasi lebih lanjut, lihat Spot instans. |
NoSpot |
| spot_price_limit |
array<object> |
No |
Konfigurasi batas harga untuk tipe spot instans saat ini. |
|
|
object |
No |
Konfigurasi batas harga untuk spot instans. Anda dapat mengatur batas harga yang berbeda untuk tipe instans yang berbeda. |
||
| instance_type |
string |
No |
Tipe spot instans. |
ecs.c6.large |
| price_limit |
string |
No |
Harga maksimum per instans. Unit: USD/jam. |
0.39 |
| image_type |
string |
No |
Tipe image sistem operasi. Nilai valid:
|
AliyunLinux3 |
| image_id |
string |
No |
ID gambar kustom. Image yang disediakan sistem digunakan secara default. |
aliyun_2_1903_x64_20G_alibase_20200529.vhd |
| system_disk_category |
string |
No |
Tipe Tipe disk sistem node. Nilai valid:
Nilai default: |
cloud_efficiency |
| system_disk_categories |
array |
No |
Beberapa tipe Tipe disk sistem. Ketika tipe Tipe disk dengan prioritas lebih tinggi tidak tersedia, sistem secara otomatis mencoba tipe Tipe disk dengan prioritas berikutnya untuk membuat Tipe disk sistem. |
|
|
string |
No |
Beberapa tipe Tipe disk sistem untuk node. Nilai valid:
|
cloud_essd |
|
| system_disk_size |
integer |
No |
Ukuran cloud disk sistem node. Unit: GiB. Nilai valid: [20,2048]. |
120 |
| system_disk_performance_level |
string |
No |
Tingkat kinerja cloud disk sistem node. Hanya berlaku untuk cloud disk ESSD. Tingkat kinerja terkait dengan ukuran cloud disk. Untuk informasi lebih lanjut, lihat Cloud disk ESSD.
|
PL1 |
| system_disk_encrypted |
boolean |
No |
Apakah akan mengenkripsi cloud disk sistem. Nilai valid:
|
false |
| system_disk_kms_key_id |
string |
No |
ID kunci KMS yang digunakan oleh cloud disk sistem. |
0e478b7a-4262-4802-b8cb-00d3fb40**** |
| system_disk_encrypt_algorithm |
string |
No |
Algoritma enkripsi untuk cloud disk sistem. Nilai valid: aes-256. |
aes-256 |
| system_disk_bursting_enabled |
boolean |
No |
Apakah akan mengaktifkan burst (bursting kinerja) untuk cloud disk sistem node. Nilai valid:
Parameter ini hanya didukung ketika |
true |
| system_disk_provisioned_iops |
integer |
No |
IOPS baca/tulis yang disediakan untuk cloud disk sistem node. Nilai valid: 0~min{50.000, 1000kapasitas-kinerja dasar}. Kinerja dasar=min{1.800+50kapasitas, 50000}. Parameter ini hanya didukung ketika |
1000 |
| data_disks |
array |
No |
Konfigurasi cloud disk data untuk node dalam kelompok node. |
|
| data_disk |
No |
Konfigurasi cloud disk data. |
||
| security_group_ids |
array |
No |
Daftar ID grup keamanan. Saling eksklusif dengan |
|
|
string |
No |
Daftar ID grup keamanan. Saling eksklusif dengan |
sg-wz9a8g2mt6x5ll****** |
|
| key_pair |
string |
No |
Nama pasangan kunci untuk logon tanpa kata sandi. Saling eksklusif dengan Catatan
Jika kelompok node menggunakan sistem operasi ContainerOS, hanya |
np-key-name |
| login_password |
string |
No |
Kata sandi logon SSH. Saling eksklusif dengan |
**** |
| login_as_non_root |
boolean |
No |
Apakah akan logon ke Instance ECS sebagai pengguna non-root.
|
true |
cis_enabled
deprecated
|
boolean |
No |
[Sudah usang] Gunakan parameter security_hardening_os sebagai gantinya. |
null |
| soc_enabled |
boolean |
No |
Apakah akan mengaktifkan penguatan keamanan MLPS 2.0. Fitur ini hanya tersedia ketika image sistem adalah Alibaba Cloud Linux 2 atau Alibaba Cloud Linux 3. Alibaba Cloud menyediakan standar pemeriksaan garis dasar kepatuhan perlindungan berklasifikasi dan program pemindaian untuk image MLPS 2.0 Level 3 Alibaba Cloud Linux 2 dan Alibaba Cloud Linux 3. |
false |
| security_hardening_os |
boolean |
No |
Apakah akan mengaktifkan penguatan keamanan OS Alibaba Cloud. Nilai valid:
Nilai default: |
false |
| internet_charge_type |
string |
No |
Metode penagihan alamat IP publik. Nilai valid:
|
PayByTraffic |
| internet_max_bandwidth_out |
integer |
No |
Bandwidth publik arah keluar maksimum node. Unit: Mbit/s. Nilai valid: [1,100]. |
5 |
| tags |
array<object> |
No |
Tag yang hanya ditambahkan ke Instance ECS. Kunci tag tidak boleh duplikat dan memiliki panjang maksimum 128 karakter. Kunci dan nilai tag tidak boleh dimulai dengan "aliyun" atau "acs:", atau mengandung "https://" atau "http://". |
|
|
object |
No |
Tag node. |
||
| key |
string |
No |
Kunci tag. |
node-k-1 |
| value |
string |
No |
Nilai tag. |
node-v-1 |
| desired_size |
integer |
No |
Jumlah node yang seharusnya dipertahankan oleh kelompok node. Kami menyarankan Anda mengonfigurasi setidaknya 2 node untuk memastikan komponen kluster berjalan dengan benar. Anda dapat melakukan scale-in atau scale-out kelompok node dengan menyesuaikan jumlah node yang diinginkan. Jika Anda tidak perlu membuat node, atur nilai ini ke 0 dan sesuaikan secara manual nanti untuk menambahkan node. |
0 |
| multi_az_policy |
string |
No |
Kebijakan penskalaan untuk Instance ECS dalam grup penskalaan multi-zona. Nilai valid:
Nilai default: |
COST_OPTIMIZED |
| scaling_policy |
string |
No |
Mode grup penskalaan. Nilai valid:
Nilai default: |
release |
| on_demand_base_capacity |
integer |
No |
Jumlah minimum instans bayar sesuai pemakaian yang diperlukan dalam grup penskalaan. Nilai valid: [0,1000]. Instans bayar sesuai pemakaian dibuat terlebih dahulu ketika jumlah instans bayar sesuai pemakaian kurang dari nilai ini. |
0 |
| on_demand_percentage_above_base_capacity |
integer |
No |
Persentase instans bayar sesuai pemakaian di antara instans tambahan yang melebihi jumlah minimum instans bayar sesuai pemakaian ( |
20 |
| spot_instance_pools |
integer |
No |
Jumlah tipe instans yang tersedia. Grup penskalaan membuat spot instans di seluruh tipe instans berbiaya terendah secara seimbang. Nilai valid: [1,10]. |
5 |
| spot_instance_remedy |
boolean |
No |
Apakah akan mengaktifkan penggantian spot instans. Ketika diaktifkan, grup penskalaan mencoba membuat instans baru untuk menggantikan spot instans yang akan direklamasi. Nilai valid:
|
false |
| compensate_with_on_demand |
boolean |
No |
Ketika
|
true |
| deploymentset_id |
string |
No |
ID set penyebaran. Anda dapat menggunakan set penyebaran untuk mendistribusikan Instance ECS yang diskalakan keluar oleh kelompok node ke server fisik yang berbeda untuk memastikan ketersediaan tinggi dan pemulihan bencana tingkat bawah. Saat membuat Instance ECS dalam set penyebaran, instans diluncurkan di wilayah yang ditentukan berdasarkan strategi penyebaran yang telah dikonfigurasi sebelumnya. Penting Setelah Anda memilih set penyebaran, jumlah maksimum node dalam kelompok node dibatasi. Batas atas default untuk set penyebaran adalah 20 × jumlah zona (jumlah zona ditentukan oleh vSwitch). Pilih dengan hati |
ds-bp1d19mmbsv3jf6xxxxx |
| rds_instances |
array |
No |
Daftar instans RDS. |
|
|
string |
No |
ID instans RDS. |
rds-**** |
|
| private_pool_options |
object |
No |
Konfigurasi kelompok node pribadi. |
|
| id |
string |
No |
ID node pool pribadi. Ketika |
eap-bp67acfmxazb4**** |
| match_criteria |
string |
No |
Tipe node pool pribadi. Menentukan opsi kapasitas kolam pribadi untuk peluncuran instans. Setelah jaminan elastisitas atau reservasi kapasitas berlaku, kolam pribadi dihasilkan untuk peluncuran instans. Nilai valid:
|
Target |
security_group_id
deprecated
|
string |
No |
The security group ID of the node pool. Use either this parameter or |
sg-wz9a8g2mt6x5llu0**** |
platform
deprecated
|
string |
No |
[This field is deprecated] Use the The operating system distribution. Valid values:
Default value: |
null |
| instance_patterns |
array |
No |
The instance attribute configuration. |
|
| instance_patterns |
No |
The instance attributes. |
||
| ram_role_name |
string |
No |
The Worker RAM role name.
Penting Only ACK managed clusters of version 1.22 or later support this parameter. |
example-role |
| instance_metadata_options | InstanceMetadataOptions |
No |
The ECS instance metadata access configuration. |
|
| resource_pool_options |
object |
No |
The resource pool and resource pool strategy used when creating instances. Note the following when you set this parameter: This parameter takes effect only when creating pay-as-you-go instances. This parameter cannot be set together with private_pool_options.match_criteria or private_pool_options.id. |
|
| strategy |
string |
No |
The resource pool strategy used when creating instances. Resource pools include private pools generated after elasticity assurance or capacity reservation takes effect, and public pools for instance launch. Valid values: PrivatePoolFirst: Private pool first. When resouce_pool_options.private_pool_ids is specified, the specified private pools are used first. If no private pool is specified or the specified private pool capacity is insufficient, open-type private pools are automatically matched. If no matching private pool is available, public pool resources are used. PrivatePoolOnly: Private pool only. You must specify resouce_pool_options.private_pool_ids. If the specified private pool capacity is insufficient, instance launch fails. None: No resource pool strategy is used. Default value: None. |
PrivatePoolFirst |
| private_pool_ids |
array |
No |
The list of private pool IDs, which are elasticity assurance IDs or capacity reservation IDs. Only Target mode private pool IDs can be specified. Valid values of N: 1 to 20. |
|
|
string |
No |
The private pool ID, which is the elasticity assurance ID or capacity reservation ID. Only Target mode private pool IDs can be specified. |
eap-bp67acfmxazb4**** |
|
| system_disk_snapshot_policy_id |
string |
No |
The system cloud disk snapshot policy. |
sp-0jl6xnmme8v7o935**** |
| disk_init |
array |
No |
The block device initialization configuration. |
|
|
DiskInit |
No |
The DiskInit configuration. |
||
| node_config |
object |
No |
The node configuration. |
|
| kubelet_configuration | kubelet_config |
No |
The Kubelet parameter settings. |
|
| kubernetes_config |
object |
No |
The cluster-related configuration. |
|
| labels |
array |
No |
The node labels. Adds labels to Kubernetes cluster nodes. |
|
| tag |
No |
The label configuration. |
||
| taints |
array |
No |
The taint configuration. |
|
| taint |
No |
The taint configuration set. |
||
| runtime |
string |
No |
The container runtime name. ACK supports the following three container runtimes:
Default value: containerd. |
containerd |
| runtime_version |
string |
No |
The container runtime version. |
1.6.38 |
| cpu_policy |
string |
No |
The node CPU management policy. The following two policies are supported for cluster versions 1.12.6 and later:
Default value: |
none |
| user_data |
string |
No |
The instance user data. After the node joins the cluster, the specified instance user data script runs. For more information, see User-Data scripts. |
dGhpcyBpcyBhIGV4YW1wbGU= |
| unschedulable |
boolean |
No |
Specifies whether scaled-out nodes are unschedulable.
|
true |
| cms_enabled |
boolean |
No |
Specifies whether to install CloudMonitor on ECS nodes. After installation, you can view monitoring information for the created ECS instances in the CloudMonitor console. We recommend that you enable this feature. Valid values:
Default value: |
false |
| node_name_mode |
string |
No |
The custom node name. After you customize the node name, the node name, ECS instance name, and ECS instance hostname are all changed. Catatan
For Windows instances with custom node names enabled, the hostname is fixed to the IP address with hyphens (-) replacing the dots (.) in the IP address, and does not include the prefix or suffix. The node name consists of a prefix, the node IP address, and a suffix:
Example: The node IP address is 192.XX.YY.55, the prefix is aliyun.com, and the suffix is test.
|
aliyun.com192.XX.YY.55test |
| pre_user_data |
string |
No |
The instance pre-custom data. Before the node joins the cluster, the specified pre-custom data script runs. For more information, see User-Data scripts. |
dGhpcyBpcyBhIGV4YW1wbGU |
| tee_config |
object |
No |
The confidential computing cluster configuration. |
|
| tee_enable |
boolean |
No |
Specifies whether to enable confidential computing for the cluster.
|
true |
interconnect_config
deprecated
|
object |
No |
[This field is deprecated] The edge node pool configuration. |
|
| cen_id |
string |
No |
[This field is deprecated] The Cloud Enterprise Network (CEN) instance ID bound to the enhanced edge node pool. |
null |
| ccn_id |
string |
No |
[This field is deprecated] The Cloud Connect Network (CCN) instance ID bound to the enhanced edge node pool. |
null |
| ccn_region_id |
string |
No |
[This field is deprecated] The region of the Cloud Connect Network instance bound to the enhanced edge node pool. |
null |
| bandwidth |
integer |
No |
[This field is deprecated] The network bandwidth of the enhanced edge node pool. Unit: Mbps. |
null |
| improved_period |
string |
No |
[This field is deprecated] The subscription duration of the enhanced edge node pool. Unit: months. |
null |
count
deprecated
|
integer |
No |
[This field is deprecated] Use desired_size instead. The number of nodes in the node pool. |
null |
max_nodes
deprecated
|
integer |
No |
[This field is deprecated] The maximum number of nodes allowed in the edge node pool. |
null |
| interconnect_mode |
string |
No |
The network type of the edge node pool. This parameter takes effect only for node pools with
|
basic |
| host_network |
boolean |
No |
Specifies whether the pod network mode uses host network mode.
|
true |
| intranet |
boolean |
No |
Specifies whether nodes in the edge node pool have Layer 3 network connectivity with each other.
|
true |
| eflo_node_group |
object |
No |
The Lingjun node pool configuration. |
|
| cluster_id |
string |
No |
The Lingjun cluster ID to associate when creating a Lingjun node pool. |
i1169130516633730**** |
| group_id |
string |
No |
The Lingjun group ID of the Lingjun cluster to associate when creating a Lingjun node pool. |
ng-ec3c96ff0aa**** |
| auto_attach_enabled |
boolean |
No |
||
| worker_ram_role_name |
string |
No |
||
| auto_mode |
object |
No |
The node pool intelligent managed configuration. |
|
| enable |
boolean |
No |
Specifies whether to enable intelligent managed mode. Valid values:
|
true |
| node_components |
array<object> |
No |
The node component list. |
|
|
array<object> |
No |
The node component. |
||
| name |
string |
No |
The node component name. |
kubelet |
| version |
string |
No |
The node component version. |
1.33.3-aliyun.1 |
| config |
object |
No |
The node component configuration. |
|
| custom_config |
object |
No |
The node component custom configuration. |
{"cpuManagerPolicy":"static"} |
|
any |
No |
The node component custom configuration string. |
cpuManagerPolicy |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The node pool configuration. |
||
| nodepool_id |
string |
The node pool ID. |
np31da1b38983f4511b490fc62108a**** |
| task_id |
string |
The task ID. |
T-613b19bbd160ad492800**** |
| request_id |
string |
The request ID. |
0527ac9a-c899-4341-a21a-**** |
Contoh
Respons sukses
JSONformat
{
"nodepool_id": "np31da1b38983f4511b490fc62108a****",
"task_id": "T-613b19bbd160ad492800****",
"request_id": "0527ac9a-c899-4341-a21a-****"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.