Tenant Configuration - Get Sync State
구성 데이터베이스와 Git 리포지토리 간의 가장 최근 동기화 상태 가져옵니다.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/configuration/syncState?api-version=2021-08-01
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
configuration
|
path | True |
Git 구성 작업의 식별자입니다. |
|
resource
|
path | True |
string |
리소스 그룹의 이름. |
service
|
path | True |
string |
API Management 서비스의 이름입니다. regex 패턴: |
subscription
|
path | True |
string |
Microsoft Azure 구독을 고유하게 식별하는 구독 자격 증명 구독 ID는 모든 서비스 호출에 대한 URI의 파트를 형성합니다. |
api-version
|
query | True |
string |
클라이언트 요청과 함께 사용할 API의 버전입니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
동기화 상태 결과입니다. |
|
Other Status Codes |
작업이 실패한 이유를 설명하는 오류 응답입니다. |
보안
azure_auth
Azure Active Directory OAuth2 Flow.
형식:
oauth2
Flow:
implicit
권한 부여 URL:
https://login.microsoftonline.com/common/oauth2/authorize
범위
Name | Description |
---|---|
user_impersonation | 사용자 계정 가장 |
예제
ApiManagementTenantAccessSyncState
샘플 요청
샘플 응답
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/tenant/configuration/syncState",
"type": "Microsoft.ApiManagement/service/tenant/syncState",
"name": "syncState",
"properties": {
"branch": "master",
"commitId": "de891c2342c7058dde45e5e624eae7e558c94683",
"isExport": true,
"isSynced": true,
"isGitEnabled": true,
"syncDate": "2021-04-13T01:15:53.9824995Z",
"configurationChangeDate": "2021-04-13T00:11:43.862781Z",
"lastOperationId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/tenant/configuration/operationResults/6074f0bd093a9d0dac3d7347"
}
}
정의
Name | Description |
---|---|
configuration |
Git 구성 작업의 식별자입니다. |
Error |
오류 필드 계약입니다. |
Error |
오류 응답. |
Tenant |
테넌트 구성 동기화 상태의 결과입니다. |
configurationIdName
Git 구성 작업의 식별자입니다.
Name | 형식 | Description |
---|---|---|
configuration |
string |
ErrorFieldContract
오류 필드 계약입니다.
Name | 형식 | Description |
---|---|---|
code |
string |
속성 수준 오류 코드입니다. |
message |
string |
사람이 읽을 수 있는 속성 수준 오류 표현입니다. |
target |
string |
속성 이름입니다. |
ErrorResponse
오류 응답.
Name | 형식 | Description |
---|---|---|
error.code |
string |
서비스에서 정의한 오류 코드입니다. 이 코드는 응답에 지정된 HTTP 오류 코드의 하위 상태로 사용됩니다. |
error.details |
유효성 검사 오류가 발생할 경우 잘못된 필드 목록이 요청에 전송됩니다. |
|
error.message |
string |
사람이 읽을 수 있는 오류 표현입니다. |
TenantConfigurationSyncStateContract
테넌트 구성 동기화 상태의 결과입니다.
Name | 형식 | Description |
---|---|---|
id |
string |
리소스에 대한 정규화된 리소스 ID입니다. 예 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
리소스의 이름입니다. |
properties.branch |
string |
Git 분기의 이름입니다. |
properties.commitId |
string |
최신 커밋 ID입니다. |
properties.configurationChangeDate |
string |
최신 구성 변경 날짜입니다. 날짜는 ISO 8601 표준에 지정된 형식 |
properties.isExport |
boolean |
마지막 동기화가 저장되었는지(true) 또는 배포(false) 작업을 나타내는 값입니다. |
properties.isGitEnabled |
boolean |
Git 구성 액세스를 사용할 수 있는지 여부를 나타내는 값입니다. |
properties.isSynced |
boolean |
마지막 동기화가 구성 변경 이후인지 여부를 나타내는 값입니다. |
properties.lastOperationId |
string |
최신 테넌트 구성 작업 식별자 |
properties.syncDate |
string |
최신 동기화 날짜입니다. 날짜는 ISO 8601 표준에 지정된 형식 |
type |
string |
리소스 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts" |