Container Services - List Orchestrators
지정된 구독에서 지원되는 오케스트레이터 목록을 가져옵니다. 이 작업은 버전, 사용 가능한 업그레이드 및 해당 버전 또는 업그레이드가 미리 보기 상태인지 여부를 포함하여 각 오케스트레이터의 속성을 반환합니다.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/orchestrators?api-version=2019-04-01
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/orchestrators?api-version=2019-04-01&resource-type={resource-type}
URI 매개 변수
| Name | In(다음 안에) | 필수 | 형식 | Description |
|---|---|---|---|---|
|
location
|
path | True |
string |
지원되는 Azure 지역의 이름입니다. |
|
subscription
|
path | True |
string |
Microsoft Azure 구독을 고유하게 식별하는 구독 자격 증명입니다. 구독 ID는 모든 서비스 호출에 대한 URI의 일부를 형성합니다. |
|
api-version
|
query | True |
string |
클라이언트 API 버전입니다. |
|
resource-type
|
query |
string |
오케스트레이터 목록을 반환해야 하는 리소스 종류 |
응답
| Name | 형식 | Description |
|---|---|---|
| 200 OK |
그래 |
보안
azure_auth
Azure Active Directory OAuth2 흐름
형식:
oauth2
Flow:
implicit
권한 부여 URL:
https://login.microsoftonline.com/common/oauth2/authorize
범위
| Name | Description |
|---|---|
| user_impersonation | 사용자 계정 가장 |
예제
List Container Service Orchestrators
샘플 요청
GET https://management.azure.com/subscriptions/subid1/providers/Microsoft.ContainerService/locations/location1/orchestrators?api-version=2019-04-01
샘플 응답
{
"id": "/subscriptions/subid1/providers/Microsoft.ContainerService/locations/location1/orchestrators",
"name": "default",
"type": "Microsoft.ContainerService/locations/orchestrators",
"properties": {
"orchestrators": [
{
"orchestratorType": "DCOS",
"orchestratorVersion": "1.10.0"
},
{
"orchestratorType": "DCOS",
"orchestratorVersion": "1.9.0"
},
{
"orchestratorType": "DCOS",
"orchestratorVersion": "1.8.8"
},
{
"orchestratorType": "Swarm",
"orchestratorVersion": "swarm:1.1.0"
},
{
"orchestratorType": "DockerCE",
"orchestratorVersion": "17.03.*"
},
{
"orchestratorType": "Kubernetes",
"orchestratorVersion": "1.8.1",
"upgrades": [
{
"orchestratorVersion": "1.8.4"
},
{
"orchestratorVersion": "1.8.2"
}
]
},
{
"orchestratorType": "Kubernetes",
"orchestratorVersion": "1.9.10",
"upgrades": [
{
"orchestratorType": "",
"orchestratorVersion": "1.9.11",
"isPreview": false
},
{
"orchestratorType": "",
"orchestratorVersion": "1.10.12",
"isPreview": false
},
{
"orchestratorType": "",
"orchestratorVersion": "1.10.13",
"isPreview": false
}
]
},
{
"orchestratorType": "Kubernetes",
"orchestratorVersion": "1.9.11",
"upgrades": [
{
"orchestratorType": "",
"orchestratorVersion": "1.10.12",
"isPreview": false
},
{
"orchestratorType": "",
"orchestratorVersion": "1.10.13",
"isPreview": false
}
]
},
{
"orchestratorType": "Kubernetes",
"orchestratorVersion": "1.10.12",
"upgrades": [
{
"orchestratorType": "",
"orchestratorVersion": "1.10.13",
"isPreview": false
},
{
"orchestratorType": "",
"orchestratorVersion": "1.11.8",
"isPreview": false
},
{
"orchestratorType": "",
"orchestratorVersion": "1.11.9",
"isPreview": false
}
]
},
{
"orchestratorType": "Kubernetes",
"orchestratorVersion": "1.10.13",
"upgrades": [
{
"orchestratorType": "",
"orchestratorVersion": "1.11.8",
"isPreview": false
},
{
"orchestratorType": "",
"orchestratorVersion": "1.11.9",
"isPreview": false
}
]
},
{
"orchestratorType": "Kubernetes",
"orchestratorVersion": "1.11.8",
"upgrades": [
{
"orchestratorType": "",
"orchestratorVersion": "1.11.9",
"isPreview": false
},
{
"orchestratorType": "",
"orchestratorVersion": "1.12.6",
"isPreview": false
},
{
"orchestratorType": "",
"orchestratorVersion": "1.12.7",
"isPreview": false
}
]
},
{
"orchestratorType": "Kubernetes",
"orchestratorVersion": "1.11.9",
"upgrades": [
{
"orchestratorType": "",
"orchestratorVersion": "1.12.6",
"isPreview": false
},
{
"orchestratorType": "",
"orchestratorVersion": "1.12.7",
"isPreview": false
}
]
},
{
"orchestratorType": "Kubernetes",
"orchestratorVersion": "1.12.6",
"upgrades": [
{
"orchestratorType": "",
"orchestratorVersion": "1.12.7",
"isPreview": false
},
{
"orchestratorType": "",
"orchestratorVersion": "1.13.5",
"isPreview": false
}
]
},
{
"orchestratorType": "Kubernetes",
"orchestratorVersion": "1.12.7",
"default": true,
"upgrades": [
{
"orchestratorType": "",
"orchestratorVersion": "1.13.5",
"isPreview": false
}
]
},
{
"orchestratorType": "Kubernetes",
"orchestratorVersion": "1.13.5",
"upgrades": [
{
"orchestratorType": "",
"orchestratorVersion": "1.14.0",
"isPreview": true
}
]
},
{
"orchestratorType": "Kubernetes",
"orchestratorVersion": "1.14.0",
"isPreview": true
}
]
}
}
정의
| Name | Description |
|---|---|
|
Orchestrator |
사용 가능한 업그레이드 버전 목록입니다. |
|
Orchestrator |
오케스트레이터 버전 프로필 목록입니다. |
|
Orchestrator |
지원되는 오케스트레이터의 버전 목록입니다. |
OrchestratorProfile
사용 가능한 업그레이드 버전 목록입니다.
| Name | 형식 | Description |
|---|---|---|
| isPreview |
boolean |
Kubernetes 버전이 현재 미리 보기 상태인지 여부입니다. |
| orchestratorType |
string |
오케스트레이터 형식입니다. |
| orchestratorVersion |
string |
오케스트레이터 버전(주, 부, 패치). |
OrchestratorVersionProfile
오케스트레이터 버전 프로필 목록입니다.
| Name | 형식 | Description |
|---|---|---|
| default |
boolean |
버전이 지정되지 않은 경우 기본적으로 설치됩니다. |
| isPreview |
boolean |
Kubernetes 버전이 현재 미리 보기 상태인지 여부입니다. |
| orchestratorType |
string |
오케스트레이터 형식입니다. |
| orchestratorVersion |
string |
오케스트레이터 버전(주, 부, 패치). |
| upgrades |
사용 가능한 업그레이드 버전 목록입니다. |
OrchestratorVersionProfileListResult
지원되는 오케스트레이터의 버전 목록입니다.
| Name | 형식 | Description |
|---|---|---|
| id |
string |
오케스트레이터 버전 프로필 목록 결과의 ID입니다. |
| name |
string |
오케스트레이터 버전 프로필 목록 결과의 이름입니다. |
| properties.orchestrators |
오케스트레이터 버전 프로필 목록입니다. |
|
| type |
string |
오케스트레이터 버전 프로필 목록 결과의 형식입니다. |