Retrieve active assets in your Brinqa instance.

External Documentation

To learn more, visit the Brinqa documentation.

Example Output

{
  "data": {
    "assets": [
      {
        "complianceStatus": "Compliant",
        "displayName": "Lina Hybarger",
        "firstSeen": "2023-07-31T19:31:12.561Z",
        "id": "1686091182456995840",
        "lastUpdated": "2023-08-08T19:07:06.024Z",
        "status": "Active"
      },
      {
        "complianceStatus": "Compliant",
        "displayName": "Teodoro Gaboury",
        "firstSeen": "2023-07-31T19:31:13.917Z",
        "id": "1686091182456995842",
        "lastUpdated": "2023-08-08T19:07:06.024Z",
        "status": "Active"
      },
      // ... other assets ...
    ]
  }
}

Workflow Library Example

Retrieve Active Assets with Brinqa and Send Results Via Email

Preview this Workflow on desktop

Retrieve active assets in your Brinqa instance.

External Documentation

To learn more, visit the Brinqa documentation.

Example Output

{
  "data": {
    "assets": [
      {
        "complianceStatus": "Compliant",
        "displayName": "Lina Hybarger",
        "firstSeen": "2023-07-31T19:31:12.561Z",
        "id": "1686091182456995840",
        "lastUpdated": "2023-08-08T19:07:06.024Z",
        "status": "Active"
      },
      {
        "complianceStatus": "Compliant",
        "displayName": "Teodoro Gaboury",
        "firstSeen": "2023-07-31T19:31:13.917Z",
        "id": "1686091182456995842",
        "lastUpdated": "2023-08-08T19:07:06.024Z",
        "status": "Active"
      },
      // ... other assets ...
    ]
  }
}

Workflow Library Example

Retrieve Active Assets with Brinqa and Send Results Via Email

Preview this Workflow on desktop