Operation
get /eqm/cndlstgetConditionsList (getConditionsList : /eqm/cndlst)
getConditionsList
Query parameters
Name |
IsRequired |
Description |
|---|---|---|
| neId | required | --- |
| neGroupId | required | --- |
| aid | optional | --- |
Return type
Responses
Response Messages |
Schema |
|---|---|
| 200success |
DeferredResult«List«Map«string,string»»»
|
| 401Unauthorized | --- |
| 403Forbidden | --- |
| 404Not Found | --- |
Example Request Data
eqm/cndlst?neId=21&neGroupId=101&aid=112SCA1-1-10
Produces
This API call produces the following media types according to the Accept request header;
the media type will be conveyed by the Content-Type response header.
*/*
Example Response Data
[{ "status": "success" }, { "Condition": "65", "LayerRate": "2", "Severity": "8", "AdditionalText": "Card missing", "Direction": "NULL", "Tid": "21", "TrapData": "", "NativeProbablecause": "tnCardMissingRaisedNotif", "OccurDateTime": "1514359876000", "ServiceAffecting": "2", "id": "1", "Aid": "SLOT-1-10", "Location": "NULL" }, { "Condition": "574", "LayerRate": "49", "Severity": "8", "AdditionalText": "Underlying resource unavailable - Section", "Direction": "RCV", "Tid": "21", "TrapData": "", "NativeProbablecause": "tnUruSRaisedNotif", "OccurDateTime": "1514359876000", "ServiceAffecting": "2", "id": "2", "Aid": "112SCA1-1-10-L1", "Location": "NULL" }, { "Condition": "574", "LayerRate": "49", "Severity": "8", "AdditionalText": "Underlying resource unavailable - Section", "Direction": "RCV", "Tid": "21", "TrapData": "", "NativeProbablecause": "tnUruSRaisedNotif", "OccurDateTime": "1514359876000", "ServiceAffecting": "2", "id": "3", "Aid": "112SCA1-1-10-C1", "Location": "NULL" }]
External Docs
See Also :