Certificate Management API¶
GET Get Hosted Certificate List¶
GET /prod-api/cdn/layer7/ssl/describeSSL
Request Parameters¶
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | No | none |
Example Responses
200 Response
{
"msg": "Operation successful",
"code": 200,
"data": [
{
"label": "demo.cc",
"value": 1
},
{
"label": "demof.cc",
"value": 12
}
]
}
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 | 约束 | Chinese Name | Description |
|---|---|---|---|---|---|
| » msg | string | true | none | none | |
| » code | integer | true | none | none | |
| » data | [object] | true | none | none | |
| »» label | string | true | none | Name | none |
| »» value | integer | true | none | 值 | none |