Update Endpoint
Update fields of an endpoint.
Parameters
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. |
Example Output
{
"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"
}
}
}
Workflow Library Example
Update Endpoint with Clearpass and Send Results Via Email
Preview this Workflow on desktop