Mengkueri informasi tugas.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
servicecatalog:GetTask |
get |
*ProvisionedProduct
|
|
None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| TaskId |
string |
Yes |
ID tugas. |
task-bp1dmg242c**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
0FEEF92D-4052-5202-87D0-3D8EC16F81BF |
| TaskDetail |
object |
The details of the task. |
|
| TaskId |
string |
The ID of the task. |
task-bp1dmg242c**** |
| TaskType |
string |
The type of the task. Valid values:
|
LaunchProduct |
| PortfolioId |
string |
The ID of the product portfolio. |
port-bp1yt7582g**** |
| ProductId |
string |
The ID of the product. |
prod-bp18r7q127**** |
| ProductName |
string |
The name of the product. |
DEMO-创建ECS |
| ProductVersionId |
string |
The ID of the product version. |
pv-bp15e79d26**** |
| ProductVersionName |
string |
The name of the product version. |
1.0 |
| ProvisionedProductId |
string |
The ID of the product instance. |
pp-bp1ddg1n2a**** |
| ProvisionedProductName |
string |
The name of the product instance. |
DEMO-ECS实例 |
| Parameters |
array<object> |
The parameters that are specified in the template. |
|
|
object |
|||
| ParameterKey |
string |
The name of the input parameter for the template. |
instance_type |
| ParameterValue |
string |
The value of the input parameter for the template. |
ecs.s6-c1m1.small |
| Outputs |
array<object> |
The output parameters of the template. |
|
|
object |
|||
| OutputKey |
string |
The name of the output parameter for the template. |
instance_id |
| OutputValue |
string |
The value of the output parameter for the template. |
i-xxxxxx |
| Description |
string |
The description of the output parameter for the template. |
The ECS instance ID. |
| Log |
object |
The logs of the instance. |
|
| TerraformLogs |
array<object> |
The Terraform logs. |
|
|
object |
|||
| Command |
string |
The name of the Terraform command that is run. Valid values:
For more information about Terraform commands, see Basic CLI Features. |
apply |
| Stream |
string |
The output stream. Valid values:
|
stdout |
| Content |
string |
The content of the output stream that is returned after the command is run. |
Apply complete! Resources: 42 added, 0 changed, 0 destroyed. |
| Status |
string |
The state of the task. Valid values:
|
Succeeded |
| StatusMessage |
string |
The message that is returned for the status of the task. Catatan
This parameter is returned only when Failed is returned for the Status parameter. |
Resource CREATE failed: terraform stack sc-146611588617****-pp-bp1ddg1n2a**** failure... |
| CreateTime |
string |
The time when the task was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2022-05-23T09:46:27Z |
| UpdateTime |
string |
The time when the task was last modified. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2022-05-23T09:47:29Z |
| TaskTags |
array<object> |
The custom tags. |
|
|
object |
|||
| Key |
string |
The custom tag key. The tag key can be up to 128 characters in length and cannot contain |
k1 |
| Value |
string |
The custom tag value. The value must be 1 to 128 characters in length. It cannot start with |
v1 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "0FEEF92D-4052-5202-87D0-3D8EC16F81BF",
"TaskDetail": {
"TaskId": "task-bp1dmg242c****",
"TaskType": "LaunchProduct",
"PortfolioId": "port-bp1yt7582g****",
"ProductId": "prod-bp18r7q127****",
"ProductName": "DEMO-创建ECS",
"ProductVersionId": "pv-bp15e79d26****",
"ProductVersionName": "1.0",
"ProvisionedProductId": "pp-bp1ddg1n2a****",
"ProvisionedProductName": "DEMO-ECS实例",
"Parameters": [
{
"ParameterKey": "instance_type",
"ParameterValue": "ecs.s6-c1m1.small"
}
],
"Outputs": [
{
"OutputKey": "instance_id",
"OutputValue": "i-xxxxxx",
"Description": "The ECS instance ID."
}
],
"Log": {
"TerraformLogs": [
{
"Command": "apply",
"Stream": "stdout",
"Content": "Apply complete! Resources: 42 added, 0 changed, 0 destroyed."
}
]
},
"Status": "Succeeded",
"StatusMessage": "Resource CREATE failed: terraform stack sc-146611588617****-pp-bp1ddg1n2a**** failure...",
"CreateTime": "2022-05-23T09:46:27Z",
"UpdateTime": "2022-05-23T09:47:29Z",
"TaskTags": [
{
"Key": "k1",
"Value": "v1"
}
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | A system error occurred. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.