API Guide

Table Of Contents
HTTP response
codes
200
Example
Response Body
{
"@odata.context": "/api/$metadata#QuerySupportService.QueryContext/
$entity",
"@odata.type": "#QuerySupportService.QueryContext",
"@odata.id": "/api/QuerySupportService/QueryContexts(1)",
"Id": 1,
"Name": "Alerts",
"Description": null,
"BaseCategoryId": 2,
"Tables":
[
{
"Id": 5,
"Name": "Device General Info",
"Description": null,
"ParentTableId": 1
},
{
"Id": 4,
"Name": "Alert Sub-Category",
"Description": null,
"ParentTableId": 2
},
{
"Id": 1,
"Name": "Alert",
"Description": null,
"ParentTableId": -1
}
],
"Fields":
[
{
"Id": 17,
"Name": "Device Name",
"TableId": 5,
"Description": null,
"FieldTypeId": 1,
"StrMaxLen": 256,
"EnumOpts": []
},
{
"Id": 18,
"Name": "Device Global Status",
"TableId": 5,
"Description": null,
"FieldTypeId": 4,
"StrMaxLen": 0,
"EnumOpts":
[
{
"Id": 1000,
"Name": "Normal"
},
{
"Id": 2000,
"Name": "Unknown"
},
{
"Id": 3000,
"Name": "Warning"
},
{
"Id": 4000,
"Name": "Critical"
},
{
APIs specific to OpenManage Enterprise
567