Get Symptoms Using GET
Optionally these Symptoms can be looked up for a specific set of Resources and/or can include Symptoms that are no longer active. The list of Symptoms returned is a collection that supports pagination.
Boolean that determines whether the results should include inactive Symptoms
Boolean that controls the retrieval of alarm information of the symptom
Page number from which data needs to be displayed (0-based)
Expected number of entries per page
Array of resource identifiers for which Symptoms need to be looked up
List of Symptoms in the system
{
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"pageInfo": {
"page": 0,
"pageSize": 0,
"sortBy": "string",
"sortOrder": "string",
"totalCount": 0
},
"symptom": [
{
"alarmInfo": "string",
"cancelTimeUTC": 0,
"extension": {
"anyObjects": [
{}
]
},
"id": "string",
"kpi": false,
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"message": "string",
"resourceId": "string",
"startTimeUTC": 0,
"statKey": "string",
"symptomCriticality": "string",
"symptomDefinitionId": "string",
"updateTimeUTC": 0
}
]
}