-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
ServerAdvisors.json
646 lines (646 loc) · 25.9 KB
/
ServerAdvisors.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
{
"swagger": "2.0",
"info": {
"version": "2020-11-01-preview",
"title": "SqlManagementClient",
"description": "The Azure SQL Database management API provides a RESTful set of web APIs that interact with Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases, servers, and other entities."
},
"host": "management.azure.com",
"schemes": [
"https"
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advisors": {
"get": {
"tags": [
"ServerAdvisors"
],
"description": "Gets a list of server advisors.",
"operationId": "ServerAdvisors_ListByServer",
"parameters": [
{
"$ref": "../../../common/v1/types.json#/parameters/ResourceGroupParameter"
},
{
"$ref": "#/parameters/ServerNameParameter"
},
{
"name": "$expand",
"in": "query",
"description": "The child resources to include in the response.",
"required": false,
"type": "string"
},
{
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../common/v1/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "Successfully retrieved the list of server advisors.",
"schema": {
"type": "array",
"items": {
"$ref": "#/definitions/Advisor"
}
}
},
"default": {
"description": "*** Error Responses: ***\n\n * 400 FeatureDisabledOnSelectedEdition - User attempted to use a feature which is disabled on current database edition.\n\n * 400 InvalidIdentifier - The identifier contains NULL or an invalid unicode character.\n\n * 400 DataWarehouseNotSupported - Automatic tuning is not supported for SQL Data Warehouse.\n\n * 404 DatabaseDoesNotExist - The requested database was not found\n\n * 404 SubscriptionDoesNotHaveServer - The requested server was not found\n\n * 404 SubscriptionDoesNotHaveElasticPool - The requested elastic pool was not found\n\n * 404 AdvisorNotFound - The requested advisor was not found.\n\n * 405 NotSupported - This functionality is not supported.\n\n * 409 Conflict - Request could not be processed because of conflict in the request.\n\n * 503 ServiceTemporarilyUnavailable - Feature temporarily unavailable."
}
},
"x-ms-examples": {
"List of server advisors": {
"$ref": "./examples/ServerAdvisorList.json"
},
"List of server recommended actions for all advisors": {
"$ref": "./examples/ServerRecommendedActionListExpand.json"
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advisors/{advisorName}": {
"get": {
"tags": [
"ServerAdvisors"
],
"description": "Gets a server advisor.",
"operationId": "ServerAdvisors_Get",
"parameters": [
{
"$ref": "../../../common/v1/types.json#/parameters/ResourceGroupParameter"
},
{
"$ref": "#/parameters/ServerNameParameter"
},
{
"name": "advisorName",
"in": "path",
"description": "The name of the Server Advisor.",
"required": true,
"type": "string"
},
{
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../common/v1/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "Successfully retrieved details of specified server advisor.",
"schema": {
"$ref": "#/definitions/Advisor"
}
},
"default": {
"description": "*** Error Responses: ***\n\n * 400 FeatureDisabledOnSelectedEdition - User attempted to use a feature which is disabled on current database edition.\n\n * 400 InvalidIdentifier - The identifier contains NULL or an invalid unicode character.\n\n * 400 DataWarehouseNotSupported - Automatic tuning is not supported for SQL Data Warehouse.\n\n * 404 DatabaseDoesNotExist - The requested database was not found\n\n * 404 SubscriptionDoesNotHaveServer - The requested server was not found\n\n * 404 SubscriptionDoesNotHaveElasticPool - The requested elastic pool was not found\n\n * 404 AdvisorNotFound - The requested advisor was not found.\n\n * 405 NotSupported - This functionality is not supported.\n\n * 409 Conflict - Request could not be processed because of conflict in the request.\n\n * 503 ServiceTemporarilyUnavailable - Feature temporarily unavailable."
}
},
"x-ms-examples": {
"Get server advisor": {
"$ref": "./examples/ServerAdvisorGet.json"
}
}
},
"patch": {
"tags": [
"ServerAdvisors"
],
"description": "Updates a server advisor.",
"operationId": "ServerAdvisors_Update",
"parameters": [
{
"$ref": "../../../common/v1/types.json#/parameters/ResourceGroupParameter"
},
{
"$ref": "#/parameters/ServerNameParameter"
},
{
"name": "advisorName",
"in": "path",
"description": "The name of the Server Advisor.",
"required": true,
"type": "string"
},
{
"name": "parameters",
"in": "body",
"description": "The requested advisor resource state.",
"required": true,
"schema": {
"$ref": "#/definitions/Advisor"
}
},
{
"$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../common/v1/types.json#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "Successfully updated the specified server advisor.",
"schema": {
"$ref": "#/definitions/Advisor"
}
},
"default": {
"description": "*** Error Responses: ***\n\n * 400 FeatureDisabledOnSelectedEdition - User attempted to use a feature which is disabled on current database edition.\n\n * 400 InvalidIdentifier - The identifier contains NULL or an invalid unicode character.\n\n * 400 DataWarehouseNotSupported - Automatic tuning is not supported for SQL Data Warehouse.\n\n * 400 InvalidAdvisorUpsertRequest - The update advisor request body does not exist or has no properties object.\n\n * 400 InvalidAdvisorAutoExecuteStatus - Specified auto-execute status for the advisor is not allowed.\n\n * 404 DatabaseDoesNotExist - The requested database was not found\n\n * 404 SubscriptionDoesNotHaveServer - The requested server was not found\n\n * 404 SubscriptionDoesNotHaveElasticPool - The requested elastic pool was not found\n\n * 404 AdvisorNotFound - The requested advisor was not found.\n\n * 404 AutomaticTuningOptionNotFound - The requested automatic tuning option was not found.\n\n * 405 NotSupported - This functionality is not supported.\n\n * 409 Conflict - Request could not be processed because of conflict in the request.\n\n * 409 DefaultAdvisorStateNotAllowedInCustomServerMode - DEFAULT advisor state not allowed in CUSTOM mode\n\n * 409 UpdateNotAllowedIfServerAutotuningUpdateOperationInProgress - Automatic tuning settings from previous request have not propagated to all user databases.\n\n * 503 ServiceTemporarilyUnavailable - Feature temporarily unavailable."
}
},
"x-ms-examples": {
"Update server advisor": {
"$ref": "./examples/ServerAdvisorUpdate.json"
}
}
}
}
},
"definitions": {
"AdvisorProperties": {
"description": "Properties for a Database, Server or Elastic Pool Advisor.",
"required": [
"autoExecuteStatus"
],
"type": "object",
"properties": {
"advisorStatus": {
"description": "Gets the status of availability of this advisor to customers. Possible values are 'GA', 'PublicPreview', 'LimitedPublicPreview' and 'PrivatePreview'.",
"enum": [
"GA",
"PublicPreview",
"LimitedPublicPreview",
"PrivatePreview"
],
"type": "string",
"readOnly": true,
"x-ms-enum": {
"name": "AdvisorStatus",
"modelAsString": false
}
},
"autoExecuteStatus": {
"description": "Gets the auto-execute status (whether to let the system execute the recommendations) of this advisor. Possible values are 'Enabled' and 'Disabled'",
"enum": [
"Enabled",
"Disabled",
"Default"
],
"type": "string",
"x-ms-enum": {
"name": "AutoExecuteStatus",
"modelAsString": false
}
},
"autoExecuteStatusInheritedFrom": {
"description": "Gets the resource from which current value of auto-execute status is inherited. Auto-execute status can be set on (and inherited from) different levels in the resource hierarchy. Possible values are 'Subscription', 'Server', 'ElasticPool', 'Database' and 'Default' (when status is not explicitly set on any level).",
"enum": [
"Default",
"Subscription",
"Server",
"ElasticPool",
"Database"
],
"type": "string",
"readOnly": true,
"x-ms-enum": {
"name": "AutoExecuteStatusInheritedFrom",
"modelAsString": false
}
},
"recommendationsStatus": {
"description": "Gets that status of recommendations for this advisor and reason for not having any recommendations. Possible values include, but are not limited to, 'Ok' (Recommendations available),LowActivity (not enough workload to analyze), 'DbSeemsTuned' (Database is doing well), etc.",
"type": "string",
"readOnly": true
},
"lastChecked": {
"format": "date-time",
"description": "Gets the time when the current resource was analyzed for recommendations by this advisor.",
"type": "string",
"readOnly": true
},
"recommendedActions": {
"description": "Gets the recommended actions for this advisor.",
"type": "array",
"items": {
"$ref": "#/definitions/RecommendedAction"
},
"readOnly": true
}
}
},
"RecommendedActionProperties": {
"description": "Properties for a Database, Server or Elastic Pool Recommended Action.",
"required": [
"state"
],
"type": "object",
"properties": {
"recommendationReason": {
"description": "Gets the reason for recommending this action. e.g., DuplicateIndex",
"type": "string",
"readOnly": true
},
"validSince": {
"format": "date-time",
"description": "Gets the time since when this recommended action is valid.",
"type": "string",
"readOnly": true
},
"lastRefresh": {
"format": "date-time",
"description": "Gets time when this recommended action was last refreshed.",
"type": "string",
"readOnly": true
},
"state": {
"$ref": "#/definitions/RecommendedActionStateInfo",
"description": "Gets the info of the current state the recommended action is in."
},
"isExecutableAction": {
"description": "Gets if this recommended action is actionable by user",
"type": "boolean",
"readOnly": true
},
"isRevertableAction": {
"description": "Gets if changes applied by this recommended action can be reverted by user",
"type": "boolean",
"readOnly": true
},
"isArchivedAction": {
"description": "Gets if this recommended action was suggested some time ago but user chose to ignore this and system added a new recommended action again.",
"type": "boolean",
"readOnly": true
},
"executeActionStartTime": {
"format": "date-time",
"description": "Gets the time when system started applying this recommended action on the user resource. e.g., index creation start time",
"type": "string",
"readOnly": true
},
"executeActionDuration": {
"description": "Gets the time taken for applying this recommended action on user resource. e.g., time taken for index creation",
"type": "string",
"readOnly": true
},
"revertActionStartTime": {
"format": "date-time",
"description": "Gets the time when system started reverting changes of this recommended action on user resource. e.g., time when index drop is executed.",
"type": "string",
"readOnly": true
},
"revertActionDuration": {
"description": "Gets the time taken for reverting changes of this recommended action on user resource. e.g., time taken for dropping the created index.",
"type": "string",
"readOnly": true
},
"executeActionInitiatedBy": {
"description": "Gets if approval for applying this recommended action was given by user/system.",
"enum": [
"User",
"System"
],
"type": "string",
"readOnly": true,
"x-ms-enum": {
"name": "RecommendedActionInitiatedBy",
"modelAsString": false
}
},
"executeActionInitiatedTime": {
"format": "date-time",
"description": "Gets the time when this recommended action was approved for execution.",
"type": "string",
"readOnly": true
},
"revertActionInitiatedBy": {
"description": "Gets if approval for reverting this recommended action was given by user/system.",
"enum": [
"User",
"System"
],
"type": "string",
"readOnly": true,
"x-ms-enum": {
"name": "RecommendedActionInitiatedBy",
"modelAsString": false
}
},
"revertActionInitiatedTime": {
"format": "date-time",
"description": "Gets the time when this recommended action was approved for revert.",
"type": "string",
"readOnly": true
},
"score": {
"format": "int32",
"description": "Gets the impact of this recommended action. Possible values are 1 - Low impact, 2 - Medium Impact and 3 - High Impact",
"type": "integer",
"readOnly": true
},
"implementationDetails": {
"$ref": "#/definitions/RecommendedActionImplementationInfo",
"description": "Gets the implementation details of this recommended action for user to apply it manually.",
"readOnly": true
},
"errorDetails": {
"$ref": "#/definitions/RecommendedActionErrorInfo",
"description": "Gets the error details if and why this recommended action is put to error state.",
"readOnly": true
},
"estimatedImpact": {
"description": "Gets the estimated impact info for this recommended action e.g., Estimated CPU gain, Estimated Disk Space change",
"type": "array",
"items": {
"$ref": "#/definitions/RecommendedActionImpactRecord"
},
"readOnly": true
},
"observedImpact": {
"description": "Gets the observed/actual impact info for this recommended action e.g., Actual CPU gain, Actual Disk Space change",
"type": "array",
"items": {
"$ref": "#/definitions/RecommendedActionImpactRecord"
},
"readOnly": true
},
"timeSeries": {
"description": "Gets the time series info of metrics for this recommended action e.g., CPU consumption time series",
"type": "array",
"items": {
"$ref": "#/definitions/RecommendedActionMetricInfo"
},
"readOnly": true
},
"linkedObjects": {
"description": "Gets the linked objects, if any.",
"type": "array",
"items": {
"type": "string"
},
"readOnly": true
},
"details": {
"description": "Gets additional details specific to this recommended action.",
"type": "object",
"additionalProperties": {
"type": "object"
},
"readOnly": true
}
}
},
"RecommendedActionStateInfo": {
"description": "Contains information of current state for an Azure SQL Database, Server or Elastic Pool Recommended Action.",
"required": [
"currentValue"
],
"type": "object",
"properties": {
"currentValue": {
"description": "Current state the recommended action is in. Some commonly used states are: Active -> recommended action is active and no action has been taken yet. Pending -> recommended action is approved for and is awaiting execution. Executing -> recommended action is being applied on the user database. Verifying -> recommended action was applied and is being verified of its usefulness by the system. Success -> recommended action was applied and improvement found during verification. Pending Revert -> verification found little or no improvement so recommended action is queued for revert or user has manually reverted. Reverting -> changes made while applying recommended action are being reverted on the user database. Reverted -> successfully reverted the changes made by recommended action on user database. Ignored -> user explicitly ignored/discarded the recommended action. ",
"enum": [
"Active",
"Pending",
"Executing",
"Verifying",
"PendingRevert",
"RevertCancelled",
"Reverting",
"Reverted",
"Ignored",
"Expired",
"Monitoring",
"Resolved",
"Success",
"Error"
],
"type": "string",
"x-ms-enum": {
"name": "RecommendedActionCurrentState",
"modelAsString": true
}
},
"actionInitiatedBy": {
"description": "Gets who initiated the execution of this recommended action. Possible Value are: User -> When user explicity notified system to apply the recommended action. System -> When auto-execute status of this advisor was set to 'Enabled', in which case the system applied it.",
"enum": [
"User",
"System"
],
"type": "string",
"readOnly": true,
"x-ms-enum": {
"name": "RecommendedActionInitiatedBy",
"modelAsString": false
}
},
"lastModified": {
"format": "date-time",
"description": "Gets the time when the state was last modified",
"type": "string",
"readOnly": true
}
}
},
"RecommendedActionImplementationInfo": {
"description": "Contains information for manual implementation for an Azure SQL Database, Server or Elastic Pool Recommended Action.",
"type": "object",
"properties": {
"method": {
"description": "Gets the method in which this recommended action can be manually implemented. e.g., TSql, AzurePowerShell.",
"enum": [
"TSql",
"AzurePowerShell"
],
"type": "string",
"readOnly": true,
"x-ms-enum": {
"name": "ImplementationMethod",
"modelAsString": false
}
},
"script": {
"description": "Gets the manual implementation script. e.g., T-SQL script that could be executed on the database.",
"type": "string",
"readOnly": true
}
}
},
"RecommendedActionErrorInfo": {
"description": "Contains error information for an Azure SQL Database, Server or Elastic Pool Recommended Action.",
"type": "object",
"properties": {
"errorCode": {
"description": "Gets the reason why the recommended action was put to error state. e.g., DatabaseHasQdsOff, IndexAlreadyExists",
"type": "string",
"readOnly": true
},
"isRetryable": {
"description": "Gets whether the error could be ignored and recommended action could be retried. Possible values are: Yes/No",
"enum": [
"Yes",
"No"
],
"type": "string",
"readOnly": true,
"x-ms-enum": {
"name": "IsRetryable",
"modelAsString": false
}
}
}
},
"RecommendedActionImpactRecord": {
"description": "Contains information of estimated or observed impact on various metrics for an Azure SQL Database, Server or Elastic Pool Recommended Action.",
"type": "object",
"properties": {
"dimensionName": {
"description": "Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected.",
"type": "string",
"readOnly": true
},
"unit": {
"description": "Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected.",
"type": "string",
"readOnly": true
},
"absoluteValue": {
"format": "double",
"description": "Gets the absolute value of this dimension if applicable. e.g., Number of Queries affected",
"type": "number",
"readOnly": true
},
"changeValueAbsolute": {
"format": "double",
"description": "Gets the absolute change in the value of this dimension. e.g., Absolute Disk space change in Megabytes",
"type": "number",
"readOnly": true
},
"changeValueRelative": {
"format": "double",
"description": "Gets the relative change in the value of this dimension. e.g., Relative Disk space change in Percentage",
"type": "number",
"readOnly": true
}
}
},
"RecommendedActionMetricInfo": {
"description": "Contains time series of various impacted metrics for an Azure SQL Database, Server or Elastic Pool Recommended Action.",
"type": "object",
"properties": {
"metricName": {
"description": "Gets the name of the metric. e.g., CPU, Number of Queries.",
"type": "string",
"readOnly": true
},
"unit": {
"description": "Gets the unit in which metric is measured. e.g., DTU, Frequency",
"type": "string",
"readOnly": true
},
"timeGrain": {
"description": "Gets the duration of time interval for the value given by this MetricInfo. e.g., PT1H (1 hour)",
"type": "string",
"readOnly": true
},
"startTime": {
"format": "date-time",
"description": "Gets the start time of time interval given by this MetricInfo.",
"type": "string",
"readOnly": true
},
"value": {
"format": "double",
"description": "Gets the value of the metric in the time interval given by this MetricInfo.",
"type": "number",
"readOnly": true
}
}
},
"RecommendedAction": {
"description": "Database, Server or Elastic Pool Recommended Action.",
"type": "object",
"allOf": [
{
"$ref": "../../../common/v1/types.json#/definitions/ProxyResource"
}
],
"properties": {
"kind": {
"description": "Resource kind.",
"type": "string",
"readOnly": true
},
"location": {
"description": "Resource location.",
"type": "string",
"readOnly": true
},
"properties": {
"$ref": "#/definitions/RecommendedActionProperties",
"description": "Resource properties.",
"x-ms-client-flatten": true
}
}
},
"Advisor": {
"description": "Database, Server or Elastic Pool Advisor.",
"type": "object",
"allOf": [
{
"$ref": "../../../common/v1/types.json#/definitions/ProxyResource"
}
],
"properties": {
"kind": {
"description": "Resource kind.",
"type": "string",
"readOnly": true
},
"location": {
"description": "Resource location.",
"type": "string",
"readOnly": true
},
"properties": {
"$ref": "#/definitions/AdvisorProperties",
"description": "Resource properties.",
"x-ms-client-flatten": true
}
}
}
},
"parameters": {
"ServerNameParameter": {
"name": "serverName",
"in": "path",
"description": "The name of the server.",
"required": true,
"type": "string",
"x-ms-parameter-location": "method"
}
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"description": "Azure Active Directory OAuth2 Flow",
"flow": "implicit",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
}
}