v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1490485351.4 KB

Gets information about the provisioned products that meet the specified criteria.

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

Query parameters

PageSizestring

Pagination limit

PageTokenstring

Pagination token

Headers

X-Amz-Target'AWS242ServiceCatalogService.SearchProvisionedProducts' 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>
Filtersobject
<p>The search filters.</p> <p>When the key is <code>SearchQuery</code>, the searchable fields are <code>arn</code>, <code>createdTime</code>, <code>id</code>, <code>lastRecordId</code>, <code>idempotencyToken</code>, <code>name</code>, <code>physicalId</code>, <code>productId</code>, <code>provisioningArtifact</code>, <code>type</code>, <code>status</code>, <code>tags</code>, <code>userArn</code>, <code>userArnSession</code>, <code>lastProvisioningRecordId</code>, <code>lastSuccessfulProvisioningRecordId</code>, <code>productName</code>, and <code>provisioningArtifactName</code>.</p> <p>Example: <code>"SearchQuery":["status:AVAILABLE"]</code> </p>
SortBystring

The sort field. If no value is specified, the results are not sorted. The valid values are <code>arn</code>, <code>id</code>, <code>name</code>, and <code>lastRecordId</code>.

SortOrder'ASCENDING' | 'DESCENDING'

The sort order. If no value is specified, the results are not sorted.

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

TotalResultsCountinteger

The number of provisioned products found.

NextPageTokenstring

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