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?