Skip to main content

EfficientIP SOLIDserver cli

Project description

SOLIDserver cli

This package contains a command to manage the SOLIDserver and its objects.

install

  • in a virtual environment
  • install the package: pip install SOLIDserverCLI
  • configure the access to the SOLIDserver by creating a file named sds.ini which contains:
[server]
name = server
token_id = xxx
token_key = yyy

Usage

The command sds can be used directly from the shell. It is organized with commands and subcommands, you can at each level add the --help option to get more information.

By using the --json at the top level, all outputs will be in the json format, providing the ability to use jq to manipulate the result.

Examples:

> sds server status
SOLIDserver: sds-test.intranet, authentication: token, version: 8.4.2, timeout: 10s

> sds --json server status
{"host": "sds-test.intranet", "auth_method": "token", "timeout": 10, "version": "8.4.2", "user": "ukn (token)"}
sds ipam space create test-sds-cli --description "only for testing purposes"
sds --json ipam space info test-sds-cli

sds ipam network create 192.168.0.0/16 --name "top" --space test-sds-cli --block --meta "made_with='cli'"
sds --json ipam network info 192.168.0.0/16 --space test-sds-cli

sds ipam network create 192.168.16.0/20 --space test-sds-cli --name middle
sds ipam network create 192.168.18.0/24 --space test-sds-cli --terminal --parent middle --name bottom

sds ipam ip create 192.168.18.12 --name device01 --macaddress 0e:01:02:03:04:05 --space test-sds-cli
sds --json ipam ip info 192.168.18.12 --space test-sds-cli

sds ipam ip delete 41402_to_change

Commands

├─ server
│  └─ status
├─ ipam
│  ├─ space
│  │  ├─ create
│  │  ├─ info
│  │  ├─ update
│  │  ├─ delete
│  │  └─ list
│  ├─ ip
│  │  ├─ create
│  │  ├─ delete
│  │  └─ info
│  └─ network
│     ├─ create
│     ├─ list
│     └─ info
├─ nom
│  ├─ folder
│  │  ├─ create
│  │  ├─ info
│  │  ├─ list
│  │  └─ delete
│  ├─ object
│  │  ├─ create
│  │  ├─ info
│  │  ├─ list
│  │  └─ update
└─ dns
   └─ rr
      ├─ create
      └─ info

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

solidservercli-0.8.0.tar.gz (16.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

solidservercli-0.8.0-py3-none-any.whl (23.9 kB view details)

Uploaded Python 3

File details

Details for the file solidservercli-0.8.0.tar.gz.

File metadata

  • Download URL: solidservercli-0.8.0.tar.gz
  • Upload date:
  • Size: 16.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for solidservercli-0.8.0.tar.gz
Algorithm Hash digest
SHA256 84e9ae9f0e4c7fa5a09b267a8f8ffedf76ea0d0b3c8f17eddeb78883f49880a6
MD5 85c39730d4ef1192c41564e50b02627d
BLAKE2b-256 d3bd059f75b2d6e8af449517137ce73b4422ed83e91736cf1b5af5a8c82c7e14

See more details on using hashes here.

File details

Details for the file solidservercli-0.8.0-py3-none-any.whl.

File metadata

  • Download URL: solidservercli-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 23.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for solidservercli-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9ff3cf95492b75db9b10def8512c1ea5748229a6b1407e3fabb396868ea713e5
MD5 1c7d378d147ac3d4edd80871c66df28b
BLAKE2b-256 e1d9c306c9b80c7bdf167241a695953ce8087427cb1179f74f81cb004d8720e6

See more details on using hashes here.

Supported by

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