get https://{hostname}/api/content-delivery/v1/content-providers//tls-delivery-profiles
This operation lists the TLS delivery profiles owned by the specified content provider.
Responses
This operation lists the TLS delivery profiles owned by the specified content provider.
xxxxxxxxxx
curl --request GET \
--url https://hostname/api/content-delivery/v1/content-providers/contentProviderId/tls-delivery-profiles \
--header 'accept: application/json'
xxxxxxxxxx
{
"tlsDeliveryProfiles": [
{
"name": "test",
"tlsDeliveryProfileId": 1
}
]
}