API Guide
{
"Id":0,
"NetworkAddress":"10.35.0.0"
}
]
}
OutPut :
{
"NetworkAddress": []
}
POST Usage Examples : Invalid Range
Input:
{
"Id":0,
"Identifier":"Exclude-2017112215503232",
"DeviceType":0,
"GlobalExcludeDetails":[
{
"Id":0,
"NetworkAddress":"10.35.0.*"
}
]
}
OutPut :
{
"NetworkAddress": [
"10.35.0.*"
]
}
QuerySupport service
2.6.1 /api/QuerySupportService/QueryContextSummaries
GET
Description
Get summary information for all Query Contexts
Privilege
VIEW
HTTP Response Codes
200
GET Usage Examples
Output:
{
"@odata.context": "/api/$metadata#Collection(QuerySupportService.QueryContextSummary)",
"@odata.count": 5,
"value": [
{
"@odata.id": "/api/QuerySupportService/QueryContextSummaries(1)",
"Id": 1,
"Name": "Jobs",
"Description": null,
"BaseCategoryId": 3
},
{
"@odata.id": "/api/QuerySupportService/QueryContextSummaries(5)",
"Id": 5,
"Name": "Groups",
"Description": null,
"BaseCategoryId": 4
},
{
"@odata.id": "/api/QuerySupportService/QueryContextSummaries(4)",
"Id": 4,
"Name": "Alerts",
OpenManage Enterprise–Specific resource model
37