Data - Retrieve Health State By entity ID
Hiermee wordt de status van een entiteits-id opgehaald.
GET http://<Servername>/OperationsManager/data/healthstate/{entityId}
URI-parameters
| Name | In | Vereist | Type | Description |
|---|---|---|---|---|
|
entity
|
path | True |
string |
Geef de entiteits-ID op. |
Antwoorden
| Name | Type | Description |
|---|---|---|
| 200 OK |
string |
OK. Succesvol opgehaalde gezondheidstoestand. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Voorbeelden
RetrieveHealthStateByEntityId
Voorbeeldaanvraag
GET http://<Servername>/OperationsManager/data/healthstate/6B1D1BE8-EBB4-B425-08DC-2385C5930B04
Voorbeeldrespons
[
"//OperationsManager/images/instance/state/StatusOkComplete.png\\"
]