@@ -114,16 +114,12 @@ definitions:
114114
115115 - modifyHistoricalTagValues: The ability to modify properties of historical tag values
116116
117- - deleteHistoricalTagValues: The ability to delete historical tag values
118-
119117 type : object
120118 properties :
121119 queryHistoricalTagValues :
122120 $ref : ' #/definitions/Operation'
123121 modifyHistoricalTagValues :
124122 $ref : ' #/definitions/Operation'
125- deleteHistoricalTagValues :
126- $ref : ' #/definitions/Operation'
127123 HttpHistoricalValue :
128124 type : object
129125 title : Http Historical Value
@@ -807,56 +803,6 @@ paths:
807803 $ref : ' #/responses/Unauthorized'
808804 default :
809805 $ref : ' #/responses/Error'
810- /v2/tags/delete-values-by-range :
811- post :
812- tags : [history]
813- summary : Deletes a range of historical values
814- description : Deletes all historical values within a given time range for one or more tags.
815- operationId : DeleteHistoricalValuesByRange
816- x-ni-operation : deleteHistoricalTagValues
817- parameters :
818- - in : body
819- name : Request body
820- required : true
821- description : Contains the time ranges to delete.
822- schema :
823- description : Contains the time ranges to delete.
824- type : object
825- title : Tag Historian Delete Values By Range Request
826- properties :
827- ranges :
828- description : The time ranges to delete.
829- type : array
830- items :
831- description : A time range of historical tag values to delete.
832- type : object
833- title : Historical Tag Query Range
834- properties :
835- path :
836- description : The path of the tag whose historical values within the range will
837- be deleted.
838- type : string
839- example : system1.tag1
840- startTime :
841- description : The ISO-8601 formatted timestamp indicating the start of the
842- range. Any historical values from this time until endTime will be deleted.
843- type : string
844- format : date-time
845- example : ' 2019-03-13T09:51:38Z'
846- endTime :
847- description : The ISO-8601 formatted timestamp indicating the end of the range.
848- Any historical values from startTime to and including this time will be deleted.
849- type : string
850- format : date-time
851- example : ' 2020-03-13T09:51:38Z'
852- required : [ranges]
853- responses :
854- 204 :
855- description : Success
856- 401 :
857- $ref : ' #/responses/Unauthorized'
858- default :
859- $ref : ' #/responses/Error'
860806 /v2/tags/flush-values :
861807 post :
862808 tags : [utility]
0 commit comments