Queries the components that are related to applications in Elastic Compute Service (ECS) clusters.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /pop/v5/resource/components HTTP/1.1
Request parameters
| Parameter | Type | Required | Description | Example |
|---|
The current API does not require request parameters
No request parameters.
Response parameters
Examples
Sample success responses
JSONformat
{
"Code": 200,
"Message": "success",
"ComponentList": {
"Component": [
{
"Type": "JDK",
"ComponentKey": "JDK 7",
"Version": "oraclejdk7",
"Expired": false,
"ComponentId": 1,
"Desc": "JDK 7"
}
]
}
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|
No change history
