Axonius
Version: 2.0.0
Axonius is a cybersecurity asset management solutions that offers a comprehensive IT asset inventory and network security policy enforcement.
Connect Axonius with LogicHub
- Navigate to Automations > Integrations.
- Search for Axonius.
- Click Details, then the + icon. Enter the required information in the following fields.
- Label: Enter a connection name.
- Reference Values: Define variables here to templatize integration connections and actions. For example, you can use https://www.{{hostname}}.com where, hostname is a variable defined in this input. For more information on how to add data, see 'Add Data' Input Type for Integrations.
- Verify SSL: Select option to verify connecting server's SSL certificate (Default is Verify SSL Certificate).
- Remote Agent: Run this integration using the LogicHub Remote Agent.
- Server URL: To access Axonius API, provide valid URL.
- Access Key: To access Axonius API, provide valid Access Key.
- Secret Key: To access Axonius API, provide valid Secret Key.
- After you've entered all the details, click Connect.
Actions for Axonius
Get Assets
Get a list of assets by different fields.
Input Field
Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.
Input Name | Description | Required |
---|---|---|
Field Type | Select the type of field by which assets would be fetched. | Required |
Field Value | Jinja-templated text containing the value of field by which assets would be fetched. Field Values are the values of the field-type selected as above. Example: If 'Field-Type' selected above is 'Hostname', then 'Field-Value' would be 'MY-PC001' i.e. the value of 'Field-Type'. | Required |
Fields | Jinja-templated text containing the property of the asset which is to be fetched. Example: ["field1", "field2"] | Optional |
Time between consecutive API requests (in millis) | Time to wait between consecutive API requests in milliseconds (Default is 0 millisecond). | Optional |
Output
A JSON object containing multiple rows of result:
- has_error: True/False
- error: message/null
- result: Get Assets Data
{
"has_error": false,
"error": null,
"result": {
"assets": [
... list of assets
]
}
}
Release Notes
v2.0.0
- Updated architecture to support IO via filesystemv1.1.0
- Added new optional parameterFields
in the existing actionGet Assets
Updated about 1 year ago