Create network

POST {{baseUrl}}/networks

Creates a network object that you associate with scanners and scanner groups.

Note: You cannot add AWS assets to network objects. For AWS assets, use the network segmentation provided by AWS instead.

Requires ADMINISTRATOR [64] user permissions.

Request Body

{"name"=>"Area 51", "description"=>"classified", "assets_ttl_days"=>91}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"owner_uuid":"08d242c3-9553-4ccc-835d-0c17ed942cdf","created":1557526802865,"modified":1557526802865,"scanner_count":0,"uuid":"1b17ee49-8f17-4c8f-8536-bff9aff73429","name":"Headquarters","description":"Network devices at Columbia, MD location","is_default":false,"created_by":"18d242c3-9553-4ccc-835d-0d17ed942cef","modified_by":"18d242c3-9553-4ccc-835d-0d17ed942cef","assets_ttl_days":91,"created_in_seconds":1557526802,"modified_in_seconds":1557526802}