Skip to main content

Documentation Index

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

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

Returns the details of the specified network object. Requires ADMINISTRATOR [64] user permissions. See Permissions.
External DocumentationTo learn more, visit the Tenable documentation.

Parameters

ParameterDescription
Network IDThe UUID of the network object for which you want to view details. Can be retrieved from the ‘List Networks’ action.

Example Output

{
	"value": {
		"assets_ttl_days": 91,
		"created": 1557526802865,
		"created_by": "0f403df2-3b35-4339-9f74-1574805de203",
		"created_in_seconds": 1557526802,
		"description": "Network devices at Columbia, MD location",
		"is_default": false,
		"modified": 1557526802865,
		"modified_by": "0f403df2-3b35-4339-9f74-1574805de203",
		"modified_in_seconds": 1557526802,
		"name": "Headquarters",
		"owner_uuid": "0e67b283-07a4-464c-a5e4-7b42576962fd",
		"scanner_count": 0,
		"uuid": "42475f11-5e6b-4d6a-a53d-63fe494961df"
	}
}

Workflow Library Example

Get Network Details with Tenable and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop