My Workspace - Retrieve Dashboard in MyWorkspace
Haalt de details van het myworkspace-dashboard op.
GET http://<Servername>/OperationsManager/myWorkspace/dashboard/{dashboardId}
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
dashboard
|
path | True |
string |
Geef de dashboard-ID op. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK. Dashboard succesvol opgehaald in MyWorkspace. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Voorbeelden
MyWorkspace_RetrieveDashboard
Voorbeeldaanvraag
GET http://<Servername>/OperationsManager/myWorkspace/dashboard/ea1c7f80-8022-4222-9be4-6158d46abd87
Voorbeeldrespons
{
"id": "ea1c7f80-8022-4222-9be4-6158d46abd87",
"name": "mywork",
"description": "test",
"mpId": null,
"componentType": "",
"config": ""
}
Definities
ComponentResponse
Name | Type | Description |
---|---|---|
componentType |
string |
Onderdeeltype |
config |
string |
configuratie |
description |
string |
Beschrijving van de component |
id |
string |
ID-kaart |
mpId |
string |
MP-ID van onderdeel |
name |
string |
Onderdeelnaam |