Networks
In this API, a network is a model of a real network. To represent change over time, a network can have Snapshots, each associated with a specific moment in time. Snapshots are constructed by collecting the current configuration and state of every device in the network, inferring the network’s topology, then building a comprehensive behavioral model.
This section is just about listing, creating, renaming and deleting networks. Throughout the API, networks are
referenced by their unique identifier, often called networkId. Some endpoints reference a network indirectly using
just a unique Snapshot identifier, often called snapshotId.
Get all networks
/api/networks
Create a network
/api/networks
Update a network
/api/networks/:networkId
Delete a network
/api/networks/:networkId
Create a Workspace network
/api/networks/:networkId/workspaces