Updates - Get File
버전에서 특정 업데이트 파일을 가져옵니다.
GET https://{accountEndpoint}/deviceupdate/{instanceId}/v2/updates/providers/{provider}/names/{name}/versions/{version}/files/{fileId}
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
account
|
path | True |
string |
계정 엔드포인트. |
file
|
path | True |
string |
파일 식별자입니다. |
instance
|
path | True |
string |
계정 instance 식별자입니다. |
name
|
path | True |
string |
이름을 업데이트합니다. |
provider
|
path | True |
string |
공급자를 업데이트합니다. |
version
|
path | True |
string |
버전을 업데이트합니다. |
요청 헤더
Name | 필수 | 형식 | Description |
---|---|---|---|
If-None-Match |
string |
If-None-Match 조건을 정의합니다. 서버의 ETag가 이 값과 일치하지 않는 경우에만 작업이 수행됩니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
요청된 파일 엔터티입니다. |
|
404 Not Found |
찾을 수 없음 |
|
429 Too Many Requests |
요청이 너무 많습니다. 기간 내에 실행할 수 있는 작업의 수에 대한 속도 제한이 있습니다. |
|
Other Status Codes |
수정되지 않습니다. |
보안
azure_auth_implicit
Azure Active Directory OAuth2 암시적 흐름
형식:
oauth2
Flow:
implicit
권한 부여 URL:
https://login.microsoftonline.com/common/oauth2/v2.0/authorize
범위
Name | Description |
---|---|
user_impersonation | 사용자 계정 가장 |
azure_auth_code
Azure Active Directory OAuth2 AccessCode Flow
형식:
oauth2
Flow:
accessCode
권한 부여 URL:
https://login.microsoftonline.com/common/oauth2/v2.0/authorize
토큰 URL:
https://login.microsoftonline.com/common/oauth2/v2.0/token
범위
Name | Description |
---|---|
user_impersonation | 사용자 계정 가장 |
azure_auth_application
Azure Active Directory OAuth2 애플리케이션 흐름
형식:
oauth2
Flow:
application
토큰 URL:
https://login.microsoftonline.com/common/oauth2/v2.0/token
범위
Name | Description |
---|---|
.default | 클라이언트 자격 증명 scope |
azure_auth_password
Azure Active Directory OAuth2 암호 흐름
형식:
oauth2
Flow:
password
토큰 URL:
https://login.microsoftonline.com/common/oauth2/v2.0/token
범위
Name | Description |
---|---|
user_impersonation | 사용자 계정 가장 |
예제
Updates_GetFile
샘플 요청
GET https://contoso.api.adu.microsoft.com/deviceupdate/blue/v2/updates/providers/microsoft/names/adu/versions/1.0.0.0/files/abc123
샘플 응답
{
"fileId": "abc123",
"fileName": "1v5uww1q.my2",
"sizeInBytes": 1862311,
"hashes": {
"sha256": "OVokcktf61lQXs17MzJCsM98lk48H1Wu1hy7Sp6lLfI="
},
"mimeType": "application/BuildAsync-s4jwikgq.44h",
"etag": "\"26bd8eba-4bb2-4960-a357-ca4d60b5fb4b\""
}
정의
File
파일 메타데이터를 업데이트합니다.
Name | 형식 | Description |
---|---|---|
etag |
string |
파일 ETag. |
fileId |
string |
가져오기 시 서버에서 생성되는 파일 ID입니다. |
fileName |
string |
파일 이름. |
hashes |
object |
해시 알고리즘을 base64로 인코딩된 해시 값에 매핑합니다. |
mimeType |
string |
파일 MIME 형식입니다. |
sizeInBytes |
integer |
파일 크기(바이트 수)입니다. |