Query parameters

Storage Advisor Embedded Guide

Version
88-06-0x
Audience
anonymous
Part Number
MK-97HM85022-12

If the GET method is used to obtain an object, query parameters can be specified to filter the execution results based on specific conditions.

Query parameters can be specified at the end of the URL in the following format:

?parameter=value

To specify multiple parameters, concatenate them by using ampersands (&). Multiple parameters are specified in the following example:

?parameter=value&parameter=value...

For details on parameters that can be specified for queries, see the section explaining the specific API request.

Parameters are case-sensitive. If you specify a parameter other than those that can be specified for each API, the invalid parameter is ignored, and only the valid parameters are used to filter the execution results.