Queries launch options.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
servicecatalog:ListLaunchOptions |
list |
*Product
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProductId |
string |
Yes |
The ID of the product. |
prod-bp18r7q127**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
0FEEF92D-4052-5202-87D0-3D8EC16F81BF |
| LaunchOptionSummaries |
array<object> |
The launch options. |
|
|
array<object> |
|||
| PortfolioId |
string |
The ID of the product portfolio. |
port-bp1yt7582g**** |
| PortfolioName |
string |
The name of the product portfolio. |
DEMO-IT服务 |
| ConstraintSummaries |
array<object> |
The constraints. |
|
|
object |
|||
| ConstraintType |
string |
The type of the constraint. Valid values:
|
Launch |
| Description |
string |
The description of the constraint. |
Launch as local role TestRole |
| OperationTypes |
array |
The types of operations that require approval. If the type of the constraint is Approval, this parameter is not empty. |
|
|
string |
The type of the operation. If the type of the constraint is Approval, this parameter is not empty. |
All,TerminateProvisionedProduct,UpdateProvisionedProduct,LaunchProduct |
|
| StackRegions |
array |
The regions in which users can launch the service. If the type of the constraint is StackRegion, this parameter is not empty. |
|
|
string |
The region in which users can launch the service. |
cn-hangzhou |
Examples
Success response
JSON format
{
"RequestId": "0FEEF92D-4052-5202-87D0-3D8EC16F81BF",
"LaunchOptionSummaries": [
{
"PortfolioId": "port-bp1yt7582g****",
"PortfolioName": "DEMO-IT服务",
"ConstraintSummaries": [
{
"ConstraintType": "Launch",
"Description": "Launch as local role TestRole",
"OperationTypes": [
"All,TerminateProvisionedProduct,UpdateProvisionedProduct,LaunchProduct"
],
"StackRegions": [
"cn-hangzhou"
]
}
]
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | A system error occurred. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.