List revision activations
GET https://{{host}}/edgeworkers/v1/ids/:edgeWorkerId/revisions/activations
Beta List activations for an existing EdgeWorker revision based on the EdgeWorker's ID. To learn more about Flexible Composition, refer to the EdgeWorkers guide.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
version | string | (Optional) Unique identifier for a specific EdgeWorker version. | |
activationId | string | (Optional) Filters results to a specific activation. | |
network | string | (Optional) Enum The network on which to use this authentication token, either STAGING or PRODUCTION . If not specified, the token is created for the network where the last property version activation occurred. | |
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
{"revisionActivations":[{"accountId":"A-CCT3456","activationId":5,"createdTime":"2023-08-18T23:19:01Z","edgeWorkerId":42,"lastModifiedTime":"2023-08-18T23:22:01Z","network":"STAGING","revisionId":"5-2","status":"COMPLETE","version":"0.4"},{"accountId":"A-CCT9012","activationId":5,"createdBy":"jsmith","createdTime":"2023-07-14T17:17:43Z","edgeWorkerId":42,"lastModifiedTime":"2023-07-14T17:20:09Z","network":"STAGING","revisionId":"5-1","status":"COMPLETE","version":"0.4"},{"accountId":"A-CCT5678","activationId":4,"createdTime":"2023-07-13T19:06:40Z","edgeWorkerId":42,"lastModifiedTime":"2023-07-13T19:09:01Z","network":"STAGING","revisionId":"4-1","status":"COMPLETE","version":"0.4"}]}