Service Tier Advisors - Get
Získá poradce úrovně služby.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/serviceTierAdvisors/{serviceTierAdvisorName}?api-version=2014-04-01
Parametry identifikátoru URI
Name | V | Vyžadováno | Typ | Description |
---|---|---|---|---|
database
|
path | True |
string |
Název databáze. |
resource
|
path | True |
string |
Název skupiny prostředků, která prostředek obsahuje. Tuto hodnotu můžete získat z rozhraní API Resource Manager Azure nebo z portálu. |
server
|
path | True |
string |
Název serveru. |
service
|
path | True |
string |
Název poradce pro úroveň služby. |
subscription
|
path | True |
string |
ID předplatného, které identifikuje předplatné Azure. |
api-version
|
query | True |
string |
Verze rozhraní API, která se má použít pro požadavek. |
Odpovědi
Name | Typ | Description |
---|---|---|
200 OK |
OK |
Příklady
Get a service tier advisor
Ukázkový požadavek
Ukázková odpověď
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/sqlcrudtest-6852/providers/Microsoft.Sql/servers/sqlcrudtest-2080/databases/sqlcrudtest-9187/serviceTierAdvisors/Current",
"name": "Current",
"type": "Microsoft.Sql/servers/databases/serviceTierAdvisors",
"properties": {
"observationPeriodStart": "2017-07-12T12:00:00Z",
"observationPeriodEnd": "2017-07-26T13:00:00Z",
"activeTimeRatio": 0,
"minDtu": 0,
"avgDtu": 0,
"maxDtu": 0,
"maxSizeInGB": 0.0234375,
"serviceLevelObjectiveUsageMetrics": [
{
"serviceLevelObjective": "Basic",
"serviceLevelObjectiveId": "dd6d99bb-f193-4ec1-86f2-43d3bccbc49c",
"inRangeTimeRatio": 1
}
],
"currentServiceLevelObjective": "S0",
"currentServiceLevelObjectiveId": "f1173c43-91bd-4aaa-973c-54e79e15235b",
"usageBasedRecommendationServiceLevelObjective": null,
"usageBasedRecommendationServiceLevelObjectiveId": null,
"databaseSizeBasedRecommendationServiceLevelObjective": null,
"databaseSizeBasedRecommendationServiceLevelObjectiveId": null,
"disasterPlanBasedRecommendationServiceLevelObjective": null,
"disasterPlanBasedRecommendationServiceLevelObjectiveId": null,
"overallRecommendationServiceLevelObjective": null,
"overallRecommendationServiceLevelObjectiveId": null,
"confidence": 1
}
}
Definice
Name | Description |
---|---|
Service |
ServiceLevelObjective pro metriku využití SLO. |
Service |
Představuje službu Service Tier Advisor. |
Slo |
Metrika slo využití. |
ServiceObjectiveName
ServiceLevelObjective pro metriku využití SLO.
Name | Typ | Description |
---|---|---|
Basic |
string |
|
DS100 |
string |
|
DS1000 |
string |
|
DS1200 |
string |
|
DS1500 |
string |
|
DS200 |
string |
|
DS2000 |
string |
|
DS300 |
string |
|
DS400 |
string |
|
DS500 |
string |
|
DS600 |
string |
|
DW100 |
string |
|
DW1000 |
string |
|
DW10000c |
string |
|
DW1000c |
string |
|
DW1200 |
string |
|
DW1500 |
string |
|
DW15000c |
string |
|
DW1500c |
string |
|
DW200 |
string |
|
DW2000 |
string |
|
DW2000c |
string |
|
DW2500c |
string |
|
DW300 |
string |
|
DW3000 |
string |
|
DW30000c |
string |
|
DW3000c |
string |
|
DW400 |
string |
|
DW500 |
string |
|
DW5000c |
string |
|
DW600 |
string |
|
DW6000 |
string |
|
DW6000c |
string |
|
DW7500c |
string |
|
ElasticPool |
string |
|
Free |
string |
|
P1 |
string |
|
P11 |
string |
|
P15 |
string |
|
P2 |
string |
|
P3 |
string |
|
P4 |
string |
|
P6 |
string |
|
PRS1 |
string |
|
PRS2 |
string |
|
PRS4 |
string |
|
PRS6 |
string |
|
S0 |
string |
|
S1 |
string |
|
S12 |
string |
|
S2 |
string |
|
S3 |
string |
|
S4 |
string |
|
S6 |
string |
|
S7 |
string |
|
S9 |
string |
|
System |
string |
|
System0 |
string |
|
System1 |
string |
|
System2 |
string |
|
System2L |
string |
|
System3 |
string |
|
System3L |
string |
|
System4 |
string |
|
System4L |
string |
ServiceTierAdvisor
Představuje službu Service Tier Advisor.
Name | Typ | Description |
---|---|---|
id |
string |
ID prostředku. |
name |
string |
Název prostředku. |
properties.activeTimeRatio |
number |
ActiveTimeRatio pro poradce úrovně služeb. |
properties.avgDtu |
number |
Získá nebo nastaví avgDtu pro service tier advisor. |
properties.confidence |
number |
Získá nebo nastaví spolehlivost pro poradce úrovně služeb. |
properties.currentServiceLevelObjective |
string |
Získá nebo nastaví currentServiceLevelObjective pro service tier advisor. |
properties.currentServiceLevelObjectiveId |
string |
Získá nebo nastaví currentServiceLevelObjectiveId pro poradce úrovně služby. |
properties.databaseSizeBasedRecommendationServiceLevelObjective |
string |
Získá nebo nastaví databaseSizeBasedRecommendationServiceLevelObjective pro poradce úrovně služby. |
properties.databaseSizeBasedRecommendationServiceLevelObjectiveId |
string |
Získá nebo nastaví databaseSizeBasedRecommendationServiceLevelObjectiveId pro poradce úrovně služby. |
properties.disasterPlanBasedRecommendationServiceLevelObjective |
string |
Získá nebo nastaví disasterPlanBasedRecommendationServiceLevelObjective pro poradce úrovně služby. |
properties.disasterPlanBasedRecommendationServiceLevelObjectiveId |
string |
Získá nebo nastaví disasterPlanBasedRecommendationServiceLevelObjectiveId pro poradce úrovně služby. |
properties.maxDtu |
number |
Získá nebo nastaví maxDtu pro service tier advisor. |
properties.maxSizeInGB |
number |
Získá nebo nastaví maxSizeInGB pro poradce úrovně služby. |
properties.minDtu |
number |
Získá nebo nastaví minDtu pro service tier advisor. |
properties.observationPeriodEnd |
string |
Začátek období pozorování (ISO8601 formát). |
properties.observationPeriodStart |
string |
Začátek období pozorování (ISO8601 formát). |
properties.overallRecommendationServiceLevelObjective |
string |
Získá nebo nastaví overallRecommendationServiceLevelObjective pro service tier advisor. |
properties.overallRecommendationServiceLevelObjectiveId |
string |
Získá nebo nastaví overallRecommendationServiceLevelObjectiveId pro poradce úrovně služby. |
properties.serviceLevelObjectiveUsageMetrics |
Získá nebo nastaví serviceLevelObjectiveUsageMetrics pro poradce úrovně služby. |
|
properties.usageBasedRecommendationServiceLevelObjective |
string |
Získá nebo nastaví usageBasedRecommendationServiceLevelObjective pro service tier advisor. |
properties.usageBasedRecommendationServiceLevelObjectiveId |
string |
Získá nebo nastaví usageBasedRecommendationServiceLevelObjectiveId pro poradce úrovně služby. |
type |
string |
Typ prostředku. |
SloUsageMetric
Metrika slo využití.
Name | Typ | Description |
---|---|---|
inRangeTimeRatio |
number |
Získá nebo nastaví inRangeTimeRatio pro metriku využití SLO. |
serviceLevelObjective |
ServiceLevelObjective pro metriku využití SLO. |
|
serviceLevelObjectiveId |
string |
ServiceLevelObjectiveId pro metriku využití SLO. |