Get a revision BOM
GET https://{{host}}/edgeworkers/v1/ids/:edgeWorkerId/revisions/:revisionId/bom
Beta View the Bill of Materials for a specific revision. To learn more about Flexible Composition, refer to the EdgeWorkers guide.
Body
PARAM
Key | Datatype | Required | Description |
includeActiveVersions
|
string | (Optional) When enabled, limits results to show only active versions. | |
includeCurrentlyPinnedRevisions
|
string | (Optional) When enabled, shows additional information about the revision that's currently pinned. | |
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
{
"dependencies": {
"redirect-geo-query": {
"activeVersion": "4.0",
"dependencies": {
"common-lib": {
"activeVersion": "3.1",
"currentRevisionPinNote": "Disable dynamic reactivation during moratorium",
"currentRevisionPinnedTime": "2023-01-01T00:00:00Z",
"currentlyPinnedRevisionId": "2-2",
"dependencies": {},
"edgeWorkerId": 16,
"version": "3.1"
}
},
"edgeWorkerId": 23,
"version": "4.0"
}
},
"edgeWorkerId": 42,
"version": "0.7"
} |
ENDPOINTS