Initiate impact analysis for device interface
get
/sia/v1/impact/deviceinterface/{id}
This operation fetches impacts based on device interface inventory id and related event document id from the inventory system. When the analysis is initiated, analysisStatus on the corresponding event changes to INITIATED. Once the analysis completes, analysisStatus for the event transitions to COLLECTED. However, if the analysis fails, analysisStatus for the event changes to FAILED and errorDetails field is populated with the error details occurred during analysis.
Request
Path Parameters
-
id(required): string
The device interface inventory id.Example:
L1059-1
Query Parameters
-
event(required): string
The event document id.Example:
UE1741839039068882843
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Updated Event on which impact analysis was initiated.
Root Schema : schema
Type:
Show Source
object
-
alarmDetails: string
Protocol specific alarm details for this event.
-
alarmType: string
Alarm type for this event.
-
analysisStatus: string
Analysis status for this event.
-
businessObjectClass: string
-
createdDate: string
(date)
Date on which this event was created.Example:
2022-03-10
-
createdUser: string
User by whom this event was created.
-
description: string
Free-text description for this event.
-
edgeLinkEntityId: array
edgeLinkEntityId
Entity ids of the communication edges in topology that terminate on the inventory resource on which this event is raised.
-
entityId: integer(int64) -
errorDetails: string
Error details gathered when event analysis fails for this event.
-
eventDate: string
(date)
Event date when event status for this event was changed.Example:
2022-03-10
-
eventId: string
-
eventStatus: string
Event status for this event.
-
href: string
External system alarm href for this event.
-
id: string
Document id for the event entity.
-
instanceName: string
Instance name for this event.
-
lang: string
Smart Search internal field used in lang pipeline processing.
-
lastModifiedDate: string
(date)
Date on which this event was last modified.Example:
2022-03-10
-
lastModifiedUser: string
User by whom this event was last modified.
-
measurement: string
Threshold measurement for this TCA event.
-
metricValue: string
Threshold metric value for this TCA event.
-
nodeLinkEntityId: string
Entity id of the device node in topology to which this event is associated.
-
ownerName: string
Owner of this event.
-
perceivedSeverity: string
Alarm perceived severity for this event.
-
probableCause: string
Alarm probable cause for this event.
-
properties: object
properties
Additional Properties Allowed: additionalProperties
-
referenceId: string
External assurance system reference id for this event.
-
relationships: object
relationships
Additional Properties Allowed: additionalProperties
-
reportCreationDate: string
(date)
Date at which this event was completed and a report was generated.Example:
2022-03-10
-
reportId: string
System generated report id, when this event was completed.
-
resourceActiveEvent: integer
(int64)
Active event on the topology node when this event was raised.
-
resourceCategory: string
Category of the resource on which this event is raised.
-
resourceHref: string
Inventory href of the resource on which this event is raised.
-
resourceId: string
Inventory id of the resource on which this event is raised.
-
resourceName: string
Name of the resource on which this event is raised.
-
resourceSubType: string
Sub type of the resource on which this event is raised.
-
resourceType: string
Type of the resource on which this event is raised.
-
sourceSystemID: string
Assurance system source system identifier for this event.
-
specificProblem: string
Alarm specific problem for this event.
-
tenant_id: string
Smart Search internal field for search tenancy.
-
thresholdMessage: string
Threshold message for this TCA event.
-
thresholdName: string
Threshold name for this TCA event.
-
thresholdOperator: string
Threshold operator value for this TCA event.
-
thresholdSeverity: integer
(int64)
Threshold severity for this TCA event.
-
thresholdTimeRange: string
Threshold time range for this TCA event.
-
thresholdType: string
Threshold type for this TCA event.
-
thresholdTypeName: string
Threshold time range for this TCA event.
-
thresholdValue: number
(double)
Threshold value for this TCA event.
Nested Schema : edgeLinkEntityId
Type:
array
Entity ids of the communication edges in topology that terminate on the inventory resource on which this event is raised.
Show Source
Examples
400 Response
The request isn't valid
401 Response
The request is unauthorized
403 Response
The request is forbidden
404 Response
The requested resource not found
500 Response
An Internal Server Error has occurred