v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1490485351.4 KB

This API takes either a <code>ProvisonedProductId</code> or a <code>ProvisionedProductName</code>, along with a list of one or more output keys, and responds with the key/value pairs of those outputs.

post/#X-Amz-Target=AWS242ServiceCatalogService.GetProvisionedProductOutputs

Query parameters

PageSizestring

Pagination limit

PageTokenstring

Pagination token

Headers

X-Amz-Target'AWS242ServiceCatalogService.GetProvisionedProductOutputs' required

Request body

AcceptLanguagestring
<p>The language code.</p> <ul> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>
ProvisionedProductIdstring

The identifier of the provisioned product that you want the outputs from.

ProvisionedProductNamestring

The name of the provisioned product that you want the outputs from.

OutputKeysOutputKey[]

The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product.

PageSizeinteger

The maximum number of items to return with this call.

PageTokenstring

The page token for the next set of results. To retrieve the first set of results, use null.

Response

Success

NextPageTokenstring

The page token to use to retrieve the next set of results. If there are no additional results, this value is null.