Actions
Update Endpoint
Update fields of an endpoint.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Description | Description of the endpoint. |
| Endpoint ID | The ID of the Endpoint to update. |
| Mac Address | MAC Address of the endpoint. |
| Status | Status of the endpoint. |
{
"id": 3001,
"mac_address": "022ab5adf271",
"status": "Unknown",
"randomized_mac": true,
"attributes": {},
"_links": {
"self": {
"href": "https://ec2-34-245-196-188.eu-west-1.compute.amazonaws.com/api/endpoint/3001"
}
}
}
Was this page helpful?