get https://{hostname}/mtls-edge-truststore/v1/ca-sets//activations
List all activation and deactivation requests for the CA set.
Responses
List all activation and deactivation requests for the CA set.
xxxxxxxxxx
curl --request GET \
--url https://hostname/mtls-edge-truststore/v1/ca-sets/caSetId/activations \
# Add Authorization header to this snippet
--header 'accept: application/vnd.akamai.mtls-edge-truststore.activations.v1+json'
Examplexxxxxxxxxx
36}
{
"activations": [
{
"activationId": 84572,
"activationLink": "/mtls-edge-truststore/v1/ca-sets/1000/versions/2/activations/84572",
"caSetId": 1000,
"caSetLink": "/mtls-edge-truststore/v1/ca-sets/1000",
"createdBy": "jsmith",
"createdDate": "2023-01-10T11:00:00Z",
"modifiedBy": "jsmith",
"modifiedDate": "2023-01-10T12:00:00Z",
"network": "STAGING",
"status": "COMPLETE",
"type": "ACTIVATE",
"versionId": 2,
"versionLink": "/mtls-edge-truststore/v1/ca-sets/1000/versions/2",
"versionNumber": 1
},
{
"activationId": 84571,
"activationLink": "/mtls-edge-truststore/v1/ca-sets/1000/versions/3/activations/84571",
"caSetId": 1000,
"caSetLink": "/mtls-edge-truststore/v1/ca-sets/1000",
"createdBy": "jsmith",
"createdDate": "2023-01-11T11:00:00Z",