Update fields of an endpoint.

Parameters

ParameterDescription
DescriptionDescription of the endpoint.
Endpoint IDThe ID of the Endpoint to update.
Mac AddressMAC Address of the endpoint.
StatusStatus 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
Workflow LibraryPreview this Workflow on desktop