diff --git a/docs/ims/api-ref/en-us_topic_0020092109.html b/docs/ims/api-ref/en-us_topic_0020092109.html index daf528fc2..c4d1e481d 100644 --- a/docs/ims/api-ref/en-us_topic_0020092109.html +++ b/docs/ims/api-ref/en-us_topic_0020092109.html @@ -6,7 +6,7 @@
The API is an asynchronous one. If it is successfully called, the cloud service system receives the request. However, you need to use the asynchronous job query API to query the image creation status. For details, see Querying the Status of an Asynchronous Job.
You cannot export public images (such as Windows, SUSE, Red Hat, Oracle Linux, and Ubuntu) or private images created using these public images.
-POST /v2/cloudimages/action
Array of objects
Lists the image tags. This parameter is left blank by default.
-Use either tags or image_tags.
+Use either tags or image_tags.
enterprise_project_id
@@ -211,7 +211,8 @@Specifies the OS version.
This parameter is valid if an external image file uploaded to the OBS bucket is used to create an image. For its value, see Values of Related Parameters.
-This parameter is mandatory when the value of is_quick_import is true, that is, a system disk image is imported using the quick import method.
+If the uploaded file is in ISO format, this parameter is mandatory.
+This parameter is mandatory when the value of is_quick_import is true, that is, a system disk image is imported using the quick import method.
Array of objects
Lists the image tags. This parameter is left blank by default. Use either tags or image_tags.
+Lists the image tags. This parameter is left blank by default. Use either tags or image_tags.
type
@@ -289,8 +290,8 @@String
Specifies the image type.
-The value can be ECS, BMS, FusionCompute, or Ironic. The default value is ECS.
-The value can be ECS, BMS, FusionCompute, IsoImage, or Ironic. The default value is ECS.
+enterprise_project_id
@@ -300,7 +301,7 @@String
Specifies the enterprise project that the image belongs to.
-For more information about enterprise projects and how to obtain enterprise project IDs, see Enterprise Management User Guide.
+For more information about enterprise projects and how to obtain enterprise project IDs, see Enterprise Management User Guide.
Integer
Specifies the minimum memory required by the image in the unit of MB. The default value is 0, indicating that the memory is not restricted.
+Specifies the minimum memory required by the image in the unit of MB. The default value is 0, indicating that the memory is not restricted.
data_images
@@ -428,7 +429,7 @@Lists the image tags. This parameter is left blank by default.
For detailed parameter descriptions, see Image Tag Data Formats.
-Use either tags or image_tags.
+Use either tags or image_tags.
image_tags
@@ -536,7 +537,7 @@Array of strings
Specifies tags of the image. This parameter is left blank by default.
-Use either tags or image_tags.
+Use either tags or image_tags.
image_tags
@@ -546,7 +547,7 @@Array of objects
Specifies tags of the image. This parameter is left blank by default.
-Use either tags or image_tags.
+Use either tags or image_tags.
enterprise_project_id
@@ -556,7 +557,7 @@String
Specifies the enterprise project that the image belongs to.
-For more information about enterprise projects and how to obtain enterprise project IDs, see Enterprise Management User Guide.
+For more information about enterprise projects and how to obtain enterprise project IDs, see Enterprise Management User Guide.
forceCreate must be set to true.
forceCreate must be set to true.
+forceCreate must be set to true.
Set forceCreate to true.
An error occurred when the value of asumeToken was obtained.
An error occurred when the value of asumeToken was obtained.
+An error occurred when the value of asumeToken was obtained.
Contact technical support.
The value of hw_firmware_type is not uefi or bios.
The value of hw_firmware_type is not uefi or bios.
+The value of hw_firmware_type is not uefi or bios.
Set hw_firmware_type to uefi or bios.
The value of Architecture must be x86 or Arm.
The value of Architecture must be x86 or Arm.
+The value of Architecture must be x86 or Arm.
Set Architecture to x86 or arm.
+Set Architecture to x86 or arm.
400
diff --git a/docs/ims/api-ref/en-us_topic_0024735403.html b/docs/ims/api-ref/en-us_topic_0024735403.html index 933be6ae4..304be3712 100644 --- a/docs/ims/api-ref/en-us_topic_0024735403.html +++ b/docs/ims/api-ref/en-us_topic_0024735403.html @@ -8,7 +8,13 @@2023-12-22
+2024-01-15
+Modified the following content:
+Added a description for os_version and the value IsoImage for type in Creating an Image.
+2023-12-22
Modified the following content:
2020-08-12
Modified the following content:
-2019-01-30
Modified the following content:
-2018-09-30
@@ -205,7 +211,7 @@2017-02-08
2016-10-29
Before exporting an image, ensure that you have the Tenant Administrator permission for OBS.
POST /v1/cloudimages/{image_id}/file
diff --git a/docs/ims/api-ref/en-us_topic_0049147856.html b/docs/ims/api-ref/en-us_topic_0049147856.html index 54ae84d7b..8dc955d16 100644 --- a/docs/ims/api-ref/en-us_topic_0049147856.html +++ b/docs/ims/api-ref/en-us_topic_0049147856.html @@ -4,7 +4,7 @@This API is an extension one and is used to copy an existing image to another image. When replicating an image, you can change the image attributes to meet the requirements of different scenarios.
This API is an asynchronous one. If job_id is returned, the task is successfully delivered. You need to query the status of the asynchronous task. If the status is success, the task is successfully executed. If the status is failed, the task fails. For details about how to query the status of an asynchronous task, see Querying the Status of an Asynchronous Job.