Crée un disque de données postpayé ou par abonnement.
Description de l'opération
-
Lors de la création d'un disque, vous pouvez activer l'attribut multi-attach (MultiAttach). Renseignez-vous sur cet attribut et ses limites d'utilisation avant de continuer. Pour plus d'informations, consultez Disques ESSD prenant en charge NVMe et Utiliser la fonctionnalité multi-attach.
-
Types de disques pris en charge : disque de base, disque ultra, SSD standard, SSD d'entreprise, disque ESSD Entry, SSD d'entreprise régional (ESSD), disque ESSD AutoPL, disque éphémère élastique - Édition Standard et disque éphémère élastique - Édition Premium.
-
Vous devez effectuer l'enregistrement en nom réel avant de créer un disque. Accédez à la page Enregistrement en nom réel dans le Centre de comptes.
-
La création d'un disque entraîne des frais de ressources. Familiarisez-vous au préalable avec les méthodes de facturation d'Elastic Compute Service (ECS). Pour plus d'informations, consultez Aperçu de la facturation.
-
Paramètres par défaut lors de la création d'un disque :
Les instantanés automatiques du disque sont supprimés lorsque le disque est supprimé. Autrement dit, DeleteAutoSnapshot est défini sur true. Vous pouvez appeler DescribeDisks pour interroger les paramètres du paramètre, et appeler ModifyDiskAttribute pour le modifier.
Lorsque vous créez un SSD d'entreprise, si vous ne spécifiez pas le niveau de performance, le niveau par défaut est PL1. Vous pouvez appeler ModifyDiskSpec pour modifier le niveau de performance.
La méthode de facturation est postpayée, ce qui signifie que la propriété Portable par défaut est true.
Testez maintenant
Testez cette API dans OpenAPI Explorer, sans signature manuelle. Les appels réussis génèrent automatiquement du code SDK correspondant à vos paramètres. Téléchargez-le avec une sécurité intégrée des identifiants pour une utilisation locale. Testez cette API dans OpenAPI Explorer, sans signature manuelle. Les appels réussis génèrent automatiquement du code SDK correspondant à vos paramètres. Téléchargez-le avec une sécurité intégrée des identifiants pour une utilisation locale.
Test
Autorisation RAM
|
ecs:CreateDisk |
create |
Disk.
Disk.
Snapshot.
|
|
Aucune |
Paramètres de requête
|
Paramètre |
Type |
Requis |
Description |
Exemple |
| RegionId |
string |
Oui |
L'identifiant de la région. Vous pouvez appeler DescribeRegions pour obtenir la liste la plus récente des régions. |
cn-hangzhou |
| ZoneId |
string |
Non |
L'identifiant de la zone dans laquelle créer un disque postpayé.
Remarque
Vous n'avez pas besoin de définir ZoneId pour les disques de type cloud_regional_disk_auto. |
cn-hangzhou-g |
| SnapshotId |
string |
Non |
L'identifiant de l'instantané à utiliser pour créer le disque. Les instantanés créés le 15 juillet 2013 ou avant ne peuvent pas être utilisés pour créer des disques. Les paramètres SnapshotId et Size présentent les limites suivantes :
|
s-bp67acfmxazb4p**** |
| DiskName |
string |
Non |
Le nom du disque. Le nom doit comporter de 2 à 128 caractères et peut contenir des caractères de la catégorie des lettres Unicode (y compris les caractères anglais et chinois) et des chiffres ASCII (0-9). Le nom peut contenir des deux-points (:), des traits de soulignement (_), des points (.) ou des traits d'union (-). Le nom doit commencer par un caractère de la catégorie des lettres Unicode. Valeur par défaut : vide. |
testDiskName |
| Size |
integer |
Non |
La taille du disque. Unité : Gio. Vous devez spécifier une valeur pour ce paramètre. Valeurs valides :
Si vous spécifiez SnapshotId, les paramètres SnapshotId et Size présentent les limites suivantes :
|
2000 |
| DiskCategory |
string |
Non |
La catégorie du disque de données. Valeurs valides :
Valeur par défaut : cloud. |
cloud_ssd |
| Description |
string |
Non |
La description du disque. La description doit comporter de 2 à 256 caractères et ne peut pas commencer par http:// ou https://. Valeur par défaut : vide. |
testDescription |
| Encrypted |
boolean |
Non |
Indique si le disque doit être chiffré. Valeurs valides :
Valeur par défaut : false. |
false |
| ClientToken |
string |
Non |
Le jeton client utilisé pour garantir l'idempotence de la requête. Vous pouvez utiliser le client pour générer le jeton, mais assurez-vous que le jeton est unique pour chaque requête. La valeur ClientToken ne peut contenir que des caractères ASCII et ne doit pas dépasser 64 caractères. Pour plus d'informations, consultez Comment garantir l'idempotence. |
123e4567-e89b-12d3-a456-426655440000 |
| InstanceId |
string |
Non |
L'identifiant de l'instance par abonnement à laquelle le disque par abonnement créé est automatiquement attaché.
Valeur par défaut : vide. Un disque postpayé est créé, et la région du disque est déterminée par RegionId et ZoneId. |
i-bp18pnlg1ds9rky4**** |
| ResourceGroupId |
string |
Non |
L'identifiant du groupe de ressources auquel le disque appartient. |
rg-bp67acfmxazb4p**** |
| KMSKeyId |
string |
Non |
L'identifiant de la clé Key Management Service (KMS) utilisée par le disque. Remarque
Si Encrypted est défini sur true et que KMSKeyId n'est pas spécifié, la clé par défaut est utilisée pour le chiffrement, et la valeur KMSKeyId est renvoyée après la création de l'instance.
|
0e478b7a-4262-4802-b8cb-00d3fb40826X |
| PerformanceLevel |
string |
Non |
Le niveau de performance du SSD d'entreprise à créer. Paramètres du niveau de performance. Valeurs valides :
Valeur par défaut : PL1. Pour plus d'informations sur la sélection d'un niveau de performance ESSD, consultez Disques ESSD. |
PL1 |
| AdvancedFeatures |
string |
Non |
Ce paramètre n'est pas disponible publiquement. |
hide |
| StorageSetId |
string |
Non |
L'identifiant de l'ensemble de stockage. Remarque
Les paramètres de l'ensemble de stockage (StorageSetId et StorageSetPartitionNumber) et le paramètre du cluster de stockage par blocs dédié (StorageClusterId) sont mutuellement exclusifs. Si vous spécifiez les deux, l'appel d'API échoue. |
ss-bp67acfmxazb4p**** |
| EncryptAlgorithm |
string |
Non |
Ce paramètre n'est pas disponible publiquement. |
hide |
| StorageSetPartitionNumber |
integer |
Non |
Le nombre de partitions dans l'ensemble de stockage. Valeurs valides : 2 et plus, jusqu'à la limite du quota de privilèges renvoyée par DescribeAccountAttributes. Valeur par défaut : 2. |
3 |
| StorageClusterId |
string |
Non |
L'identifiant du cluster de stockage par blocs dédié. Pour créer un disque dans un cluster de stockage par blocs dédié spécifique, spécifiez ce paramètre. Remarque
Les paramètres de l'ensemble de stockage (StorageSetId et StorageSetPartitionNumber) et le paramètre du cluster de stockage par blocs dédié (StorageClusterId) sont mutuellement exclusifs. Si vous spécifiez les deux, l'appel d'API échoue. |
dbsc-j5e1sf2vaf5he8m2**** |
| MultiAttach |
string |
Non |
Indique si l'attribut multi-attach doit être activé. Valeurs valides :
Valeur par défaut : Disabled. Remarque
Les disques pour lesquels l'attribut multi-attach est activé prennent uniquement en charge la méthode de facturation postpayée. Par conséquent, lorsque MultiAttach=Enabled, vous ne pouvez pas spécifier le paramètre InstanceId. Vous pouvez appeler AttachDisk pour attacher le disque après sa création. Notez qu'un disque avec la fonctionnalité multi-attach activée ne peut être attaché qu'en tant que disque de données. |
Disabled |
| Tag |
array<object> |
Non |
La liste des balises du disque. |
|
|
object |
Non |
La liste des balises du disque. |
||
| key |
string |
Non |
La clé de balise du disque. Remarque
Pour une meilleure compatibilité du code, utilisez le paramètre Tag.N.Key. |
Test |
| Key |
string |
Non |
La clé de balise du disque. Valeurs valides de N : de 1 à 20. La clé de balise ne peut pas être une chaîne vide. La clé de balise peut comporter jusqu'à 128 caractères et ne peut pas commencer par aliyun ou acs:. Elle ne peut pas contenir http:// ou https://. |
TestKey |
| Value |
string |
Non |
La valeur de balise du disque. Valeurs valides de N : de 1 à 20. La valeur de balise peut être une chaîne vide. La valeur de balise peut comporter jusqu'à 128 caractères et ne peut pas contenir http:// ou https://. |
TestValue |
| value |
string |
Non |
La valeur de balise du disque. Remarque
Pour une meilleure compatibilité du code, utilisez le paramètre Tag.N.Value. |
Test |
| Arn |
array<object> |
Non |
Remarque
Ce paramètre n'est pas disponible publiquement. |
|
|
object |
Non |
Remarque
Ce paramètre n'est pas disponible publiquement. |
||
| RoleType |
string |
Non |
Remarque
Ce paramètre n'est pas disponible publiquement. |
hide |
| Rolearn |
string |
Non |
Remarque
Ce paramètre n'est pas disponible publiquement. |
hide |
| AssumeRoleFor |
integer |
Non |
Remarque
Ce paramètre n'est pas disponible publiquement. |
1000000000 |
| ProvisionedIops |
integer |
Non |
Les IOPS en lecture/écriture provisionnées du disque ESSD AutoPL. Valeurs valides :
Performances de base = max{min{1 800 + 50 × Capacité, 50 000}, 3 000}. Remarque
Ce paramètre est pris en charge uniquement lorsque DiskCategory est défini sur cloud_auto. Pour plus d'informations, consultez Disques ESSD AutoPL. |
40000 |
| BurstingEnabled |
boolean |
Non |
Indique si la fonctionnalité de rafale de performance doit être activée. Valeurs valides :
Remarque
Ce paramètre est pris en charge uniquement lorsque DiskCategory est défini sur cloud_auto. Pour plus d'informations, consultez Disques ESSD AutoPL. |
false |
Éléments de réponse
|
Élément |
Type |
Description |
Exemple |
|
object |
|||
| DiskId |
string |
L'identifiant du disque. |
d-bp131n0q38u3a4zi**** |
| RequestId |
string |
L'identifiant de la requête. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3**** |
| OrderId |
string |
L'identifiant de la commande. Remarque
Un identifiant de commande est renvoyé uniquement lorsque vous créez un disque par abonnement. |
20413515388**** |
Exemples
JSON format
{
"DiskId": "d-bp131n0q38u3a4zi****",
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****",
"OrderId": "20413515388****"
}
Codes d'erreur
|
Code de statut HTTP |
Code d'erreur |
Message d'erreur |
Description |
|---|---|---|---|
| 400 | InvalidSize.ValueNotSupported | The specified parameter Size is not valid. | |
| 400 | InvalidDiskName.Malformed | The specified disk name is malformed. | |
| 400 | InvalidDescription.Malformed | The specified description is malformed. | |
| 400 | MissingParameter | The input parameter either "SnapshotId" or "Size" should be specified. | |
| 400 | InvalidDiskCategory.NotSupported | The specified disk category is not supported. | |
| 400 | Account.Arrearage | Your account has an outstanding payment. | |
| 400 | InvalidDiskCategory.ValueNotSupported | The specified parameter "DiskCategory" is not valid. | |
| 400 | InvalidParameter.Conflict | %s | |
| 400 | OperationDenied | The specified Zone is not available or not authorized. | |
| 400 | InvalidDiskSize.NotSupported | The specified parameter size is not valid. | |
| 400 | InvalidDiskSizeOrCategory | The specified disk category or size is invalid. | |
| 400 | InvalidParameter.EncryptedIllegal | The specified parameter Encrypted must be true when kmsKeyId is not empty. | |
| 400 | Duplicate.TagKey | The Tag.N.Key contain duplicate key. | |
| 400 | InvalidTagKey.Malformed | The specified Tag.n.Key is not valid. | |
| 400 | InvalidTagValue.Malformed | The specified Tag.n.Value is not valid. | |
| 400 | InvalidParameter.Arns | The specified Arns is not valid. | |
| 400 | InvalidPerformanceLevel.Malformed | The specified parameter PerformanceLevel is not valid. | |
| 400 | InvalidDiskCategory.ConflictSnapshotCategory | The specified disk category conflict with snapshot category. | |
| 400 | InvalidEncrypted.NotMatchEncryptAlgorithm | The specified parameter Encrypted must be true when EncryptAlgorithm is not empty. | |
| 400 | InvalidEncrypted.NotMatchKmsKeyId | The specified parameter Encrypted must be true when KmsKeyId is not empty. | |
| 400 | InvalidEncryptAlgorithm.NotMatchSnapshot | The specified parameter EncryptAlgorithm is different from the encrypt algorithm of the snapshot. | |
| 400 | InvalidKmsKeyId.NotMatchSnapshot | The specified parameter KmsKeyId is different from the KmsKeyId of the snapshot. | |
| 400 | InvalidEncryptAlgorithm | The specified parameter EncryptAlgorithm is not valid. | |
| 400 | InvalidPerformanceLevel.ValueNotSupported | The current ZoneId does not support PL0 of cloud_essd. | |
| 400 | InvalidKMSKeyId.NotSymmetric | The specified parameter KmsKeyId must be symmetric. | |
| 400 | InvalidStorageSetId.NotFound | The specified storage set does not exist. | |
| 400 | InvalidStorageClusterId.StatusNotSupport | The current status of the dedicated storage cluster cannot create a cloud disk yet. | |
| 400 | InvalidStorageClusterId.ConflictWithStorageSetId | The specified StorageClusterId is in conflict with storageSetId. | |
| 400 | InvalidStorageClusterId.ConflictWithInstanceId | The specified StorageClusterId is in conflict with instanceId. | |
| 400 | InvalidStorageClusterId.CategoryNotMatch | The current dedicated storage cluster cannot create this category of disk. | |
| 400 | InvalidStorageClusterId.PerformanceLevelNotMatch | The current dedicated storage cluster cannot create this performance level of disk. | |
| 400 | InvalidStorageClusterId.CapacityNotEnough | The remaining capacity of the current dedicated storage cluster is less than the size of disk. | |
| 400 | InvalidCloudBoxZone.EncryptedNotSupported | The cloud box zone does not support creating encrypted disks. | |
| 400 | InvalidInstance.NotFoundSystemDisk | The specified instance has no system disk. | |
| 400 | ProvisionedIopsForDiskCategoryUnsupported | The specified disk category does not support provisioned iops. | |
| 400 | InvalidProvisionedIops.LimitExceed | The provisioned iops exceeds the limit. | |
| 400 | BurstingEnabledForDiskCategoryUnsupported | The specified disk category does not support bursting enabled. | |
| 400 | BurstingEnabledForMultiAttachDiskUnsupported | The multi attach disk does not support bursting enabled. | |
| 400 | ProvisionedIopsForDiskCategoryRequired | The provisioned iops is required for this disk category. | |
| 400 | NotSupportSnapshotEncrypted.RegionId | The specified region does not support creating encrypted disks with native snapshot encrypt. | |
| 400 | NotSupportSnapshotEncrypted.ZoneId | The specified zone does not support creating encrypted disks with native snapshot encrypt. | |
| 400 | NotSupportSnapshotEncrypted.ShareImage | Shared snapshot creating encrypted disks with native snapshot encrypt is not supported. | |
| 400 | NotSupport.SnapshotEncryptedAlgorithmConflict | Changing encrypt algorithm with encrypted snapshot is not supported. | |
| 400 | QuotaExceed.DiskCapacity | The used capacity of disk type has exceeded the quota in the zone, %s. | |
| 400 | InsufficientBalance.AgentAccount | The account balance is insufficient. Please contact your channel partner to recharge in time. | |
| 400 | InvalidParam.EncryptedMismatch | Creating encrypted disks with shared encrypted snapshots requires replacing encryption keys. | |
| 400 | InvalidAccountStatus.NotEnoughBalance | Your account does not have enough balance. Please contact your partner to increase your account balance. | |
| 400 | InvalidParameter.KmsNotEnabled | Failed to perform this operation because KMS is not activated. | |
| 400 | InvalidParameter.Encrypted.KmsNotEnable | Failed to perform this operation because KMS is not activated. | |
| 400 | InvalidZoneId.DiskCategoryUnsupported | The specified disk category does not support setting the ZoneId. | |
| 400 | InvalidStorageSetId.DiskCategoryUnsupported | The specified disk category does not support setting the StorageSetId. | |
| 400 | InvalidStorageClusterId.DiskCategoryUnsupported | The specified disk category does not support setting the StorageClusterId. | |
| 400 | InvalidParameter.Encrypted | Creating non-encrypted disks with encrypted snapshots is not supported. | |
| 400 | EncryptedOption.Conflict | Disk encryption attributes conflict. | |
| 400 | InvalidDataDiskCategory.NotSupported | Specified disk category is not supported. | |
| 400 | InvalidBurstingEnabled.DiskSizeTooSmall | The disk size must be greater than 3 GiB to enable burst. | |
| 400 | OperationDenied.RiskIssue | Your action is denied due to a risk issue. Please contact customer service. | |
| 400 | InvalidDiskSize.ExceedsMultiAttachLimit | The specified disk size exceeds the maximum limit 65536 for enabling multi-attach. | |
| 400 | InvalidStatus.ValueNotSupported | The specified instance status is not supported for this operation. The expected status is Running or Stopped. | |
| 400 | InvalidSnapshot.NotReady | The specified snapshot creation is not completed yet. | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 403 | InvalidDataDiskCategory.NotSupported | Specified disk category is not supported. | |
| 403 | InstanceDiskCategoryLimitExceed | The total size of specified disk category in an instance exceeds. | |
| 403 | InvalidSnapshot.NotReady | The specified snapshot creation is not completed yet. | |
| 403 | InvalidSnapshot.TooOld | This operation is forbidden because the specified snapshot is created before 2013-07-15. | |
| 403 | InvalidSnapshot.TooLarge | The capacity of snapshot exceeds 2000GB. | |
| 403 | OperationDenied | The specified snapshot is not allowed to create disk. | |
| 403 | QuotaExceed.PortableCloudDisk | The quota of portable cloud disk exceeds. | |
| 403 | InvalidDiskCategory.ValueUnauthorized | The disk category is not authorized. | |
| 403 | InvalidSnapshotId.NotReady | The specified snapshot has not completed yet. | |
| 403 | InvalidSnapshotId.NotDataDiskSnapshot | The specified snapshot is system disk snapshot. | |
| 403 | InvalidDiskSize.TooSmall | Specified disk size is less than the size of snapshot. | |
| 403 | InvalidDiskSize.NotSupported | Disk size is not supported. | |
| 403 | InvalidAccountStatus.NotEnoughBalance | Your account does not have enough balance. | |
| 403 | InvalidAccountStatus.SnapshotServiceUnavailable | Snapshot service has not been opened yet. | |
| 403 | InvalidPayMethod | The specified pay method is not valid. | |
| 403 | InvalidDiskCategory.NotSupported | The specified disk category is not supported. | |
| 403 | UserNotInTheWhiteList | The user is not in disk white list. | |
| 403 | QuotaExceed.PostPaidDisk | Living postPaid disks quota exceeded. | |
| 403 | InvalidRegion.NotSupport | The specified region does not support byok. | |
| 403 | InvalidParameter.KMSKeyId.KMSUnauthorized | ECS service does not have permission to access your KMS key. Please verify that the specified KMS key has authorized the ECS service. | |
| 403 | SecurityRisk.3DVerification | We have detected a security risk with your default credit or debit card. Please proceed with verification via the link in your email. | |
| 403 | InvalidParameter.AdvancedFeatures | The specified parameter AdvancedFeatures is not valid. | |
| 403 | InvalidInstanceChargeType.ValueNotSupported | The InstanceChargeType does not support this action. | |
| 403 | InvalidStatus.Upgrading | The instance is upgrading; please try again later. | |
| 403 | InvalidParam.ZoneIdAndInstanceId.Conflict | The specified parameter 'ZoneId' and 'InstanceId' are not blank at the same time. | |
| 403 | OperationDenied.PerformanceLevelNotMatch | The specified PerformanceLevel and Size do not match. | |
| 403 | InvalidStorageSetName.Malformed | Specified parameter StorageSetName is not valid. | |
| 403 | InvalidDescription.Malformed | Specified parameter Description is not valid. | |
| 403 | InvalidMaxPartitionNumber.Malformed | Specified parameter MaxPartitionNumber is not valid. | |
| 403 | InvalidParameter.StorageSetPartitionNumber | Specified parameter StorageSetPartitionNumber is not valid. | |
| 403 | InvalidParameter.StorageSetId | Specified parameter StorageSetId is not valid. | |
| 403 | InvalidParameter.StorageSetZoneId | Specified parameter StorageSetZoneId is not valid. | |
| 403 | QuotaExceed.Tags | %s | |
| 403 | QuotaExceeded.PostpaidDataDiskCapacity | The quota of postpaid data disk capacity exceeds. | |
| 403 | InvalidRegionId.NotSupportEncryptAlgorithm | The current region does not support creating encrypted disks with EncryptAlgorithm. | |
| 403 | OperationDenied.SnapshotNotAllowed | The specified snapshot is not allowed to create disk. | |
| 403 | LastTokenProcessing | The last token request is processing. | |
| 403 | InvalidParameter.MultiAttach | The specified param MultiAttach is not valid. | |
| 403 | InvalidParameter.MultiAttachAndInstanceIdConflict | The parameter MultiAttach and InstanceId are conflict. | |
| 403 | InvalidParameter.DiskCategoryAndMultiAttachConflict | The specified disk category does not support multi attach set. | |
| 403 | InvalidParameter.DiskCategoryAndMultiAttachNotMatch | The specified disk category does not support multi attach enabled. | |
| 403 | OperationDenied.ZoneNotSupportMultiAttachDisk | The specified zone does not support multi-attach disks. | |
| 403 | InvalidAccountStatus.CouponAmountNotEnough | Your coupon balance is insufficient or has expired. | |
| 403 | InvalidOperation.CreateFromSnapshotUnsupported | The elastic ephemeral disk cannot be created from snapshot. | |
| 403 | NotSupportSnapshotEncrypted.DiskCategory | The specified disk category does not support creating encrypted system disks or encrypted data disks from snapshots. Check the DiskCategory or Encrypted parameter; or check your account for default encryption settings. | |
| 403 | InvalidParameter.DataEncryptedKeyCreateFailed | Failed to create the KMS data encryption key. Please verify that the current KMS key has authorized the ECS service to use it. If the issue persists; contact KMS Technical Support. | |
| 403 | Zone.NotOnSale | The resource in the specified zone is no longer available for sale. Please try other regions and zones. | |
| 403 | RegionUnauthorized | You are not authorized to perform the operation in the specified region. | |
| 403 | InvalidDataDiskCategory.ValueNotSupported | The specified Category of Data Disk is not valid. | |
| 403 | InvalidParameter.EncryptedNotSupported | The current disk category does not support encryption. If encryption is required; please switch to a different disk category. | |
| 403 | InvalidDataDiskSize.ValueNotSupported | The specified disk size is beyond the permitted range; or the snapshot capacity exceeds the size limit for the specified disk category. | |
| 403 | InvalidParameter.KMSKeyId.CMKNotEnabled | The CMK (Customer Master Key) must be in an active state. | |
| 403 | InvalidParameter.KMSKeyId.CMKUnauthorized | The CMK(Customer Master Key) lacks authorization to add tags to the ECS service. | |
| 403 | InvalidEncrypted.NotMatchSnapshot | The specified parameter Encrypted must be set to true when creating disks with encrypted snapshots. | |
| 403 | InvalidEncrypted.NotMatchDiskDefaultEncryption | Enabling disk default encryption prevents the creation of non-encrypted disks. | |
| 403 | InvalidInstanceStatus | The current status of the instance does not support this operation. | |
| 403 | InvalidDiskSize.NotSupportMultiAttachDisk | The specified disk size exceeds the maximum limit 65536 for enabling multi-attach. | |
| 403 | InstanceDiskLimitExceeded | The number of disks attached to the instance has exceeded the limit. | |
| 403 | InvalidOperation.PrepaidDiskUnsupported | The specified DataSource does not support prepaid disk charge type. | |
| 403 | UnsupportedUserType | The specified DataSource is not enabled. | |
| 403 | InvalidDataSource.NotAvailable | The specified DataSource is not available. Please contact the ACS Service team to verify DataSource availability. | |
| 403 | InvalidParameter.DataSourceType | The specified DataSourceType is not valid. The DataSourceType only supports ImageCache. | |
| 403 | InvalidParameter.DataSource | Both DataSourceId and DataSourceType must be specified. | |
| 403 | InvalidDataSource.EncryptedResourceNotSupported | Encrypted DataSources are not supported. Please switch to a non-encrypted DataSource and try again. | |
| 403 | ParameterConflict.DataSourceAndSnapshotId | The specified parameter DataSource is incompatible with SnapshotId. You can specify either DataSource or SnapshotId but not both. | |
| 403 | InvalidZoneId.EncryptedUnsupported | The specified ZoneId does not support creating encrypted disks. | |
| 403 | IncorrectInstanceStatus.Initializing | The specified instance status does not support this operation. Please wait for the instance to reach Running status and try again. | |
| 403 | OperationDenied.KMSKeyUnauthorized | The operation is denied due to missing KMS key authorization. Please check the KMS key permissions and ensure the key is properly authorized for this operation. | |
| 404 | InvalidRegionId.NotFound | The specified RegionId does not exist. | |
| 404 | InvalidZoneId.NotFound | The specified zone does not exist. | |
| 404 | InvalidSnapshotId.NotFound | The specified SnapshotId does not exist. | |
| 404 | InvalidResourceGroup.NotFound | The ResourceGroup provided does not exist in our records. | |
| 404 | InvalidParameter.KMSKeyId.NotFound | The specified KMSKeyId does not exist. | |
| 404 | InvalidInstanceId.NotFound | The InstanceId provided does not exist in our records. | |
| 404 | InvalidStorageClusterId.NotExist | The specified StorageClusterId does not exist in current region. | |
| 429 | Throttling | The request was denied due to storage throttling. Please retry later. |
Consultez Codes d'erreur pour la liste complète.
Notes de version
Consultez Notes de version pour la liste complète.