{ "opencollection": "1.0.0", "info": { "name": "Akamai: API Endpoint Definition Access tokens EdgeWorker IDs API", "version": "2" }, "items": [ { "info": { "name": "EdgeWorker IDs", "type": "folder" }, "items": [ { "info": { "name": "Akamai List EdgeWorker IDs", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/ids", "params": [ { "name": "groupId", "value": "{{groupId}}", "type": "query", "description": "Unique identifier for the Akamai group containing the EdgeWorker." }, { "name": "resourceTierId", "value": "{{resourceTierId}}", "type": "query", "description": "Unique identifier of the resource tier." }, { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "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)." } ] }, "docs": "View a list of EdgeWorker IDs created for your account. You can choose to specify the group and resource tier in the request to filter the response." }, { "info": { "name": "Akamai Create a New EdgeWorker ID", "type": "http" }, "http": { "method": "POST", "url": "https://{hostname}/api-definitions/v2/ids", "params": [ { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "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)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Register a new EdgeWorker within a particular group." }, { "info": { "name": "Akamai Get an EdgeWorker ID", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/ids/:edgeWorkerId", "params": [ { "name": "edgeWorkerId", "value": "{{edgeWorkerId}}", "type": "path", "description": "Unique identifier for an EdgeWorker." }, { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "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)." } ] }, "docs": "View details for a specific EdgeWorker." }, { "info": { "name": "Akamai Update an EdgeWorker ID", "type": "http" }, "http": { "method": "PUT", "url": "https://{hostname}/api-definitions/v2/ids/:edgeWorkerId", "params": [ { "name": "edgeWorkerId", "value": "{{edgeWorkerId}}", "type": "path", "description": "Unique identifier for an EdgeWorker." }, { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "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)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the `name` or `groupId` of an existing EdgeWorker." }, { "info": { "name": "Akamai Delete an EdgeWorker ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://{hostname}/api-definitions/v2/ids/:edgeWorkerId", "params": [ { "name": "edgeWorkerId", "value": "{{edgeWorkerId}}", "type": "path", "description": "Unique identifier for an EdgeWorker." }, { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "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)." } ] }, "docs": "Delete a specific EdgeWorker ID." }, { "info": { "name": "Akamai Clone an EdgeWorker ID", "type": "http" }, "http": { "method": "POST", "url": "https://{hostname}/api-definitions/v2/ids/:edgeWorkerId/clone", "params": [ { "name": "edgeWorkerId", "value": "{{edgeWorkerId}}", "type": "path", "description": "Unique identifier for an EdgeWorker." }, { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "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)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Clone an EdgeWorker ID to change the resource tier." }, { "info": { "name": "Akamai Get the Resource Tier", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/ids/:edgeWorkerId/resource-tier", "params": [ { "name": "edgeWorkerId", "value": "{{edgeWorkerId}}", "type": "path", "description": "Unique identifier for an EdgeWorker." }, { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "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)." } ] }, "docs": "View the details of the resource tier assigned to the EdgeWorker ID." } ] } ], "bundled": true }