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

First version of data-plane swagger spec for Time Series Insights PAYG (Preview) SKU. #5610

Merged
merged 45 commits into from
Apr 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
08a54da
Fix or suppress spec violations
sandshadow Jan 10, 2018
58142ef
Try removing 2nd top-level heading, which _may_ have been causing a l…
sandshadow Jan 10, 2018
b3536fb
Fix extra indention which prevented linter from running.
sandshadow Jan 11, 2018
a268824
Added dataStringComparisonBehavior parameter to reference data put/up…
yeskarthik Mar 15, 2018
d515933
Fixed grammar.
yeskarthik Mar 15, 2018
06794ac
Merge pull request #4 from TimeSeriesInsights/add-spec-RefDataSet-New…
yeskarthik Mar 15, 2018
6098a47
Merge remote-tracking branch 'upstream/master'
Apr 3, 2018
78f6408
adding partitionkeyProperty to environmentInfo
Apr 3, 2018
2123814
changing property name
Apr 8, 2018
6afef06
Merge pull request #5 from TimeSeriesInsights/EnvironmentInfo-Partiti…
yeskarthik Apr 13, 2018
4639ecd
changing modelAsString
Apr 18, 2018
60a9c05
Merge pull request #6 from TimeSeriesInsights/partionKeyProperty-Mode…
ravikumarsureshbabu Apr 18, 2018
58cedb8
Merge remote-tracking branch 'upstream/master'
sandshadow Aug 20, 2018
d81181f
Initial checkin of spec. Unchanged from GA release other than version.
sandshadow Aug 20, 2018
726ac9e
Merge remote-tracking branch 'upstream/master'
sandshadow Aug 21, 2018
345a65a
Remove .orig files
sandshadow Aug 21, 2018
422b05c
Fix validation error by removing IoTHub ES from List ES example response
sandshadow Aug 21, 2018
55d47fe
Add extra example that was missing from preview spec.
sandshadow Aug 21, 2018
97ff060
Add long-term environment to resource hierarchy, and update examples.
sandshadow Aug 21, 2018
e99ad0b
Switch to model-as-string for enums. Restore EnvironmentResource's in…
sandshadow Aug 24, 2018
32ffd48
Upsate sku description
sandshadow Sep 7, 2018
2a64ead
Merge pull request #7 from sandshadow/master
sandshadow Sep 11, 2018
cff8d73
Merge remote-tracking branch 'upstream/master'
sandshadow Nov 28, 2018
22ec422
Add new TSI preview api-version to readme.md.
sandshadow Nov 28, 2018
caad40d
Add suppressions for false-positive linter failures.
sandshadow Nov 28, 2018
1886cea
Test suppression failures
sandshadow Nov 28, 2018
d3516c6
Adding preview package tag to several other places in readme.md
sandshadow Nov 28, 2018
d3e40d6
Add preview package to the readme.go.md file
sandshadow Nov 28, 2018
3f293e0
Remove invalid required property from EnvironmentCreateOrUpdateParame…
sandshadow Nov 28, 2018
acbfe92
Merge from upstream/master
dmdenmsft Apr 10, 2019
6b96d95
Initial version of data plane swagger spec for PAYG (Preview) SKU.
dmdenmsft Apr 10, 2019
b69711c
Merge pull request #9 from TimeSeriesInsights/feat-tsi-data-plane
dmdenmsft Apr 10, 2019
e33e334
Added missing Readme.md
dmdenmsft Apr 10, 2019
49adf6a
Merge pull request #10 from TimeSeriesInsights/feat-tsi-data-plane
dmdenmsft Apr 10, 2019
7363e85
Fixed name of readme
dmdenmsft Apr 11, 2019
eaafd61
Merge pull request #11 from TimeSeriesInsights/feat-tsi-data-plane
dmdenmsft Apr 11, 2019
0b5c4e4
Fixed path to swagger json
dmdenmsft Apr 11, 2019
2ea96c4
Merge pull request #12 from TimeSeriesInsights/feat-tsi-data-plane
dmdenmsft Apr 11, 2019
4e4d2f1
Attempt to fix readme
dmdenmsft Apr 11, 2019
d9dfc3d
Merge pull request #13 from TimeSeriesInsights/feat-tsi-data-plane
dmdenmsft Apr 11, 2019
a9279f9
Apply suggestions from code review
nschonni Apr 11, 2019
5796016
Update timeseriesinsights.json
yeskarthik Apr 12, 2019
9075f64
Update timeseriesinsights.json
yeskarthik Apr 12, 2019
cc0eef5
Removed id as required field from TimeSeriesHierarchy and TimeSeriesT…
yeskarthik Apr 12, 2019
b6d5037
Added link to oav issue
dmdenmsft Apr 12, 2019
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
@@ -0,0 +1,34 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"environmentFqdn": "10000000-0000-0000-0000-100000000109.env.timeseries.azure.com",
"clientRequestId": "A72703F6-C0B1-49EF-854A-59F1994F54E7",
"clientSessionId": "AlertCalculation_W7"
},
"responses": {
"200": {
"headers": {
"x-ms-request-id": "0d59d156-2807-4952-87bb-0e074417dbfb"
},
"body": {
"availability": {
"intervalSize": "PT1H",
"distribution": {
"2019-03-27T04:00:00Z": 432447,
"2019-03-27T05:00:00Z": 432340,
"2019-03-27T06:00:00Z": 432451,
"2019-03-27T07:00:00Z": 432436,
"2019-03-26T13:00:00Z": 386247,
"2019-03-27T00:00:00Z": 436968,
"2019-03-27T01:00:00Z": 432509,
"2019-03-27T02:00:00Z": 432487
},
"range": {
"from": "2019-03-14T06:38:27.153Z",
"to": "2019-03-27T03:57:11.697Z"
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"environmentFqdn": "10000000-0000-0000-0000-100000000109.env.timeseries.azure.com"
},
"responses": {
"200": {
"body": {}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"environmentFqdn": "10000000-0000-0000-0000-100000000109.env.timeseries.azure.com",
"parameters": {
"searchSpan": {
"from": "2018-08-01T00:00:00.000Z",
"to": "2018-08-31T00:00:00.000Z"
}
}
},
"responses": {
"200": {
"body": {
"properties": [
{
"name": "Building",
"type": "String"
},
{
"name": "Room",
"type": "String"
},
{
"name": "DeviceId",
"type": "Double"
},
{
"name": "Temperature",
"type": "Double"
},
{
"name": "Pressure",
"type": "Double"
},
{
"name": "Status",
"type": "String"
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"environmentFqdn": "10000000-0000-0000-0000-100000000109.env.timeseries.azure.com",
"parameters": {
"searchSpan": {
"from": "2016-08-01T00:00:00.000Z",
"to": "2016-08-31T00:00:00.000Z"
}
}
},
"responses": {
"200": {
"body": {
"properties": []
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"environmentFqdn": "10000000-0000-0000-0000-100000000109.env.timeseries.azure.com",
"parameters": {
"delete": {
"hierarchyIds": [
"a28fd14c-6b98-4ab5-9301-3840f142d30e"
]
}
}
},
"responses": {
"200": {
"body": {
"delete": [
null
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"environmentFqdn": "10000000-0000-0000-0000-100000000109.env.timeseries.azure.com",
"parameters": {
"delete": {
"names": [
"WindFarm"
]
}
}
},
"responses": {
"200": {
"body": {
"delete": [
null
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"environmentFqdn": "10000000-0000-0000-0000-100000000109.env.timeseries.azure.com",
"parameters": {
"get": {
"hierarchyIds": [
"6e292e54-9a26-4be1-9034-607d71492707",
"a28fd14c-6b98-4ab5-9301-3840f142d30e"
]
}
}
},
"responses": {
"200": {
"body": {
"get": [
{
"hierarchy": {
"id": "6e292e54-9a26-4be1-9034-607d71492707",
"name": "Location",
"source": {
"instanceFieldNames": [
"state",
"city"
]
}
}
},
{
"hierarchy": {
"id": "a28fd14c-6b98-4ab5-9301-3840f142d30e",
"name": "ManufactureDate",
"source": {
"instanceFieldNames": [
"year",
"month"
]
}
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"environmentFqdn": "10000000-0000-0000-0000-100000000109.env.timeseries.azure.com",
"parameters": {
"get": {
"names": [
"Location",
"ManufactureDate"
]
}
}
},
"responses": {
"200": {
"body": {
"get": [
{
"hierarchy": {
"id": "6e292e54-9a26-4be1-9034-607d71492707",
"name": "Location",
"source": {
"instanceFieldNames": [
"state",
"city"
]
}
}
},
{
"hierarchy": {
"id": "a28fd14c-6b98-4ab5-9301-3840f142d30e",
"name": "ManufactureDate",
"source": {
"instanceFieldNames": [
"year",
"month"
]
}
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"environmentFqdn": "10000000-0000-0000-0000-100000000109.env.timeseries.azure.com",
"parameters": {
"put": [
{
"id": "6e292e54-9a26-4be1-9034-607d71492707",
"name": "Location",
"source": {
"instanceFieldNames": [
"state",
"city"
]
}
},
{
"id": "a28fd14c-6b98-4ab5-9301-3840f142d30e",
"name": "ManufactureDate",
"source": {
"instanceFieldNames": [
"year",
"month"
]
}
}
]
}
},
"responses": {
"200": {
"body": {
"put": [
{
"hierarchy": {
"id": "6e292e54-9a26-4be1-9034-607d71492707",
"name": "Location",
"source": {
"instanceFieldNames": [
"state",
"city"
]
}
},
"error": null
},
{
"hierarchy": {
"id": "a28fd14c-6b98-4ab5-9301-3840f142d30e",
"name": "ManufactureDate",
"source": {
"instanceFieldNames": [
"year",
"month"
]
}
},
"error": null
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"environmentFqdn": "10000000-0000-0000-0000-100000000109.env.timeseries.azure.com"
},
"responses": {
"200": {
"body": {
"hierarchies": [
{
"id": "6e292e54-9a26-4be1-9034-607d71492707",
"name": "Location",
"source": {
"instanceFieldNames": [
"state",
"city"
]
}
}
],
"continuationToken": "aXsic2tpcCI6MTAwMCwidGFrZSI6MTAwMH0="
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"environmentFqdn": "10000000-0000-0000-0000-100000000109.env.timeseries.azure.com",
"continuationToken": "aXsic2tpcCI6MTAwMCwidGFrZSI6MTAwMH0="
},
"responses": {
"200": {
"body": {
"hierarchies": [
{
"id": "6e292e54-9a26-4be1-9034-607d71492707",
"name": "Location",
"source": {
"instanceFieldNames": [
"state",
"city"
]
}
}
],
"continuationToken": "aXsic2tpcCI6MTAwMCwidGFrASI6MTAwMH0="
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"api-version": "2018-11-01-preview",
"environmentFqdn": "10000000-0000-0000-0000-100000000109.env.timeseries.azure.com",
"continuationToken": "aXsic2tpcCI6MTAwMCwidGFrASI6MTAwMH0="
},
"responses": {
"200": {
"body": {
"hierarchies": []
}
}
}
}
Loading