Move assets

Moves assets from the specified network to another network. You can use this endpoint to move assets from the default network to a user-defined network, from a user-defined network to the default network, and from one user-defined network to another user-defined network. This request creates an asynchronous job in Tenable Vulnerability Management.

For information about the assets move workflow and payload examples, see Bulk Asset Operations.

Requires the Scan Operator [24] user role. See Roles.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The parameters for moving assets from one network to another.

string
required

The unique identifier of the network currently associated with the assets. Use the GET /networks endpoint with the name attribute as filter to find the UUID of the network.

string
required

The unique identifier of the network to associate with the specified assets. Use the GET /networks endpoint with the name filter to find the UUID of the network.

string
required

The IPv4 addresses of the assets to move. The addresses can be represented as a comma-separated list, a range, or CIDR, for example 1.1.1.1, 2.2.2.2-2.2.2.200, 3.3.3.0/24.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Returned if Tenable Vulnerability Management could not find the specified assets.

403

Returned if you do not have permission to move assets.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/html