Get IOC AVC details report
GET https://{{host}}/etp-report/v3/ioc/details/avc?recordType={{recordType}}&record={{record}}
Lists the AVC details for a given domain or IP.
Body
PARAM
Key | Datatype | Required | Description |
recordType
|
string | (Required) __Enum__ Specifies the record type, either `DOMAIN` or `IP`. | |
record
|
string | (Required) The target record from which to get blocklisted domains. | |
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
{
"iocChanges": [
{
"date": "2021-08-23T00:00:00Z",
"description": "Application facebook added to facebook.com",
"key": "AVC_APP_ID",
"newDetails": [
{
"id": "115",
"name": "Facebook"
}
],
"newValue": "Facebook",
"order": "1",
"path": "facebook.com",
"recordType": "DOMAIN",
"state": "ADDED"
},
{
"date": "2021-08-23T00:00:00Z",
"description": "Application Category hacking added to facebook.com",
"key": "AVC_CAT_ID",
"newDetails": [
{
"id": "33",
"name": "Hacking"
}
],
"newValue": "Hacking",
"order": "2",
"path": " Curl curl -X GET 'https://host/etp-report/v3/ioc/details/avc?recordType=&record=?recordType=&record=&accountSwitchKey=' -H 'Accept: application/json' ENDPOINTS |