get https://{hostname}/api/content-delivery/v1/content-providers//tls-ingest-profiles//origins
This operation lists the origins associated with a specified TLS delivery profile.
Responses
This operation lists the origins associated with a specified TLS delivery profile.
xxxxxxxxxx
curl --request GET \
--url https://hostname/api/content-delivery/v1/content-providers/contentProviderId/tls-ingest-profiles/tlsIngestProfileId/origins \
--header 'accept: application/json'
xxxxxxxxxx
14{
"page": {
"pageNumber": 1,
"pageSize": 100,
"totalPages": 1,
"totalResults": 1
},
"origins": [
{
"originId": 3,
"url": "somewhere.com"
}
]
}