Get asset's resources
GET https://{{host}}/identity-management/v3/user-admin/properties/:assetId/resources?groupId={{groupId}}
This operation lists resources a property or include uses to deliver your web content across Akamai's edge network. You can think of these resources as objects, like CP codes and configuration files. For example, an ARL (Akamai resource locator) configuration file specifies how Akamai purges versions of an object that you can’t purge using just the URL.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
groupId | string | (Required) Unique identifier for each group. To get this value, run the List groups operation. | |
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"modifiedDate":"2017-09-07T17:00:58.000Z","resourceId":111111,"resourceName":"0rb-internet-company-01.com.xml","resourceType":"arlfile"},{"modifiedDate":"2017-04-24T16:19:27.000Z","resourceId":8988898,"resourceName":"mycpcode(123456)","resourceType":"cpcode"}]