全部文档
当前文档

暂无内容

如果没有找到您期望的内容,请尝试其他搜索词

文档中心

证书延期

最近更新时间:2020-12-30 16:28:39

ExtendCertificate(证书延期)

请求方式:POST

Request Parameters(请求参数)

CertificateId

  • 描述:旧证书ID
  • 类型:String
  • 是否可缺省:否

CertificateCode

  • 描述:证书代码
  • 类型:String
  • 是否可缺省:否

YearLength

  • 描述:证书年限
  • 类型:Integer
  • 是否可缺省:否
  • 可选值:1 一年期

DomainCount

  • 描述:域名数量
  • 类型:Integer
  • 是否可缺省:否
  • 约束:最小值为1

WildcardCount

  • 描述:通配符域名数量
  • 类型:Integer
  • 是否可缺省:否
  • 约束:最小值为0

Response Elements(返回值)

RequestId

  • 描述:请求ID
  • 类型:String

Certificate

Examples(举例)

Sample Request(请求)

https://kcm.api.ksyun.com/?Action=ExtendCertificate
&Version=2016-03-04
&CertificateId=1612201230001
&CertificateCode=SYMCDV01
&DomainCount=1
&WildcardCount=0
&YearLength=1

Sample Response(响应)

<ExtendCertificateResponse xmlns="http://kcm.api.ksyun.com/doc/2016-03-04>
    <RequestId>7a62c49f-347e-4fc4-9331-6e8eEXAMPLE</RequestId>
    <Certificate>
        <CertificateId>1612201230001</CertificateId>
        <MainDomain>www.2345.com</MainDomain>
        <CertificateBrand>Symantec</CertificateBrand>
        <CertificateLevel>OV</CertificateLevel>
        <CertificateName>混合多域名</CertificateName>
        <CertificateCode>SYMCDV01</CertificateCode>
        <CertificateStatus>0</CertificateStatus>
        <YearLength>1</YearLength>
        <DomainCount>1</DomainCount>
        <WildcardCount>0</WildcardCount>
    </Certificate>
</ExtendCertificateResponse>
文档导读
纯净模式常规模式

纯净模式

点击可全屏预览文档内容
文档反馈