The schema for the Search resource contains the following elements:
Click this link to view the XSD file.
Name |
Type |
Description |
---|---|---|
SearchQuery |
Represents a search query in vCenter Chargeback Manager. |
Represents a Search Query type in vCenter Chargeback Manager.
Name |
Type |
Description |
---|---|---|
Filter |
Represents the search filter. |
|
type |
xs:string |
Represents the search filter type. |
Name |
Type |
Description |
---|---|---|
name |
xs:string |
Name of the filter. See the Search Query Filters table the reference page for Search API for a list of filter names that you can use with each resource. |
type |
xs:string |
Type of the filter. For more information on filter types, see the reference page for Search API. |
value |
xs:string |
Value of the specified filter. For more information on filter values, see the reference page for Search API. |
from |
xs:string |
Start range of the specified filter. For example, 1275034498970. Mandatory only for the filter BETWEEN. |
to |
xs:string |
End range of the specified filter. For example, 1275054498970. Mandatory only for the filter BETWEEN. |
Name |
Type |
Description |
---|---|---|
Params |
Represents the parameter type used for sorting search results. |
Name |
Type |
Description |
---|---|---|
Param |
Represents the optional sorting parameter. |
Name |
Type |
Description |
---|---|---|
index |
xs:int |
Index of the sorting parameter. Index would be in the order in which the result needs to be sorted. Starts from 1. |
order |
xs:string |
Sorting order. Valid value is ASC or DESC. |
Name |
Type |
Description |
---|---|---|
FirstResultCount |
xs:int |
Mandatory parameter. Indicates the number from which the result is to be returned. You can specify a number between 0 and 299. |
MaxResultCount |
xs:int |
Mandatory parameter. Indicates the maximum number of results to be returned. Specify a number between 0 and 300. |
Name |
Type |
Description |
---|---|---|
SearchResult |
Represents the result of the search. |
Name |
Type |
Description |
---|---|---|
uuid |
xs:string |
Unique string ID for the given query. For example, 127524218244818350128. |
FirstResultCount |
xs:string |
Search result number from which results are returned. For example, 0 to 299 |
MaxResultCount |
xs:string |
Maximum number of results returned. |
totalResultCount |
xs:string |
Actual number of results for the given query. |