Consulta as opções de inicialização.
Experimente agora
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
servicecatalog:ListLaunchOptions |
list |
*Product
|
Nenhuma | Nenhuma |
Parâmetros da solicitação
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
Exemplo |
| ProductId |
string |
Sim |
O ID do produto. |
prod-bp18r7q127**** |
Elementos de resposta
|
Elemento |
Tipo |
Descrição |
Exemplo |
|
object |
Os parâmetros de resposta. |
||
| RequestId |
string |
O ID da solicitação. |
0FEEF92D-4052-5202-87D0-3D8EC16F81BF |
| LaunchOptionSummaries |
array<object> |
As opções de inicialização. |
|
|
array<object> |
|||
| PortfolioId |
string |
O ID do portfólio de produtos. |
port-bp1yt7582g**** |
| PortfolioName |
string |
O nome do portfólio de produtos. |
DEMO-IT Service |
| ConstraintSummaries |
array<object> |
As restrições. |
|
|
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 |
Exemplos
Resposta de sucesso
JSON formato
{
"RequestId": "0FEEF92D-4052-5202-87D0-3D8EC16F81BF",
"LaunchOptionSummaries": [
{
"PortfolioId": "port-bp1yt7582g****",
"PortfolioName": "DEMO-IT Service",
"ConstraintSummaries": [
{
"ConstraintType": "Launch",
"Description": "Launch as local role TestRole",
"OperationTypes": [
"All,TerminateProvisionedProduct,UpdateProvisionedProduct,LaunchProduct"
],
"StackRegions": [
"cn-hangzhou"
]
}
]
}
]
}
Códigos de erro
|
Código de status HTTP |
Código de erro |
Mensagem de erro |
Descrição |
|---|---|---|---|
| 500 | InternalError | A system error occurred. |
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.