List policy metadata
GET https://{{host}}/etp-config/v3/configs/:configId/policy-metadata
Returns the policy metadata details.
Body
PARAM
Key | Datatype | Required | Description |
accountSwitchKey
|
string | (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys). |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"applications": [
{
"categoryInfo": {
"avcVendorCode": "5",
"code": "",
"defaultActionId": 5,
"deprecated": false,
"id": 119,
"name": "IT Services",
"riskId": 2,
"subCategories": []
},
"deprecated": false,
"description": "MobileIron is a mobile device management (MDM) system that provides ITS with a means of governing mobile access to WCM resources, including email, calendar, contacts, and other central applications.",
"domainBasedApp": true,
"groups": [],
"id": 501,
"name": "Mobileiron",
"operationSettings": [],
"responseId": 5,
"responseInfo": {
"id": 5,
"name": "Allow"
},
"responseOverrides": [],
"risk": {
"description": "Indicates the application has the lowest amount of risk for data loss or a security breach. These applications allow users to perform low-risk actions such as viewing content, listening to music, downloading files, and more.",
"groups": [],
"id": 1,
"name": "Low",
"operationSettings": [],
"responseId": 5,
"responseInfo": {
"id": 5,
"name": "Allow"
},
"responseOverrides": [],
"users": []
},
"users": []
},
{
"categoryInfo": {
"avcVendorCode": "9",
"code": "BACKUP",
"defaultActionId": 5,
"deprecated": false,
"id": 20,
"name": "File Sharing",
"riskId": 4,
"subCategories": [],
"vendorCode": "47"
},
"deprecated": false,
"description": "ZipShare is a web application that users can upload, share files which the files are zipped using WinZip's legendary compression, making them faster to download and saving bandwidth.",
"domainBasedApp": false,
"groups": [],
"id": 560,
"name": "ZipShare",
"operationSettings": [
{
"deprecated": false,
"description": "Uploading files to web applications. This also includes inserting local files into content being edited online. Actions that correspond to 'File Transfer' and 'Sharing' are not included.",
"groups": [],
"id": 1,
"name": "Uploading",
"operationSettings": [],
"responseId": 5,
Curl curl -X GET 'https://host/etp-config/v3/configs/:configId/policy-metadata?accountSwitchKey=' -H 'Accept: application/json' ENDPOINTS |