Queries the details of a product version.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProductVersionId | string | Yes | The ID of the product version. | pv-bp15e79d26**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"ProductVersionDetail": {
"Active": true,
"Description": "The description of the product version.",
"CreateTime": "2022-04-12T06:10:37Z",
"Guidance": "Default",
"ProductVersionId": "pv-bp15e79d26****",
"ProductVersionName": "1.0",
"ProductId": "prod-bp18r7q127****",
"TemplateUrl": "oss://servicecatalog-cn-hangzhou/146611588617****/terraform/template/tpl-bp1217we23****/template.json",
"TemplateType": "RosTerraformTemplate"
},
"RequestId": "0FEEF92D-4052-5202-87D0-3D8EC16F81BF"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
500 | InternalError | A system error occurred. |
For a list of error codes, visit the Service error codes.