post https://{hostname}/mtls-edge-truststore/v1/ca-sets//versions//activate
Activate the certificates for the version on the specified network.
Responses
Activate the certificates for the version on the specified network.
xxxxxxxxxx
curl --request POST \
--url https://hostname/mtls-edge-truststore/v1/ca-sets/caSetId/versions/versionId/activate \
--header 'accept: application/vnd.akamai.mtls-edge-truststore.activation.v1+json' \
--header 'content-type: application/vnd.akamai.mtls-edge-truststore.activation.v1+json' \
--data '
{
"network": "STAGING"
}
'
Examplexxxxxxxxxx
17{
"activationId": 84707,
"activationLink": "/mtls-edge-truststore/v1/ca-sets/84330/versions/84402/activations/84707",
"caSetId": 84330,
"caSetLink": "/mtls-edge-truststore/v1/ca-sets/84330",
"createdBy": "jsmith",
"createdDate": "2023-06-01T23:02:29.876Z",
"modifiedBy": null,
"modifiedDate": null,
"network": "STAGING",
"status": "IN_PROGRESS",
"type": "ACTIVATE",
"validationResults": null,
"versionId": 84402,
"versionLink": "/mtls-edge-truststore/v1/ca-sets/84330/versions/84402",
"versionNumber": 1
}