Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: jsonfmt timeseriesinsights #6556

Merged
merged 1 commit into from
Jul 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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