Skip to main content

Documentation Index

Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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