curl -X PATCH \ https://anypoint.mulesoft.com/cloudhub/api/organizations/myOrgID/vpcs/myVpcID/loadbalancers/myDlbID \ -H 'authorization: Bearer myAccessToken' \ -H 'content-type: application/json' \ -d '[ { "op": "replace", "path": "/sslEndpoints/0/tlsv1", "value": "true" } ]'
linenums
In the command:
-
myOrgID
is the organization ID. -
myVpcID
is the ID for the VPC. -
myDlbID
is the ID for the DLB. -
myAccessToken
is the access token you generated.
The response includes the following:
"tlsv1": true,