5 |
The following define the table columns:
Note: The epoch time must be in milliseconds.
-
maintenanceType—node or service
-
affectedObjec—NE system or site ID, or service name
-
fullnameAffectedObjecteither—either:
-
NE FDN, in the format network:address
-
NFM-P service ID, in the format svc-mgr:service_ID
An NFM-P NE properties form lists the NE system address..
The NFM-P Manage Services form lists NFM-P service IDs.
-
startTime—maintenance window start; Unix epoch time, in milliseconds
-
endTime—maintenance window end; Unix epoch time, in milliseconds
-
description—optional object description; displayed as input option
For example:
maintenanceType,affectedObject,fullnameAffectedObject,startTime,endTime,description
node,203.0.113.169,network:203.0.113.169,1681104600000,1681111800000,Maintenance-1
node,203.0.113.182,network:203.0.113.182,1681129800000,1681138800000,Maintenance-2
service,N/A,svc-mgr:service-1,1681203600,1681210800,Maintenance-3
|