CaaS / CVPC API Developer Center

Image

Description

describeImages is used to list the detailed information on more than one set of images. If there are no parameters imageId or orderUuid, the information on all the images would be listed.

Request Parameter

Parameter Description Note
imageId

(Not a necessary parameter)

image id list
Type : String
Default Value : No
Whether it is plural : Yes
Multiple values can be supported.
orderUuid

(Not a necessary parameter)

order uuid
Type : String
Default Value : No
Whether it is plural : Yes
Multiple values can be supported.
vpcBusinessServiceId

(Not a necessary parameter)

vpc BusinessService Id
Type : String
Default Value : No
Whether it is plural : No
businessTag

(Not a necessary parameter)

Business Tag
Type : String
Default Value : No
Whether it is plural : No
refer to Business Tag

Response Parameter

Parameter Description Note

requestId

(Not a necessary parameter)

Request ID
Type : JSON value : string
Whether it is plural : No
Automatically produced by the system
imageList image list
Type : JSON value : array
Whether it is plural : Yes
ImageEntry List

Request Example

ex 1:
https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=describeImages
&chtAuthType=hwspass
&version=${version}
&expires=${expires}
&accessKey=${accessKey}
&signature=${signature}

ex 2:
https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=describeImages
&imageId=BT550100010003
&chtAuthType=hwspass
&version=${version}
&expires=${expires}
&accessKey=${accessKey}
&signature=${signature}

		

Response Example

[
	"requestId":"xxxEXAMPLE",
{
		"orderUuid": "cvghe802-1ed4-4a2a-8078-ca0a29deeff0",
		"imageId": "BT550100010003",
		"instanceId": "BV550100010003",
		"applyDate": "2012-01-01T01:01:01Z",
		"startDate": "2012-01-01T01:02:01Z",
		"endDate": null,
		"name": "myName",
		"description": "myDescription",
		"provisionStatus": "provisionok",
		"provisionMessage": null,
		"businessTag": "9a92f90c-532a-4a5d-9e3c-0c1805bc2583",
		"regionId": "region-tw-1"
	},
	{
		"orderUuid": "pe0fkd0f-df4b-48d0-93bd-4f355c85b2d8",
		"imageId": "BT550100010004",
		"instanceId": "BV550100010004",
		"applyDate": "2012-01-01T01:01:01Z",
		"startDate": "2012-01-01T01:02:01Z",
		"endDate": null,
		"name": "myName2",
		"description": "myDescription2",
		"provisionStatus": "provisionok",
		"provisionMessage": null,
		"businessTag": "9a92f90c-532a-4a5d-9e3c-0c1805bc2583",
		"radix": 1,
		"regionId": "region-tw-1"
	}
]

		

Related Links

createImage
deleteImage

Error Code

OrderProcessFail