API Guide
{
"Id": 20,
"Name": "VxRAIL",
"UsageId": 1,
"FilterText": "",
"ContextId": 2
},
{
"Id": 23,
"Name": "Windows Servers",
"UsageId": 1,
"FilterText": "",
"ContextId": 2
},
{
"Id": 21,
"Name": "XC",
"UsageId": 1,
"FilterText": "",
"ContextId": 2
}
]
2.6.5 /api/QuerySupportService/Filters(filterId)
GET
Description
Get detailed information for a specific query filter.
Privilege
VIEW
HTTP Response Codes
200
POST Usage Examples
Output:
{
"@odata.context": "/api/$metadata#QuerySupportService.Filter/$entity",
"@odata.id": "/api/QuerySupportService/Filters(15)",
"Id": 15,
"Name": "",
"UsageId": 0,
"FilterText": "",
"ContextId": 2,
"Conditions": [
{
"LogicalOperatorId": 0,
"LeftParen": true,
"FieldId": 42,
"OperatorId": 1,
"Value": "151",
"RightParen": true
}
]
}
MIB import REST service
2.7.1 /api/MIBImportService/MIBS
GET
Description
Get all the traps imported from various MIBs. It essentially lists all the traps with all the information.
Traps can be grouped together based on catalog name.
50
OpenManage Enterprise–Specific resource model