GET – 인증서 서비스 속성
GET 메서드를 사용하여 Redfish 서비스에 대한 CertificateService 리소스의 속성을 검색합니다.
요청 URL
https://<BMC_IPADDR>/redfish/v1/CertificateService
요청 본문
없음
응답 본문
필드 | 유형 | 설명 | ||
|---|---|---|---|---|
Description | 문자열 | "인증서를 관리하는 데 사용할 수 있는 작업" | ||
Id | 문자열 | “CertificateService” | ||
Name | 문자열 | “Certificate Service” | ||
CertificateLocations | 링크 | “/redfish/v1/CertificateSerivce/CertificateLocations” | ||
Actions | 객체 | 확장됨 | ||
#CertificateService.GenerateCSR | 객체 | 확장됨 | ||
target | 문자열 | "/redfish/v1/CertificateService/Actions/CertificateService.GenerateCSR" | ||
City | 문자열 | 지역 이름 | ||
CommonName | 문자열 | 일반 이름 | ||
Country | 문자열 | 국가 이름 | ||
Organization | 문자열 | 조직 이름 | ||
OrganizationUnit | 문자열 | 조직 단위 이름 | ||
State | 문자열 | 시/도 이름 | ||
문자열 | 이메일 주소 | |||
ContactPerson | 문자열 | 이름 | ||
#CertificateService. GenerateSelfSignedCert | 객체 | 확장됨 | ||
target | 문자열 | "/redfish/v1/CertificateService/Actions/CertificateService.GenerateSelfSignedCert" | ||
City | 문자열 | 지역 이름 | ||
CommonName | 문자열 | 일반 이름 | ||
Country | 문자열 | 국가 이름 | ||
Organization | 문자열 | 조직 이름 | ||
OrganizationUnit | 문자열 | 조직 단위 이름 | ||
State | 문자열 | 시/도 이름 | ||
문자열 | 이메일 주소 | |||
ContactPerson | 문자열 | 이름 | ||
#CertificateService. ReplaceCertificate | 객체 | 이 작업은 인증서를 대체합니다. | ||
CertificateString | 문자열 | 인증서 PEM 데이터 | ||
CertificateType | 문자열 | "PEM" | ||
CertificateUri | 객체 | 확장됨 | ||
@odata.id | 문자열 | “/redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates/1” | ||
CertificateType@Redfish.AllowableValues | 문자열 | ["PEM"] | ||
target | 문자열 | "/redfish/v1/CertificateService/Actions/CertificateService.ReplaceCertificate" | ||