Actions30
- Device Actions
- Ticket Actions
- Organization Actions
- Document Actions
Overview
The node interacts with the NinjaOne API to retrieve network interface information for a specified device. This operation is useful in IT management and monitoring scenarios where you need to gather detailed network configuration data from managed devices. For example, an IT administrator can use this node to automatically fetch all network interfaces of a device to audit network settings or troubleshoot connectivity issues.
Properties
| Name | Meaning |
|---|---|
| Device ID | ID of the device whose network interfaces are to be retrieved |
Output
The output contains JSON data representing the network interfaces of the specified device. Each item in the output corresponds to a network interface with details as provided by the NinjaOne API. The exact structure depends on the API response but typically includes interface names, IP addresses, MAC addresses, status, and other relevant network properties.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating with the NinjaOne API.
- The base URL for the API defaults to
https://api.ninjaone.combut can be overridden via credentials configuration. - Proper permissions on the NinjaOne account to access device network interface information.
Troubleshooting
- Missing or invalid Device ID: Ensure that the Device ID property is set and corresponds to a valid device in NinjaOne.
- Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
- API connectivity issues: Check network connectivity and NinjaOne service status.
- Empty or unexpected output: Confirm that the device has network interfaces configured and that the NinjaOne API endpoint is returning expected data.
Links and References
- NinjaOne API Documentation (general reference for API endpoints and data structures)