Coder Social home page Coder Social logo

lanchongyizu / smi-service-dell-chassis-inventory Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rackhd/smi-service-dell-chassis-inventory

0.0 3.0 0.0 29 KB

A Spring Boot Microservice that exports a REST API. Retrieves inventory data from a Dell blade chassis.

License: Other

Java 100.00%

smi-service-dell-chassis-inventory's Introduction

smi-service-dell-chassis-inventory

Retrieves inventory data from a Dell blade chassis

Purpose

Connects to a Dell blade chassis and retrieves inventory information.


How to Use

A docker container for this service is available at: https://hub.docker.com/r/rackhd/dell-chassis-inventory/

Startup

sudo docker run -p 0.0.0.0:46001:46001 --name dell-chassis-inventory -d rackhd/dell-chassis-inventory:latest

.

API Definitions

The service can be called without a callback URL in order to run synchronously. If a callback URL is provided in the payload, the service will return immediately and post to the callback URL when the results are available.

A swagger UI is provided by the microservice at http://<>:46001/swagger-ui.html

Example Post (Without Callback)

http://<>:46001/api/1.0/chassis/inventory/details

{
  "address": "100.68.124.33",
  "identifier": null,
  "password": "calvin",
  "userName": "root"
}

Licensing

This docker microservice is available under the Apache 2.0 License.

Source code for this microservice is available in repositories at https://github.com/RackHD.

The microservice makes use of dependent Jar libraries that may be covered by other licenses. In order to comply with the requirements of applicable licenses, the source for dependent libraries used by this microservice is available for download at: https://bintray.com/rackhd/binary/download_file?file_path=smi-service-dell-chassis-inventory-dependency-sources-devel.zip Additionally the binary and source jars for all dependent libraries are available for download on Maven Central.

Support

Slack Channel: codecommunity.slack.com

smi-service-dell-chassis-inventory's People

Contributors

michaelsteven avatar

Watchers

James Cloos avatar Jamie Zhuang avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.