get https://{hostname}/cloudlets/v3/cloudlet-info
Returns details of Cloudlets that you can create a shared policy for, including a Cloudlet name and Cloudlet type.
Response
Returns details of Cloudlets that you can create a shared policy for, including a Cloudlet name and Cloudlet type.
xxxxxxxxxx
curl --request GET \
--url https://hostname/cloudlets/v3/cloudlet-info \
--header 'accept: application/json'
xxxxxxxxxx
26]
[
{
"cloudletName": "API_PRIORITIZATION",
"cloudletType": "AP"
},
{
"cloudletName": "AUDIENCE_SEGMENTATION",
"cloudletType": "AS"
},
{
"cloudletName": "EDGE_REDIRECTOR",
"cloudletType": "ER"
},
{
"cloudletName": "FORWARD_REWRITE",
"cloudletType": "FR"
},
{
"cloudletName": "PHASED_RELEASE",
"cloudletType": "CD"
},
{
"cloudletName": "REQUEST_CONTROL",
"cloudletType": "IG"
}