forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clone to new version for new flags for non-workspace based components (…
…Azure#8887) * clone to new version for new flags * Update readme.md * Update readme.md * Update components_API.json * Update components_API.json
- Loading branch information
Showing
12 changed files
with
1,197 additions
and
0 deletions.
There are no files selected for viewing
697 changes: 697 additions & 0 deletions
697
...cationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01/components_API.json
Large diffs are not rendered by default.
Oops, something went wrong.
79 changes: 79 additions & 0 deletions
79
...hts/resource-manager/Microsoft.Insights/preview/2018-05-01/examples/ComponentsCreate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2018-05-01-preview", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "my-resource-group", | ||
"resourceName": "my-component", | ||
"InsightProperties": { | ||
"location": "South Central US", | ||
"kind": "web", | ||
"properties": { | ||
"Application_Type": "web", | ||
"Flow_Type": "Bluefield", | ||
"Request_Source": "rest" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component", | ||
"name": "my-component", | ||
"type": "Microsoft.Insights/components", | ||
"location": "South Central US", | ||
"tags": "", | ||
"kind": "web", | ||
"properties": { | ||
"ApplicationId": "my-component", | ||
"AppId": "887f4bfd-b5fd-40d7-9fc3-123456789abc", | ||
"Application_Type": "web", | ||
"Flow_Type": "Bluefield", | ||
"Request_Source": "rest", | ||
"InstrumentationKey": "bc095013-3cf2-45ac-ab47-123456789abc", | ||
"CreationDate": "2017-01-24T01:05:38.5934061+00:00", | ||
"TenantId": "f438d567-7177-4fe1-a5e3-123456789abc", | ||
"HockeyAppId": "", | ||
"HockeyAppToken": "", | ||
"provisioningState": "Succeeded", | ||
"SamplingPercentage": 100.0, | ||
"RetentionInDays": 90, | ||
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", | ||
"DisableIpMasking": false, | ||
"ImmediatePurgeDataOn30Days": false, | ||
"publicNetworkAccessForQuery": "Enabled", | ||
"publicNetworkAccessForIngestion": "Enabled" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component", | ||
"name": "my-component", | ||
"type": "Microsoft.Insights/components", | ||
"location": "South Central US", | ||
"tags": "", | ||
"kind": "web", | ||
"properties": { | ||
"ApplicationId": "my-component", | ||
"AppId": "887f4bfd-b5fd-40d7-9fc3-123456789abc", | ||
"Application_Type": "web", | ||
"Flow_Type": "Bluefield", | ||
"Request_Source": "rest", | ||
"InstrumentationKey": "bc095013-3cf2-45ac-ab47-123456789abc", | ||
"CreationDate": "2017-01-24T01:05:38.5934061+00:00", | ||
"TenantId": "f438d567-7177-4fe1-a5e3-123456789abc", | ||
"HockeyAppId": "", | ||
"HockeyAppToken": "", | ||
"provisioningState": "Succeeded", | ||
"SamplingPercentage": 100.0, | ||
"RetentionInDays": 90, | ||
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", | ||
"DisableIpMasking": false, | ||
"ImmediatePurgeDataOn30Days": false, | ||
"publicNetworkAccessForQuery": "Enabled", | ||
"publicNetworkAccessForIngestion": "Enabled" | ||
} | ||
} | ||
} | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...hts/resource-manager/Microsoft.Insights/preview/2018-05-01/examples/ComponentsDelete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2018-05-01-preview", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "my-resource-group", | ||
"resourceName": "my-component" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"204": {} | ||
} | ||
} |
40 changes: 40 additions & 0 deletions
40
...sights/resource-manager/Microsoft.Insights/preview/2018-05-01/examples/ComponentsGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2018-05-01-preview", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "my-resource-group", | ||
"resourceName": "my-component" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component", | ||
"name": "my-component", | ||
"type": "Microsoft.Insights/components", | ||
"location": "South Central US", | ||
"tags": "", | ||
"kind": "web", | ||
"properties": { | ||
"ApplicationId": "my-component", | ||
"AppId": "887f4bfd-b5fd-40d7-9fc3-123456789abc", | ||
"Application_Type": "web", | ||
"Flow_Type": "Bluefield", | ||
"Request_Source": "rest", | ||
"InstrumentationKey": "bc095013-3cf2-45ac-ab47-123456789abc", | ||
"CreationDate": "2017-01-24T01:05:38.5934061+00:00", | ||
"TenantId": "f438d567-7177-4fe1-a5e3-123456789abc", | ||
"HockeyAppId": "", | ||
"HockeyAppToken": "", | ||
"provisioningState": "Succeeded", | ||
"SamplingPercentage": 100.0, | ||
"RetentionInDays": 90, | ||
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", | ||
"DisableIpMasking": false, | ||
"ImmediatePurgeDataOn30Days": false, | ||
"publicNetworkAccessForQuery": "Enabled", | ||
"publicNetworkAccessForIngestion": "Enabled" | ||
} | ||
} | ||
} | ||
} | ||
} |
71 changes: 71 additions & 0 deletions
71
...ights/resource-manager/Microsoft.Insights/preview/2018-05-01/examples/ComponentsList.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2018-05-01-preview", | ||
"subscriptionId": "subid" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component", | ||
"name": "my-component", | ||
"type": "Microsoft.Insights/components", | ||
"location": "South Central US", | ||
"tags": "", | ||
"kind": "web", | ||
"properties": { | ||
"ApplicationId": "my-component", | ||
"AppId": "16526d1a-dfba-4362-a9e9-123456789abc", | ||
"Application_Type": "web", | ||
"Flow_Type": "Bluefield", | ||
"Request_Source": "rest", | ||
"InstrumentationKey": "dc5931c7-a7ad-4ad0-89d6-123456789abc", | ||
"CreationDate": "2017-02-14T12:24:05.0041213+00:00", | ||
"TenantId": "f438d567-7177-4fe1-a5e3-123456789abc", | ||
"HockeyAppId": "", | ||
"HockeyAppToken": "", | ||
"provisioningState": "Succeeded", | ||
"SamplingPercentage": 75.0, | ||
"RetentionInDays": 90, | ||
"ConnectionString": "InstrumentationKey=dc5931c7-a7ad-4ad0-89d6-123456789abc", | ||
"DisableIpMasking": false, | ||
"ImmediatePurgeDataOn30Days": false, | ||
"publicNetworkAccessForQuery": "Enabled", | ||
"publicNetworkAccessForIngestion": "Enabled" | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/subid/resourceGroups/my-other-resource-group/providers/Microsoft.Insights/components/my-other-component", | ||
"name": "my-other-component", | ||
"type": "Microsoft.Insights/components", | ||
"location": "South Central US", | ||
"tags": "", | ||
"kind": "web", | ||
"properties": { | ||
"ApplicationId": "my-other-component", | ||
"AppId": "887f4bfd-b5fd-40d7-9fc3-123456789abc", | ||
"Application_Type": "web", | ||
"Flow_Type": "Bluefield", | ||
"Request_Source": "rest", | ||
"InstrumentationKey": "bc095013-3cf2-45ac-ab47-123456789abc", | ||
"CreationDate": "2017-01-24T01:05:38.5934061+00:00", | ||
"TenantId": "f438d567-7177-4fe1-a5e3-123456789abc", | ||
"HockeyAppId": "", | ||
"HockeyAppToken": "", | ||
"provisioningState": "Succeeded", | ||
"SamplingPercentage": 30.0, | ||
"RetentionInDays": 90, | ||
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", | ||
"DisableIpMasking": false, | ||
"ImmediatePurgeDataOn30Days": false, | ||
"publicNetworkAccessForQuery": "Enabled", | ||
"publicNetworkAccessForIngestion": "Enabled" | ||
} | ||
} | ||
], | ||
"nextLink": null | ||
} | ||
} | ||
} | ||
} |
72 changes: 72 additions & 0 deletions
72
...manager/Microsoft.Insights/preview/2018-05-01/examples/ComponentsListByResourceGroup.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2018-05-01-preview", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "my-resource-group" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/subid/resourceGroups/my-resource-group/providers/Microsoft.Insights/components/my-component", | ||
"name": "my-component", | ||
"type": "Microsoft.Insights/components", | ||
"location": "South Central US", | ||
"tags": "", | ||
"kind": "web", | ||
"properties": { | ||
"ApplicationId": "my-component", | ||
"AppId": "16526d1a-dfba-4362-a9e9-123456789abc", | ||
"Application_Type": "web", | ||
"Flow_Type": "Bluefield", | ||
"Request_Source": "rest", | ||
"InstrumentationKey": "dc5931c7-a7ad-4ad0-89d6-123456789abc", | ||
"CreationDate": "2017-02-14T12:24:05.0041213+00:00", | ||
"TenantId": "f438d567-7177-4fe1-a5e3-123456789abc", | ||
"HockeyAppId": "", | ||
"HockeyAppToken": "", | ||
"provisioningState": "Succeeded", | ||
"SamplingPercentage": 100.0, | ||
"RetentionInDays": 90, | ||
"ConnectionString": "InstrumentationKey=dc5931c7-a7ad-4ad0-89d6-123456789abc", | ||
"DisableIpMasking": false, | ||
"ImmediatePurgeDataOn30Days": false, | ||
"publicNetworkAccessForQuery": "Enabled", | ||
"publicNetworkAccessForIngestion": "Enabled" | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/subid/resourceGroups/my-other-resource-group/providers/Microsoft.Insights/components/my-other-component", | ||
"name": "my-other-component", | ||
"type": "Microsoft.Insights/components", | ||
"location": "South Central US", | ||
"tags": "", | ||
"kind": "web", | ||
"properties": { | ||
"ApplicationId": "my-other-component", | ||
"AppId": "887f4bfd-b5fd-40d7-9fc3-123456789abc", | ||
"Application_Type": "web", | ||
"Flow_Type": "Bluefield", | ||
"Request_Source": "rest", | ||
"InstrumentationKey": "bc095013-3cf2-45ac-ab47-123456789abc", | ||
"CreationDate": "2017-01-24T01:05:38.5934061+00:00", | ||
"TenantId": "f438d567-7177-4fe1-a5e3-123456789abc", | ||
"HockeyAppId": "", | ||
"HockeyAppToken": "", | ||
"provisioningState": "Succeeded", | ||
"SamplingPercentage": 50.0, | ||
"RetentionInDays": 90, | ||
"ConnectionString": "InstrumentationKey=bc095013-3cf2-45ac-ab47-123456789abc", | ||
"DisableIpMasking": false, | ||
"ImmediatePurgeDataOn30Days": false, | ||
"publicNetworkAccessForQuery": "Enabled", | ||
"publicNetworkAccessForIngestion": "Enabled" | ||
} | ||
} | ||
], | ||
"nextLink": null | ||
} | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
...ghts/resource-manager/Microsoft.Insights/preview/2018-05-01/examples/ComponentsPurge.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"parameters": { | ||
"resourceGroupName": "OIAutoRest5123", | ||
"resourceName": "aztest5048", | ||
"api-version": "2015-03-20", | ||
"subscriptionId": "00000000-0000-0000-0000-00000000000", | ||
"body": { | ||
"table": "Heartbeat", | ||
"filters": [ | ||
{ | ||
"column": "TimeGenerated", | ||
"operator": ">", | ||
"value": "2017-09-01T00:00:00" | ||
} | ||
] | ||
} | ||
}, | ||
"responses": { | ||
"202": { | ||
"headers": { | ||
"x-ms-status-location": "https://management.azure.com/subscriptions/b96161de-b34a-480f-7343-59b099299283/resourceGroups/example/providers/microsoft.insights/components/test/operations/purge-970318e7-b859-4edb-8903-83b1b54d0b74?api-version=2018-05-01-preview" | ||
}, | ||
"body": { | ||
"operationId": "7d7cf277-9113-4ab3-8359-d0364b74d01d" | ||
} | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...esource-manager/Microsoft.Insights/preview/2018-05-01/examples/ComponentsPurgeStatus.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"parameters": { | ||
"resourceGroupName": "OIAutoRest5123", | ||
"resourceName": "aztest5048", | ||
"api-version": "2018-05-01-preview", | ||
"subscriptionId": "00000000-0000-0000-0000-00000000000", | ||
"purgeId": "purge-970318e7-b859-4edb-8903-83b1b54d0b74" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"status": "completed" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.