Health - Get
サービスの状態情報を照会するか、特定のサービスや地域にスコープを設定します
GET https://status.dev.azure.com/_apis/status/health?api-version=7.1-preview.1
GET https://status.dev.azure.com/_apis/status/health?services={services}&geographies={geographies}&api-version=7.1-preview.1
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
api-version
|
query | True |
string |
使う API のバージョン。 このバージョンの API を使用するには、これを '7.1-preview.1' に設定する必要があります。 |
geographies
|
query |
string array (string) |
状態情報を取得する地域のコンマ区切りのリスト。 サポートされる値: APAC、AU、BR、CA、EU、IN、UK、US。 |
|
services
|
query |
string array (string) |
状態情報を取得するサービスのコンマ区切りの一覧。 サポートされる値: Artifacts、Boards、Core Services、Other services、Pipelines、Repos、Test Plans。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
正常な操作 |
例
Get service health |
Get service health for one or more geographies |
Get service health for one or more services |
Get service health for one or more services and one or more geographies |
Get service health
Sample Request
GET https://status.dev.azure.com/_apis/status/health?api-version=7.1-preview.1
Sample Response
{
"status": {
"health": "healthy",
"message": "Everything is looking good"
},
"services": [
{
"id": "Core services",
"geographies": [
{
"id": "US",
"name": "United States",
"health": "healthy"
},
{
"id": "CA",
"name": "Canada",
"health": "healthy"
},
{
"id": "BR",
"name": "Brazil",
"health": "healthy"
},
{
"id": "EU",
"name": "Europe",
"health": "healthy"
},
{
"id": "UK",
"name": "United Kingdom",
"health": "healthy"
},
{
"id": "APAC",
"name": "Asia Pacific",
"health": "healthy"
},
{
"id": "AU",
"name": "Australia",
"health": "healthy"
},
{
"id": "IN",
"name": "India",
"health": "healthy"
}
]
},
{
"id": "Boards",
"geographies": [
{
"id": "US",
"name": "United States",
"health": "healthy"
},
{
"id": "CA",
"name": "Canada",
"health": "healthy"
},
{
"id": "BR",
"name": "Brazil",
"health": "healthy"
},
{
"id": "EU",
"name": "Europe",
"health": "healthy"
},
{
"id": "UK",
"name": "United Kingdom",
"health": "healthy"
},
{
"id": "APAC",
"name": "Asia Pacific",
"health": "healthy"
},
{
"id": "AU",
"name": "Australia",
"health": "healthy"
},
{
"id": "IN",
"name": "India",
"health": "healthy"
}
]
},
{
"id": "Repos",
"geographies": [
{
"id": "US",
"name": "United States",
"health": "healthy"
},
{
"id": "CA",
"name": "Canada",
"health": "healthy"
},
{
"id": "BR",
"name": "Brazil",
"health": "healthy"
},
{
"id": "EU",
"name": "Europe",
"health": "healthy"
},
{
"id": "UK",
"name": "United Kingdom",
"health": "healthy"
},
{
"id": "APAC",
"name": "Asia Pacific",
"health": "healthy"
},
{
"id": "AU",
"name": "Australia",
"health": "healthy"
},
{
"id": "IN",
"name": "India",
"health": "healthy"
}
]
},
{
"id": "Pipelines",
"geographies": [
{
"id": "US",
"name": "United States",
"health": "healthy"
},
{
"id": "CA",
"name": "Canada",
"health": "healthy"
},
{
"id": "BR",
"name": "Brazil",
"health": "healthy"
},
{
"id": "EU",
"name": "Europe",
"health": "healthy"
},
{
"id": "UK",
"name": "United Kingdom",
"health": "healthy"
},
{
"id": "APAC",
"name": "Asia Pacific",
"health": "healthy"
},
{
"id": "AU",
"name": "Australia",
"health": "healthy"
},
{
"id": "IN",
"name": "India",
"health": "healthy"
}
]
},
{
"id": "Test Plans",
"geographies": [
{
"id": "US",
"name": "United States",
"health": "healthy"
},
{
"id": "CA",
"name": "Canada",
"health": "healthy"
},
{
"id": "BR",
"name": "Brazil",
"health": "healthy"
},
{
"id": "EU",
"name": "Europe",
"health": "healthy"
},
{
"id": "UK",
"name": "United Kingdom",
"health": "healthy"
},
{
"id": "APAC",
"name": "Asia Pacific",
"health": "healthy"
},
{
"id": "AU",
"name": "Australia",
"health": "healthy"
},
{
"id": "IN",
"name": "India",
"health": "healthy"
}
]
},
{
"id": "Artifacts",
"geographies": [
{
"id": "US",
"name": "United States",
"health": "healthy"
},
{
"id": "CA",
"name": "Canada",
"health": "healthy"
},
{
"id": "BR",
"name": "Brazil",
"health": "healthy"
},
{
"id": "EU",
"name": "Europe",
"health": "healthy"
},
{
"id": "UK",
"name": "United Kingdom",
"health": "healthy"
},
{
"id": "APAC",
"name": "Asia Pacific",
"health": "healthy"
},
{
"id": "AU",
"name": "Australia",
"health": "healthy"
},
{
"id": "IN",
"name": "India",
"health": "healthy"
}
]
},
{
"id": "Other services",
"geographies": [
{
"id": "US",
"name": "United States",
"health": "healthy"
},
{
"id": "CA",
"name": "Canada",
"health": "healthy"
},
{
"id": "BR",
"name": "Brazil",
"health": "healthy"
},
{
"id": "EU",
"name": "Europe",
"health": "healthy"
},
{
"id": "UK",
"name": "United Kingdom",
"health": "healthy"
},
{
"id": "APAC",
"name": "Asia Pacific",
"health": "healthy"
},
{
"id": "AU",
"name": "Australia",
"health": "healthy"
},
{
"id": "IN",
"name": "India",
"health": "healthy"
}
]
}
]
}
Get service health for one or more geographies
Sample Request
GET https://status.dev.azure.com/_apis/status/health?geographies=EU&api-version=7.1-preview.1
Sample Response
{
"status": {
"health": "healthy",
"message": "Everything is looking good"
},
"services": [
{
"id": "Core services",
"geographies": [
{
"id": "EU",
"name": "Europe",
"health": "healthy"
}
]
},
{
"id": "Boards",
"geographies": [
{
"id": "EU",
"name": "Europe",
"health": "healthy"
}
]
},
{
"id": "Repos",
"geographies": [
{
"id": "EU",
"name": "Europe",
"health": "healthy"
}
]
},
{
"id": "Pipelines",
"geographies": [
{
"id": "EU",
"name": "Europe",
"health": "healthy"
}
]
},
{
"id": "Test Plans",
"geographies": [
{
"id": "EU",
"name": "Europe",
"health": "healthy"
}
]
},
{
"id": "Artifacts",
"geographies": [
{
"id": "EU",
"name": "Europe",
"health": "healthy"
}
]
},
{
"id": "Other services",
"geographies": [
{
"id": "EU",
"name": "Europe",
"health": "healthy"
}
]
}
]
}
Get service health for one or more services
Sample Request
GET https://status.dev.azure.com/_apis/status/health?services=Pipelines&api-version=7.1-preview.1
Sample Response
{
"status": {
"health": "healthy",
"message": "Everything is looking good"
},
"services": [
{
"id": "Pipelines",
"geographies": [
{
"id": "US",
"name": "United States",
"health": "healthy"
},
{
"id": "CA",
"name": "Canada",
"health": "healthy"
},
{
"id": "BR",
"name": "Brazil",
"health": "healthy"
},
{
"id": "EU",
"name": "Europe",
"health": "healthy"
},
{
"id": "UK",
"name": "United Kingdom",
"health": "healthy"
},
{
"id": "APAC",
"name": "Asia Pacific",
"health": "healthy"
},
{
"id": "AU",
"name": "Australia",
"health": "healthy"
},
{
"id": "IN",
"name": "India",
"health": "healthy"
}
]
}
]
}
Get service health for one or more services and one or more geographies
Sample Request
GET https://status.dev.azure.com/_apis/status/health?services=Boards,Pipelines&geographies=AU&api-version=7.1-preview.1
Sample Response
{
"status": {
"health": "healthy",
"message": "Everything is looking good"
},
"services": [
{
"id": "Boards",
"geographies": [
{
"id": "AU",
"name": "Australia",
"health": "healthy"
}
]
},
{
"id": "Pipelines",
"geographies": [
{
"id": "AU",
"name": "Australia",
"health": "healthy"
}
]
}
]
}
定義
名前 | 説明 |
---|---|
Geography |
|
Scope |
|
Service |
|
Service |
|
Status |
GeographyWithHealth
名前 | 型 | 説明 |
---|---|---|
health | ||
id |
string |
|
name |
string |
ScopeHealth
名前 | 型 | 説明 |
---|---|---|
advisory |
string |
|
degraded |
string |
|
healthy |
string |
|
unhealthy |
string |
|
unknown |
string |
ServiceHealth
名前 | 型 | 説明 |
---|---|---|
geographies | ||
id |
string |
ServiceStatus
名前 | 型 | 説明 |
---|---|---|
lastUpdated |
string |
|
services | ||
status |
StatusSummary
名前 | 型 | 説明 |
---|---|---|
health | ||
message |
string |