Mengkueri detail templat.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
servicecatalog:GetTemplate |
get |
*Product
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ProductId |
string |
Yes |
ID produk. |
prod-bp18r7q127**** |
| ProductVersionId |
string |
Yes |
ID versi produk. |
pv-bp15e79d26**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
0FEEF92D-4052-5202-87D0-3D8EC16F81BF |
| TemplateBody |
string |
The content of the template. For more information about the template syntax, see Structure of Terraform templates. |
{ "ROSTemplateFormatVersion": "2015-09-01", "Transform": "Aliyun::Terraform-v1.1", "Workspace": { "main.tf": "variable \"name\" { default = \"auto_provisioning_group\"}" }, "Outputs": {} } |
Contoh
Respons sukses
JSONformat
{
"RequestId": "0FEEF92D-4052-5202-87D0-3D8EC16F81BF",
"TemplateBody": "{\n \"ROSTemplateFormatVersion\": \"2015-09-01\",\n \"Transform\": \"Aliyun::Terraform-v1.1\",\n \"Workspace\": {\n \"main.tf\": \"variable \\\"name\\\" { default = \\\"auto_provisioning_group\\\"}\"\n },\n \"Outputs\": {}\n}"
}
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.