Key Certificate Manager SDK

1. Import Certificate

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
certFilestring · binaryOptional
namestringOptional
tagsstringOptional
flagstringOptional
Responses
chevron-right
200

Success

No content

post
/certs/import
200

Success

No content

2. List Certificates

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
vpcIdstringRequired
lbtypestringOptional
Responses
chevron-right
200

Success

No content

get
/certs/list
200

Success

No content

3. Get Certificate by ID

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
certIdstringRequired
Responses
chevron-right
200

Success

No content

get
/certs/detail
200

Success

No content

4. Delete Certificate

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
pathCertIdstringRequired
Responses
chevron-right
200

Success

No content

delete
/certs/delete/{pathCertId}
200

Success

No content

5. Get Expiring Certificates

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
datestringRequired
vpcIdstringRequired
Responses
chevron-right
200

Success

No content

get
/certs/expiringIn
200

Success

No content

6. Update Tags (JSON)

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
pathCertIdstringRequired
Body
objectOptional
Responses
chevron-right
200

Success

No content

put
/certs/tags/{pathCertId}
200

Success

No content

7. Get Tag Value

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
certIdstringRequired
tagNamestringRequired
Responses
chevron-right
200

Success

No content

get
/certs/tags
200

Success

No content

8. Update Certificate Bundle (Binary)

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
pathCertIdstringRequired
Header parameters
X-Vpc-IdstringRequired
Body
certFilestring · binaryOptional
flagstringOptional
Responses
chevron-right
200

Success

No content

put
/certs/update/{pathCertId}
200

Success

No content

Last updated

Was this helpful?