cURL
curl -X POST "https://api.joinformal.com/core.v1.ResourceService/CreateResourceTlsConfiguration" \ -H "X-API-KEY: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "example": "value" }'
{ "resourceTlsConfiguration": { "id": "<string>", "resourceId": "<string>", "tlsConfig": "require", "tlsMinVersion": "", "tlsCaTruststore": "<string>", "updatedAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z" } }
API key authentication. Get your API key from the Formal console.
1
disable
insecure-skip-verify
insecure-verify-ca-only
verify-full
TLSv1.2
TLSv1.3
Success
Show child attributes
Was this page helpful?