Queries the information about a product portfolio.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
PortfolioId | string | Yes | The ID of the product portfolio. | port-bp1yt7582g**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0FEEF92D-4052-5202-87D0-3D8EC16F81BF",
"PortfolioDetail": {
"PortfolioArn": "acs:servicecatalog:cn-hangzhou:146611588617****:portfolio/port-bp1yt7582g****",
"PortfolioId": "port-bp1yt7582g****",
"Description": "The description of the product portfolio.\n",
"CreateTime": "2022-04-12T06:11:12Z",
"PortfolioName": "DEMO-IT services\n",
"ProviderName": "IT team\n"
},
"TagOptions": [
{
"Active": true,
"TagOptionId": "tag-bp1q65xd3j****",
"Key": "k1",
"Value": "v1",
"Owner": "133413081827****\n"
}
]
}
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.
Change history
Change time | Summary of changes | Operation | ||
---|---|---|---|---|
2023-03-24 | The response structure of the API has changed | see changesets | ||
|