Data - Retrieve Alert Count By ID
Hiermee haalt u het aantal waarschuwingen op dat is gekoppeld aan de opgegeven entiteits-id.
GET http://<Servername>/OperationsManager/data/alertCount/{entityId}
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
entity
|
path | True |
string |
Geef de entiteits-ID op. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
integer |
OK. Succesvol opgehaald aantal waarschuwingen. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Voorbeelden
RetrieveAlertCountById
Voorbeeldaanvraag
GET http://<Servername>/OperationsManager/data/alertCount/6B1D1BE8-EBB4-B425-08DC-2385C5930B04
Voorbeeldrespons
[
"2"
]