API Guide
"FieldTypeId": 4,
"StrMaxLen": 0,
"EnumOpts":
[
{
"Id": 1000,
"Name": "Acknowledged"
},
{
"Id": 2000,
"Name": "Not Acknowledged"
}
]
},
{
"Id": 5,
"Name": "Alert Message ID",
"TableId": 1,
"Description": null,
"FieldTypeId": 1,
"StrMaxLen": 256,
"EnumOpts": []
},
{
"Id": 2,
"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 Response
Body
[
{
"Id": 25000,
"Name": "All PowerEdge Devices",
"UsageId": 2,
"FilterText": "",
"ContextId": 2
},
{
"Id": 1013,
"Name": "Dell Compellent Arrays",
"UsageId": 1,
494 APIs specific to OpenManage Enterprise