[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform

Decode Cert

Description

Decode certificate

Request

Request

URL

URL


post
https://{api_host}//api/cws/v1/enterprises/{enterpriseLogicalId}/decodeCert
Copy

Path Parameters

Path Parameters

string
enterpriseLogicalId Required

Enterprise Logical ID


Request Body

Request Body

decodeCertBody of mimetype application/json Required
Response

Response

Response Body

Response Body

200 OK

Returns DecodeCertResponse of type application/json

Certificate details

Errors

Errors

httpResponseError
400

Invalid Input


httpResponseError
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"cert":"string"}' https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/decodeCert


Feedback

Was this page helpful?