|
| 1 | +{ |
| 2 | + "parameters": { |
| 3 | + "api-version": "2015-05-01", |
| 4 | + "resourceGroupName": "my-resource-group", |
| 5 | + "resourceName": "deadb33f-8bee-4d3b-a059-9be8dac93960", |
| 6 | + "subscriptionId": "00000000-0000-0000-0000-00000000", |
| 7 | + "workbookProperties": { |
| 8 | + "id": "c0deea5e-3344-40f2-96f8-6f8e1c3b5722", |
| 9 | + "name": "deadb33f-8bee-4d3b-a059-9be8dac93960", |
| 10 | + "location": "west us", |
| 11 | + "kind": "user", |
| 12 | + "properties": { |
| 13 | + "sourceId": "/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/MyGroup/providers/Microsoft.Web/sites/MyTestApp-CodeLens", |
| 14 | + "displayName": "Blah Blah Blah", |
| 15 | + "serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":\"{\"json\":\"## New workbook\\r\\n---\\r\\n\\r\\nWelcome to your new workbook. This area will display text formatted as markdown.\\r\\n\\r\\n\\r\\nWe've included a basic analytics query to get you started. Use the `Edit` button below each section to configure it or add more sections.\"}\",\"halfWidth\":null,\"conditionalVisibility\":null},{\"type\":3,\"content\":\"{\"version\":\"KqlItem/1.0\",\"query\":\"union withsource=TableName *\\n| summarize Count=count() by TableName\\n| render barchart\",\"showQuery\":false,\"size\":1,\"aggregation\":0,\"showAnnotations\":false}\",\"halfWidth\":null,\"conditionalVisibility\":null}],\"isLocked\":false}", |
| 16 | + "category": "workbook" |
| 17 | + }, |
| 18 | + "tags": [ |
| 19 | + "TagSample01", |
| 20 | + "TagSample02" |
| 21 | + ] |
| 22 | + } |
| 23 | + }, |
| 24 | + "responses": { |
| 25 | + "200": { |
| 26 | + "body": { |
| 27 | + "id": "/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/my-resource-group/providers/microsoft.insights/myworkbooks/deadb33f-8bee-4d3b-a059-9be8dac93960", |
| 28 | + "type": "microsoft.insights/myworkbooks", |
| 29 | + "location": "westus", |
| 30 | + "name": "deadb33f-8bee-4d3b-a059-9be8dac93960", |
| 31 | + "kind": "user", |
| 32 | + "properties": { |
| 33 | + "sourceId": "/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/MyGroup/providers/Microsoft.Web/sites/MyTestApp-CodeLens", |
| 34 | + "displayName": "Blah Blah Blah", |
| 35 | + "serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":\"{\"json\":\"## New workbook\\r\\n---\\r\\n\\r\\nWelcome to your new workbook. This area will display text formatted as markdown.\\r\\n\\r\\n\\r\\nWe've included a basic analytics query to get you started. Use the `Edit` button below each section to configure it or add more sections.\"}\",\"halfWidth\":null,\"conditionalVisibility\":null},{\"type\":3,\"content\":\"{\"version\":\"KqlItem/1.0\",\"query\":\"union withsource=TableName *\\n| summarize Count=count() by TableName\\n| render barchart\",\"showQuery\":false,\"size\":1,\"aggregation\":0,\"showAnnotations\":false}\",\"halfWidth\":null,\"conditionalVisibility\":null}],\"isLocked\":false}", |
| 36 | + "version": "ME", |
| 37 | + "category": "workbook" |
| 38 | + }, |
| 39 | + "tags": [ |
| 40 | + "TagSample01", |
| 41 | + "TagSample02" |
| 42 | + ] |
| 43 | + } |
| 44 | + }, |
| 45 | + "201": { |
| 46 | + "body": { |
| 47 | + "id": "/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/my-resource-group/providers/microsoft.insights/myworkbooks/deadb33f-8bee-4d3b-a059-9be8dac93960", |
| 48 | + "type": "", |
| 49 | + "location": "westus", |
| 50 | + "name": "deadb33f-8bee-4d3b-a059-9be8dac93960", |
| 51 | + "kind": "user", |
| 52 | + "properties": { |
| 53 | + "sourceId": "/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/MyGroup/providers/Microsoft.Web/sites/MyTestApp-CodeLens", |
| 54 | + "displayName": "Blah Blah Blah", |
| 55 | + "serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":\"{\"json\":\"## New workbook\\r\\n---\\r\\n\\r\\nWelcome to your new workbook. This area will display text formatted as markdown.\\r\\n\\r\\n\\r\\nWe've included a basic analytics query to get you started. Use the `Edit` button below each section to configure it or add more sections.\"}\",\"halfWidth\":null,\"conditionalVisibility\":null},{\"type\":3,\"content\":\"{\"version\":\"KqlItem/1.0\",\"query\":\"union withsource=TableName *\\n| summarize Count=count() by TableName\\n| render barchart\",\"showQuery\":false,\"size\":1,\"aggregation\":0,\"showAnnotations\":false}\",\"halfWidth\":null,\"conditionalVisibility\":null}],\"isLocked\":false}", |
| 56 | + "version": "ME", |
| 57 | + "category": "workbook" |
| 58 | + }, |
| 59 | + "tags": [ |
| 60 | + "TagSample01", |
| 61 | + "TagSample02" |
| 62 | + ] |
| 63 | + } |
| 64 | + } |
| 65 | + } |
| 66 | +} |
0 commit comments