Data - Retrieve Items In Favorite Folders Tree View

Retrieves the list of views/dashboards available in the favorite views folder.

GET http://<Servername>/OperationsManager/data/favoriteFoldersTree

Responses

Name Type Description
200 OK

TreeViewResponse

OK.Successfully retrieved the list of views/dashboards available in the Favorites view folder.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

Examples

Data_GetFavoriteFoldersTree_MaximumSet_Gen

Sample Request

GET http://<Servername>/OperationsManager/data/favoriteFoldersTree

Sample Response

{
  "data": [
    {
      "children": [],
      "id": "Folder_429fe15d0a7a4244bc3a96da83a8e11b",
      "mpId": null,
      "label": "Favorite Views",
      "description": "Favorite Views",
      "viewType": "FavoritesRoot",
      "expandedIcon": "/OperationsManager/images/NavigationPane/FavoriteView.png",
      "collapsedIcon": "/OperationsManager/images/NavigationPane/FavoriteView.png",
      "icon": "/OperationsManager/images/NavigationPane/FavoriteView.png",
      "expanded": true,
      "isSealed": false,
      "parent": "MyWorkspaceRoot",
      "url": "/MonitoringView/default.aspx?ViewType=Overview&ViewID=Favorites_Overview",
      "type": "parent",
      "isShortcut": false
    }
  ]
}

Definitions

Name Description
TreeNode
TreeViewResponse

TreeNode

Name Type Description
children

TreeNode[]

collapsedIcon

string

Collapsed Icon

description

string

Description

expanded

boolean

Expanded

expandedIcon

string

Expanded Icon

icon

string

Icon

id

string

ID

isSealed

boolean

is Sealed

isShortcut

boolean

is Shortcut

label

string

Label

mpId

string

management Pack ID

parent

string

Parent

type

string

IdType

url

string

Url

viewType

string

View Type

TreeViewResponse

Name Type Description
data

TreeNode[]

Tree Node Data