Skip to main content

Dynamic network blocks allocation via HTTP

Project description

Dynamic network blocks allocation via simple HTTP RPC

requirements

  • python

  • netaddr

usage

With curl:

# allocate a network
$ curl -X POST --data "$uuid" http://localhost:7623/v1/network/

# free a previously allocated network
$ curl -X DELETE --data "10.0.0.0/24" http://localhost:7623/v1/network/

# list current allocations
$ curl http://localhost:7623/v1/network/ | python -m json.tool

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dtcd-0.1.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page