/AWS1/CL_ADS=>LISTCONFIGURATIONS()
¶
About ListConfigurations¶
Retrieves a list of configuration items as specified by the value passed to the
required parameter configurationType
. Optional filtering may be applied to refine
search results.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_CONFIGURATIONTYPE
TYPE /AWS1/ADSCONFIGURATIONITEMTYPE
/AWS1/ADSCONFIGURATIONITEMTYPE
¶
A valid configuration identified by Application Discovery Service.
Optional arguments:¶
IT_FILTERS
TYPE /AWS1/CL_ADSFILTER=>TT_FILTERS
TT_FILTERS
¶
You can filter the request using various logical operators and a key-value format. For example:
{"key": "serverType", "value": "webServer"}
For a complete list of filter options and guidance about using them with this action, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.
IV_MAXRESULTS
TYPE /AWS1/ADSINTEGER
/AWS1/ADSINTEGER
¶
The total number of items to return. The maximum value is 100.
IV_NEXTTOKEN
TYPE /AWS1/ADSNEXTTOKEN
/AWS1/ADSNEXTTOKEN
¶
Token to retrieve the next set of results. For example, if a previous call to ListConfigurations returned 100 items, but you set
ListConfigurationsRequest$maxResults
to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.
IT_ORDERBY
TYPE /AWS1/CL_ADSORDERBYELEMENT=>TT_ORDERBYLIST
TT_ORDERBYLIST
¶
Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.