API Guide
"Name": "Alert Message",
"TableId": 1,
"Description": null,
"FieldTypeId": 1,
"StrMaxLen": 2048,
"EnumOpts": []
}
]
}
/api/QuerySupportService/QueryContexts(Id)/
QuerySupportService.GetFiltersForContext
This URI represents summary information for all filters (queries) defined by using a specific Query Context.
GET method for QuerySupportService.GetFiltersForContext
This method returns summary filter information for all queries defined by using a specific Query Context. For the QuerySupportService,
the term 'filter' refers to the row selection conditions for a query—WHERE part of a SQL statement.
Description Returns summary filter information for all queries defined by using a specific Query Context. Information is only
returned for queries that has a minimum of one selection condition.
Privilege VIEW
HTTP response
codes
200
Example
Output:
[
{
"Id": 25000,
"Name": "All PowerEdge Devices",
"UsageId": 2,
"FilterText": "",
"ContextId": 2
},
{
"Id": 1013,
"Name": "Dell Compellent Arrays",
"UsageId": 1,
"FilterText": "",
"ContextId": 2
},
{
"Id": 1010,
"Name": "Dell iDRAC Servers",
"UsageId": 1,
"FilterText": "",
"ContextId": 2
},
{
"Id": 1007,
"Name": "Dell Networking Switches",
"UsageId": 1,
"FilterText": "",
"ContextId": 2
},
{
"Id": 1008,
"Name": "Fibre Channel Switches",
"UsageId": 1,
"FilterText": "",
"ContextId": 2
},
{
APIs specific to OpenManage Enterprise
367