Dps Certificate - Get
프로비저닝 서비스에서 인증서를 가져옵니다.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/provisioningServices/{provisioningServiceName}/certificates/{certificateName}?api-version=2022-12-12
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
certificate
|
path | True |
string |
검색할 인증서의 이름입니다. |
provisioning
|
path | True |
string |
인증서가 연결된 프로비저닝 서비스의 이름입니다. |
resource
|
path | True |
string |
리소스 그룹 식별자입니다. |
subscription
|
path | True |
string |
구독 식별자입니다. |
api-version
|
query | True |
string |
API 버전입니다. |
요청 헤더
Name | 필수 | 형식 | Description |
---|---|---|---|
If-Match |
string |
인증서의 ETag입니다. |
응답
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 | 사용자 계정 가장 |
예제
DPSGetCertificate
샘플 요청
GET https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/myResourceGroup/providers/Microsoft.Devices/provisioningServices/myFirstProvisioningService/certificates/cert?api-version=2022-12-12
샘플 응답
{
"properties": {
"subject": "CN=testdevice1",
"expiry": "Sat, 31 Dec 2039 23:59:59 GMT",
"thumbprint": "97388663832D0393C9246CAB4FBA2C8677185A25",
"certificate": "MA==",
"isVerified": false,
"created": "Thu, 12 Oct 2017 19:23:50 GMT",
"updated": "Thu, 12 Oct 2017 19:23:50 GMT"
},
"id": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/myResourceGroup/providers/Microsoft.Devices/IotHubs/andbuc-hub/certificates/cert",
"name": "cert",
"type": "Microsoft.Devices/ProvisioningServices/Certificates",
"etag": "AAAAAAExpNs="
}
정의
Name | Description |
---|---|
Certificate |
X509 CA 인증서에 대한 설명입니다. |
Certificate |
X509 인증서입니다. |
created |
리소스를 만든 ID 유형입니다. |
Error |
오류 세부 정보입니다. |
system |
리소스 만들기 및 마지막 수정과 관련된 메타데이터입니다. |
CertificateProperties
X509 CA 인증서에 대한 설명입니다.
Name | 형식 | Description |
---|---|---|
certificate |
string |
x509 인증서 .cer 파일 또는 .pem 파일 콘텐츠의 base-64 표현입니다. |
created |
string |
인증서의 생성 날짜 및 시간입니다. |
expiry |
string |
인증서의 만료 날짜 및 시간입니다. |
isVerified |
boolean |
인증서가 확인되었는지 여부를 확인합니다. |
subject |
string |
인증서의 주체 이름입니다. |
thumbprint |
string |
인증서의 지문입니다. |
updated |
string |
인증서의 마지막 업데이트 날짜 및 시간입니다. |
CertificateResponse
X509 인증서입니다.
Name | 형식 | Description |
---|---|---|
etag |
string |
엔터티 태그입니다. |
id |
string |
리소스 식별자입니다. |
name |
string |
인증서 이름입니다. |
properties |
인증서의 속성 |
|
systemData |
리소스 만들기 및 마지막 수정과 관련된 메타데이터입니다. |
|
type |
string |
리소스 종류입니다. |
createdByType
리소스를 만든 ID 유형입니다.
Name | 형식 | Description |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
ErrorDetails
오류 세부 정보입니다.
Name | 형식 | Description |
---|---|---|
code |
integer |
오류 코드입니다. |
details |
string |
오류 세부 정보입니다. |
httpStatusCode |
string |
HTTP 상태 코드입니다. |
message |
string |
오류 메시지입니다. |
systemData
리소스 만들기 및 마지막 수정과 관련된 메타데이터입니다.
Name | 형식 | Description |
---|---|---|
createdAt |
string |
UTC(리소스 만들기)의 타임스탬프입니다. |
createdBy |
string |
리소스를 만든 ID입니다. |
createdByType |
리소스를 만든 ID 유형입니다. |
|
lastModifiedAt |
string |
리소스 마지막 수정의 타임스탬프(UTC) |
lastModifiedBy |
string |
리소스를 마지막으로 수정한 ID입니다. |
lastModifiedByType |
리소스를 마지막으로 수정한 ID 유형입니다. |