Data - Retrieves Items in Monitoring Tree For Root Folders
Lijst met items in de bewakingsstructuur voor hoofdmappen ophalen
GET http://<Servername>/OperationsManager/data/monitoringTreeForRootFolders
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK. De items in de structuurweergave voor hoofdmappen zijn opgehaald. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Voorbeelden
GetMonitoringTreeForRootFolders
Voorbeeldaanvraag
GET http://<Servername>/OperationsManager/data/monitoringTreeForRootFolders
Voorbeeldrespons
{
"data": [
{
"children": [
{
"children": [],
"id": "00029ee3-be76-cd64-7dc8-7007e1785694",
"mpId": "d36e72db-2871-317f-b8bf-e1ebd15e2839",
"label": "CollectPerfCounter.MP",
"description": null,
"viewType": "FolderView",
"expandedIcon": "/OperationsManager/images/NavigationPane/Folder.png",
"collapsedIcon": "/OperationsManager/images/NavigationPane/Folder.png",
"icon": "/OperationsManager/images/NavigationPane/Folder.png",
"expanded": false,
"isSealed": false,
"parent": "c3cc504f-c2b7-446b-2b87-02696b38b163",
"url": null,
"type": "parent",
"isShortcut": false
},
{
"children": [],
"id": "5e47f843-a0aa-731f-02a8-d0796279b43b",
"mpId": "749eff8c-98b6-55c1-11cb-17713af4e949",
"label": "JEE APM Discoveries Overrides",
"description": null,
"viewType": "FolderView",
"expandedIcon": "/OperationsManager/images/NavigationPane/Folder.png",
"collapsedIcon": "/OperationsManager/images/NavigationPane/Folder.png",
"icon": "/OperationsManager/images/NavigationPane/Folder.png",
"expanded": false,
"isSealed": false,
"parent": "c3cc504f-c2b7-446b-2b87-02696b38b163",
"url": null,
"type": "parent",
"isShortcut": false
},
{
"children": [],
"id": "3aeae651-5c07-455a-42c2-243243abbc2a",
"mpId": "92198088-fa29-ae64-fd65-464220a91425",
"label": "Jee Apm Monitors Overrides",
"description": null,
"viewType": "FolderView",
"expandedIcon": "/OperationsManager/images/NavigationPane/Folder.png",
"collapsedIcon": "/OperationsManager/images/NavigationPane/Folder.png",
"icon": "/OperationsManager/images/NavigationPane/Folder.png",
"expanded": false,
"isSealed": false,
"parent": "c3cc504f-c2b7-446b-2b87-02696b38b163",
"url": null,
"type": "parent",
"isShortcut": false
},
{
"children": [],
"id": "5b29d301-7a93-7613-dcd9-9c1ddce5b56a",
"mpId": "6ac80956-4c05-34c6-c160-9d6f82e662c6",
"label": "Stress.CollectPerformancecounter.MP",
"description": null,
"viewType": "FolderView",
"expandedIcon": "/OperationsManager/images/NavigationPane/Folder.png",
"collapsedIcon": "/OperationsManager/images/NavigationPane/Folder.png",
"icon": "/OperationsManager/images/NavigationPane/Folder.png",
"expanded": false,
"isSealed": false,
"parent": "c3cc504f-c2b7-446b-2b87-02696b38b163",
"url": null,
"type": "parent",
"isShortcut": false
},
{
"children": [],
"id": "7477d971-2d69-471e-9e1f-e851b0d41426",
"mpId": "e1cd5b0e-41cc-4708-39f4-a307c186a1a0",
"label": "TestImportMP",
"description": null,
"viewType": "FolderView",
"expandedIcon": "/OperationsManager/images/NavigationPane/Folder.png",
"collapsedIcon": "/OperationsManager/images/NavigationPane/Folder.png",
"icon": "/OperationsManager/images/NavigationPane/Folder.png",
"expanded": false,
"isSealed": false,
"parent": "c3cc504f-c2b7-446b-2b87-02696b38b163",
"url": null,
"type": "parent",
"isShortcut": false
}
],
"id": "c3cc504f-c2b7-446b-2b87-02696b38b163",
"mpId": null,
"label": "Monitoring",
"description": "Monitoring",
"viewType": "Overview",
"expandedIcon": "/OperationsManager/images/NavigationPane/Operations_Overview.png",
"collapsedIcon": "/OperationsManager/images/NavigationPane/Operations_Overview.png",
"icon": "/OperationsManager/images/NavigationPane/Operations_Overview.png",
"expanded": true,
"isSealed": false,
"parent": null,
"url": "/MonitoringView/default.aspx?viewId=c3cc504f-c2b7-446b-2b87-02696b38b163&viewType=Overview",
"type": "parent",
"isShortcut": false
}
]
}
Definities
Name | Description |
---|---|
Tree |
|
Tree |
TreeNode
Name | Type | Description |
---|---|---|
children |
Tree |
|
collapsedIcon |
string |
Pictogram Samengevouwen |
description |
string |
Beschrijving |
expanded |
boolean |
Uitgebreid |
expandedIcon |
string |
Uitgevouwen pictogram |
icon |
string |
Pictogram |
id |
string |
LEGITIMATIEBEWIJS |
isSealed |
boolean |
is verzegeld |
isShortcut |
boolean |
is snelkoppeling |
label |
string |
Etiket |
mpId |
string |
management pack-id |
parent |
string |
Ouder |
type |
string |
IdType |
url |
string |
URL |
viewType |
string |
Weergavetype |
TreeViewResponse
Name | Type | Description |
---|---|---|
data |
Tree |
Structuurknooppuntgegevens |