Certificate Management Interface¶
GET Query Certificate Configuration Domain¶
GET /prod-api/cdn/layer7/ssl/describeDomains
Body Request Parameters
Request Parameters¶
Name | Location | Type | Required | Description |
---|---|---|---|---|
Authorization | header | string | No | none |
body | body | object | No | none |
Example Responses
200 Response
{
"msg": "Success",
"code": 200,
"data": [
{
"id": 490,
"port": 0,
"domainName": "11.cc.com",
"label": "11.cc.com:Default",
"isActive": 0,
"status": null,
"source": null,
"endTime": null
},
{
"id": 495,
"port": 0,
"domainName": "111.33.cinm",
"label": "111.33.cinm:Default",
"isActive": 0,
"status": null,
"source": null,
"endTime": null
}
]
}
401 Response
Responses¶
Status Code | Status Meaning | Description | Data Model |
---|---|---|---|
200 | OK | none | Inline |
401 | Unauthorized | none | Inline |
403 | Forbidden | none | Inline |
404 | Not Found | none | Inline |
Response Data Structure¶
Status Code 200
Name | Type | Required | Constraints | Chinese Name | Description |
---|---|---|---|---|---|
» msg | string | true | none | none | |
» code | integer | true | none | none | |
» data | [object] | true | none | none | |
»» id | integer | true | none | Domain ID | none |
»» port | integer | true | none | Port | none |
»» domainName | string | true | none | Domain | none |
»» label | string | true | none | Domain Display Name | none |
»» isActive | integer | true | none | none | |
»» status | string¦null | true | none | Certificate Status | issuing:indicates being issued normal:indicates normal |
»» source | integer¦null | true | none | Certificate Source | source:0 for self-owned certificate source:1 1 for managed certificate |
»» endTime | string¦null | true | none | Expiration Time | none |