@@ -522,32 +522,38 @@ definitions:
522522 type : string
523523 enum : [INVALID, NONE, SIGN, SIGN_AND_ENCRYPT]
524524 description : Security mode used by the endpoint
525+ example : SIGN
525526
526527 UserTokenTypeEnum :
527528 type : string
528529 enum : [ANONYMOUS, USERNAME, CERTIFICATE, ISSUEDTOKEN]
529530 description : User identity type
531+ example : USERNAME
530532
531533 DatatypeEnum :
532534 type : string
533535 enum : [NONE, DOUBLE, INT, STRING, BOOLEAN, UINT64, DATE_TIME]
534536 description : Datatype of the SystemLink tag
537+ example : DOUBLE
535538
536539 SessionStateEnum :
537540 type : string
538541 enum : [NOT_INITIALIZED, CONNECTED, RECONNECTING, STOPPED]
539542 description : State of the OPC UA session
543+ example : CONNECTED
540544
541545 MonitoredItemStateEnum :
542546 type : string
543547 enum : [NO_TAG_EXISTS, MONITORING, PAUSED]
544548 description : Current state of the monitored node
549+ example : MONITORING
545550
546551 MonitoredItemDirectionEnum :
547552 type : string
548553 enum : [READ, WRITE]
549554 description : Wether the monitored item is being read from OPC UA server or Systemlink is writing to OPC UA server
550555 default : READ
556+ example : READ
551557
552558 SessionEndpointModel :
553559 type : object
@@ -626,7 +632,6 @@ definitions:
626632 properties :
627633 tokenType :
628634 $ref : ' #/definitions/UserTokenTypeEnum'
629- example : USERNAME
630635 userTokenSecurityPolicy :
631636 type : string
632637 description : Security policy to use when communicating the user identification information
@@ -681,14 +686,12 @@ definitions:
681686 properties :
682687 securityMode :
683688 $ref : ' #/definitions/SecurityModeEnum'
684- example : " SIGN"
685689 securityPolicy :
686690 type : string
687691 description : Security policy used by the endpoint
688692 example : " Basic256"
689693 tokenType :
690694 $ref : ' #/definitions/UserTokenTypeEnum'
691- example : " USERNAME"
692695 userTokenSecurityPolicy :
693696 type : string
694697 description : Security policy used by the endpoint for encrypting the user identification information
0 commit comments