v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1422222115.9 KB

Retrieves a list of all the application components (processes).

post/list-applicationcomponents

Request body

applicationComponentCriteria'NOT_DEFINED' | 'APP_NAME' | 'SERVER_ID' | 'APP_TYPE' | 'STRATEGY' | 'DESTINATION' | 'ANALYSIS_STATUS' | 'ERROR_CATEGORY'

Criteria for filtering the list of application components.

filterValuestring

Specify the value based on the application component criteria type. For example, if <code>applicationComponentCriteria</code> is set to <code>SERVER_ID</code> and <code>filterValue</code> is set to <code>server1</code>, then <a>ListApplicationComponents</a> returns all the application components running on server1.

maxResultsinteger

The maximum number of items to include in the response. The maximum value is 100.

nextTokenstring

The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set <code>maxResults</code> to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.

sort'ASC' | 'DESC'

Specifies whether to sort by ascending (<code>ASC</code>) or descending (<code>DESC</code>) order.

Response

Success

nextTokenstring

The token you use to retrieve the next set of results, or null if there are no more results.