Skip to content

Commit

Permalink
chore: jsonfmt timeseriesinsights (#6556)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and Zim Kalinowski committed Jul 9, 2019
1 parent 2a65faa commit fc9168c
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"body": {
"timestamps": [],
"properties": [],
"progress": 100.0
"progress": 100.0
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"type": "Double"
}
],
"take": 10
"take": 10
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"projectedVariables": [
"temperatures"
],
"take": 10
"take": 10
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"projectedVariables": [
"temperatures"
],
"take": 10
"take": 10
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
"environmentFqdn": "10000000-0000-0000-0000-100000000109.env.timeseries.azure.com",
"parameters": {
"searchString": "floor 100",
"path": ["Location"],
"path": [
"Location"
],
"instances": null,
"hierarchies": {
"hierarchies": {
"expand": {
"kind": "UntilChildren"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"highlights": true,
"pageSize": 1
},
"hierarchies": {
"hierarchies": {
"expand": {
"kind": "UntilChildren"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"highlights": true,
"pageSize": 1
},
"hierarchies": {
"hierarchies": {
"expand": {
"kind": "UntilChildren"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"highlights": true,
"pageSize": 1
},
"hierarchies": {
"hierarchies": {
"expand": {
"kind": "UntilChildren"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"highlights": false,
"pageSize": 2
},
"hierarchies": {
"hierarchies": {
"expand": {
"kind": "OneLevel"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"environmentFqdn": "10000000-0000-0000-0000-100000000109.env.timeseries.azure.com",
"parameters": {
"searchString": "floor 100",
"path": ["Location"],
"path": [
"Location"
],
"instances": {
"recursive": false,
"sort": {
Expand All @@ -13,7 +15,7 @@
"highlights": false,
"pageSize": 2
},
"hierarchies": {
"hierarchies": {
"expand": {
"kind": "UntilChildren"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@
"values": {
"description": "Values of a single property corresponding to the timestamps. May contain nulls. Type of values matches the type of property.",
"type": "array",
"items": { }
"items": {}
}
}
}
Expand Down Expand Up @@ -1352,7 +1352,7 @@
"instanceFields": {
"description": "Set of key-value pairs that contain user-defined instance properties. May be null.",
"type": "object",
"additionalProperties": { }
"additionalProperties": {}
}
},
"required": [
Expand Down Expand Up @@ -1963,7 +1963,7 @@
"description": "The hierarchy nodes which contains the instances matching the query based on the input. May be empty or null.",
"readOnly": true,
"type": "object",
"$ref": "#/definitions/SearchHierarchyNodesResponse"
"$ref": "#/definitions/SearchHierarchyNodesResponse"
}
}
},
Expand All @@ -1984,7 +1984,6 @@
"readOnly": true,
"type": "integer",
"format": "int32"

},
"continuationToken": {
"description": "If returned, this means that current results represent a partial result. Continuation token allows to get the next page of results. To get the next page of query results, send the same request with continuation token parameter in \"x-ms-continuation\" HTTP header.",
Expand Down Expand Up @@ -2017,7 +2016,7 @@
"type": "string"
}
}
},
},
"InstanceHit": {
"description": "Time series instance that is returned by instances search call. Returned instance matched the search request and contains highlighted text to be displayed to the user if it is set to 'true'.",
"type": "object",
Expand Down

0 comments on commit fc9168c

Please sign in to comment.