Data - Retrieve drill down type details

Retrieves title data for drill down page.

GET http://<Servername>/OperationsManager/data/drilldownTypeDetails/{id}/{type}

URI Parameters

Name In Required Type Description
id
path True

string

Specify the Guid ID

type
path True

string

Specify the Drill Down Type

Responses

Name Type Description
200 OK

DrilldownTitleResponse

OK.Successfully retrieved drill down type details

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

Examples

RetrieveDrilldownTypeDetails

Sample Request

GET http://<Servername>/OperationsManager/data/drilldownTypeDetails/667736a8-d59a-407b-b142-80fd74ba4041/alert

Sample Response

{
  "title": "All Management Servers Pool Unavailable.",
  "icon": "Error"
}

Definitions

DrilldownTitleResponse

Name Type Description
icon

string

Icon of Drill Down

title

string

Title of Drill Down