DescribeSslCertificateAttribute
処理概要
指定したSSL証明書の詳細情報を取得します。1回のリクエストで、1つのSSL証明書の1つの詳細情報を取得できます。
SSL証明書を指定するためには、SSL証明書の発行識別子(fqdnId)が必要です。
指定するパラメーター
パラメーター | 型 | 説明 | 必須 |
---|---|---|---|
FqdnId | string |
SSL証明書の識別子 |
○ |
Attribute | string |
取得する情報の項目名 値: certAuthority (SSL証明書の認証局を取得) | count (SSL証明書の数量を取得) | certState (SSL証明書の発行ステータスを取得) | period (SSL証明書の有効期間を取得) | keyLength (SSL証明書の鍵長を取得) | uploadState (SSL証明書の種別を取得) | description (SSL証明書のメモ情報を取得) | certInfo (SSL証明書の発行申請情報を取得) | caState (中間証明書の有無を取得) |
応答フィールド
フィールド (項目) | 型 | 説明 |
---|---|---|
DescribeSslCertificateAttributeResponse | - |
DescribeSslCertificateAttribute レスポンス Ancestor: なし Children: requestId | fqdnId | fqdn | certAuthority | count | certState | period | keyLength | uploadState | description | certInfo | caState |
requestId | string |
リクエスト識別子 Ancestor: DescribeSslCertificateAttributeResponse Children: なし |
fqdnId | string |
SSL証明書の発行識別子 Ancestor: DescribeSslCertificateAttributeResponse Children: なし |
fqdn | string |
FQDN Ancestor: DescribeSslCertificateAttributeResponse Children: なし |
certAuthority | - |
SSL証明書の認証局の情報 Ancestor: DescribeSslCertificateAttributeResponse Children: value |
value | string |
SSL証明書の認証局 値: cybertrust(作成証明書) | GeoTrust(作成証明書) | GeoTrustWildCard(作成証明書) | 証明書に設定されている認証局(独自証明書 ※取得できた場合) Ancestor: certAuthority Children: なし |
count | - |
SSL証明書の数量の情報 Ancestor: DescribeSslCertificateAttributeResponse Children: value |
value | integer |
SSL証明書の数量 Ancestor: count Children: なし |
certState | - |
SSL証明書の発行ステータスの情報 Ancestor: DescribeSslCertificateAttributeResponse Children: value |
value | string |
SSL証明書の発行ステータス 値: valid(有効) | waiting(発行待ち) | expired(有効期限切れ) | invalid(失効) | warning(発行エラー) Ancestor: certState Children: なし |
period | - |
SSL証明書の有効期間の情報 Ancestor: DescribeSslCertificateAttributeResponse Children: startDate | endDate |
startDate | timestamp |
SSL証明書の有効期間(開始日) Ancestor: period Children: なし |
endDate | timestamp |
SSL証明書の有効期間(終了日) Ancestor: period Children: なし |
keyLength | - |
SSL証明書の鍵長の情報 Ancestor: DescribeSslCertificateAttributeResponse Children: value |
value | integer |
SSL証明書の鍵長 値: 1024(1024bit) | 2048(2048bit) Ancestor: keyLength Children: なし |
uploadState | - |
SSL証明書の種別の情報 Ancestor: DescribeSslCertificateAttributeResponse Children: value |
value | boolean |
SSL証明書のアップロード情報 値: true(アップロードした独自証明書) | false(発行証明書) Ancestor: uploadState Children: なし |
description | - |
SSL証明書のメモ情報 Ancestor: DescribeSslCertificateAttributeResponse Children: value |
value | string |
SSL証明書のメモ Ancestor: description Children: なし |
certInfo | - |
SSL証明書の発行申請情報 Ancestor: DescribeSslCertificateAttributeResponse Children: organizationName | organizationUnitName | countryName | stateName | locationName | emailAddress |
organizationName | string |
申請組織(企業)名 Ancestor: certInfo Children: なし |
organizationUnitName | string |
申請部署名 Ancestor: certInfo Children: なし |
countryName | string |
申請国名 Ancestor: certInfo Children: なし |
stateName | string |
事業所住所の都道府県名 Ancestor: certInfo Children: なし |
locationName | string |
事業所住所の市区町村名 Ancestor: certInfo Children: なし |
emailAddress | string |
メールアドレス Ancestor: certInfo Children: なし |
caState | - |
中間証明書の有無ステータス情報 Ancestor: DescribeSslCertificateAttributeResponse Children: value |
value | boolean |
中間証明書の有無ステータス 値: true(有) | false(無) Ancestor: caState Children: なし |
リクエストサンプル
https://jp-east-1.computing.api.nifcloud.com/api/
?Action=DescribeSslCertificateAttribute
&FqdnId=111
&Attribute=certInfo
&CommonParams
応答サンプル
<DescribeSslCertificateAttributeResponse xmlns="https://computing.api.nifcloud.com/api/">
<requestId>ac501097-4c8d-475b-b06b-a90048ec181c</requestId>
<fqdnId>111</fqdnId>
<fqdn>ccc.aaa.com</fqdn>
<certInfo>
<organizationName>FUJITSU CLOUD TECHNOLOGIES</organizationName>
<organizationUnitName>Center Department</organizationUnitName>
<countryName>JP</countryName>
<stateName>Tokyo</stateName>
<locationName>Shinjuku-ku</locationName>
<emailAddress/>
</certInfo>
</DescribeSslCertificateAttributeResponse>