Skip to content

Instantly share code, notes, and snippets.

@goffinet
Last active May 10, 2020 09:04
Show Gist options
  • Save goffinet/4ff59775ec6dfb5d22ef3dabce1b452f to your computer and use it in GitHub Desktop.
Save goffinet/4ff59775ec6dfb5d22ef3dabce1b452f to your computer and use it in GitHub Desktop.
GNS3 Duplicate Project
#!/bin/bash
project="$1"
name="$2"
curl --location --request POST "http://172.16.253.1:3080/v2/projects/${project}/duplicate" \
--header 'Content-Type: application/json' \
--data-raw '{"name": "'"$name"'"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment