get https://{hostname}/mtls-edge-truststore/v1/ca-sets/
Get details of a CA set.
Responses
Get details of a CA set.
xxxxxxxxxx
curl --request GET \
--url https://hostname/mtls-edge-truststore/v1/ca-sets/caSetId \
--header 'accept: application/vnd.akamai.mtls-edge-truststore.ca-set.v1+json'
xxxxxxxxxx
16{
"accountId": "A-CCT1234",
"caSetId": 1,
"caSetLink": "/mtls-edge-truststore/v1/ca-sets/1",
"caSetName": "caSetName",
"createdBy": "jsmith",
"createdDate": "2023-10-03T08:30:44.147320078Z",
"deletedBy": null,
"deletedDate": null,
"description": "This is a caSet",
"isDeleted": false,
"latestVersionLink": null,
"productionVersionLink": null,
"stagingVersionLink": null,
"versionsLink": "/mtls-edge-truststore/v1/ca-sets/1/versions/"
}