Skip to main content

A command line interface for the Neustar Trusted Identity (TDI) Core

Project description

Neustar Trusted Device identity (TDI) CLI

CIStatus

About

This tool allows you to interact with your Neustar Trusted Device Identity (TDI) deployment from your terminal. It can be used to create Projects, provision Devices and Servers, and more. This is an open source tool. We welcome developer input and contributions to continuously improve the Command Line tool and service the community.

Please report bugs and feature requests through the Issues tab. To contact the TDI team, please email HelpIoT@neustar.biz.

License

This project is licensed under the Apache License Version 2.0. For full details, see LICENSE.

Using TDI CLI

Install TDI Command Line Interface

pip install oneid-cli

Configure your computer (requires your TDI UUID & Secret Key)

oneid-cli configure

Create a new Project

oneid-cli create-project --name "My New Project"

List all your Projects

oneid-cli list-projects

List details for a Project

oneid-cli list-projects --project <project-uuid>

Provision a new IoT Device

oneid-cli provision --type edge_device --name "My IoT Device" --project <project-uuid>

Provision a new Server

oneid-cli provision --type server --name "My Server" --project <project-uuid>

To send messages between devices and servers, use oneid-connect, available at http://oneid-connect.readthedocs.org/en/latest/

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

oneID-cli-1.0.35.tar.gz (20.5 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