ssl_certificate¶
Overview¶
This resource can be used to edit SSL Certificate.
Version information¶
Version : v2
URI scheme¶
Host :
BasePath : /sdwan/nitro/v2/config/
Schemes : HTTP
Tags¶
- ssl_certificate : Operations related to ssl_certificate
Paths¶
POST operation for ssl_certificate¶
POST /ssl_certificate
Description¶
Use this operation to download ssl certificate.
Parameters¶
Type | Name | Description | Schema |
---|---|---|---|
Query | action required |
Select if action is other that ADD | enum (download_certificate, regenerate_certificate) |
Responses¶
HTTP Code | Description | Schema |
---|---|---|
200 | Resource successfully added | ssl_certificate_post_success_schema |
400 | Failed: bad input parameter | ErrorSchema |
401 | Unauthorized: Failed Authentication | ErrorSchema |
403 | Unauthorized: Forbidden | ErrorSchema |
405 | Failed: Data format unacceptable | ErrorSchema |
415 | Failed: Data format unacceptable | ErrorSchema |
500 | Failed: Internal Server Error | ErrorSchema |
Produces¶
application/json
Tags¶
- ssl_certificate
Get operation for ssl_certificate¶
GET /ssl_certificate
Description¶
Use this operation to get the Certificate Details.
Responses¶
HTTP Code | Description | Schema |
---|---|---|
200 | API Successfully executed | ssl_certificate_response_schema |
400 | Failed: bad input parameter | ErrorSchema |
401 | Unauthorized: Failed Authentication | ErrorSchema |
403 | Unauthorized: Forbidden | ErrorSchema |
405 | Failed: Data format unacceptable | ErrorSchema |
415 | Failed: Data format unacceptable | ErrorSchema |
500 | Failed: Internal Server Error | ErrorSchema |
Produces¶
application/json
Tags¶
- ssl_certificate
Definitions¶
ErrorSchema¶
Name | Schema |
---|---|
errorcode optional |
integer |
errormessage optional |
string |
expiry_date¶
The expiry date of the Certificate
Type : string
fingerprint¶
The FingerPrint of the Certificate
Type : string
ssl_certificate_delete_success_schema¶
Name | Schema |
---|---|
ssl_certificate optional |
ssl_certificate |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource deleted succesfully" |
string |
ssl_certificate_post_success_schema¶
Name | Schema |
---|---|
ssl_certificate optional |
ssl_certificate |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource added succesfully" |
string |
ssl_certificate_put_success_schema¶
Name | Schema |
---|---|
ssl_certificate optional |
ssl_certificate |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource modified succesfully" |
string |
ssl_certificate_response_schema¶
Type : < ssl_certificate_response_schema > array
ssl_certificate_response_schema
Name | Schema |
---|---|
expiry_date optional |
expiry_date |
fingerprint optional |
fingerprint |
start_date optional |
start_date |
start_date¶
The Start Date of the Certificate.
Type : string