Queries the information about one or more image components.
Operation description
You can use NextToken
to configure the query token. Set the value to the NextToken
value that is returned in the previous call to the DescribeImageComponents operation. Then, use MaxResults
to specify the maximum number of entries to return on each page.
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 |
---|---|---|---|---|
ecs:DescribeImageComponents | get | *ImageComponent acs:ecs:{#regionId}:{#accountId}:imagecomponent/* *ImageComponent acs:ecs:{#regionId}:{#accountId}:imagecomponent/{#imagecomponentId} |
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The region ID of the image component. You can call the DescribeRegions operation to query the most recent region list. | cn-hangzhou |
ResourceGroupId | string | No | The ID of the resource group. If this parameter is specified to query resources, up to 1,000 resources that belong to the specified resource group can be displayed in the response. Note
Resources in the default resource group are displayed in the response regardless of how this parameter is set.
| rg-bp67acfmxazb4p**** |
Tag | array<object> | No | The tags of the image component. | |
object | No | |||
Key | string | No | The key of tag N. Valid values of N: 1 to 20. | TestKey |
Value | string | No | The value of tag N. Valid values of N: 1 to 20. | TestValue |
Name | string | No | The name of the image component. You must specify an exact name to search for the image component. | testComponent |
NextToken | string | No | The pagination token that is used in the next request to retrieve a new page of results. You do not need to specify this parameter for the first request. You must specify the token that is obtained from the previous query as the value of | AAAAAdDWBF2**** |
MaxResults | integer | No | The maximum number of entries per page. Valid values: 1 to 500. Default value: 50. | 50 |
Owner | string | No | The type of the image component. Valid values:
| SELF |
ImageComponentId | array | No | The IDs of image components. Valid values of N: 1 to 20. | |
string | No | The ID of image component N. Valid values of N: 1 to 20. | ic-bp67acfmxazb4p**** | |
ComponentType | string | No | The type of the image component. Valid values:
| null |
SystemType | string | No | The type of the operating system supported by the image component. Valid values:
| null |
ComponentVersion | string | No | The version number of the image component in the <major>.<minor>.<patch> format. You can set <major>, <minor>, and <patch> to non-negative integers, or set one of <major>, <minor>, and <patch> to the wildcard (*) and the other two to non-negative integers. Note
This parameter takes effect only if you specify Name.
| null |
Response parameters
Examples
Sample success responses
JSON
format
{
"NextToken": "AAAAAdDWBF2****",
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"TotalCount": 1,
"MaxResults": 50,
"ImageComponent": {
"ImageComponentSet": [
{
"CreationTime": "2020-11-24T06:00:00Z",
"Description": "This is description.",
"SystemType": "Linux",
"ImageComponentId": "ic-bp67acfmxazb4p****",
"ComponentType": "Build",
"ResourceGroupId": "rg-bp67acfmxazb4p****",
"Name": "testComponent",
"Content": "RESTART",
"Owner": "SELF",
"Tags": {
"Tag": [
{
"TagValue": "TestValue",
"TagKey": "TestKey"
}
]
},
"ComponentVersion": "null",
"Parameters": {
"Parameter": [
{
"Name": "null",
"Type": "null",
"DefaultValue": "null"
}
]
}
}
]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidParameter.Owner | The specified parameter \"Owner\" is not valid. | - |
400 | InvalidImageComponentIdSize.ExceededMaxNumber | %s | - |
400 | InvalidSystemType.NotSupportedValue | %s. | The specified SystemType is invalid. |
400 | InvalidComponentType.NotSupportedValue | %s. | The specified ComponentType is invalid. |
400 | InvalidParameter.ComponentVersion | The specified ComponentVersion is invalid. | The specified ComponentVersion is invalid. |
403 | Invalid.NextToken | The specified NextToken is not valid. | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-10-10 | The Error code has changed. The request parameters of the API has changed. The response structure of the API has changed | View Change Details |
2024-08-08 | The Error code has changed | View Change Details |