Skip to content

unlenen/openstack_java_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unlenen OpenStack Java API & Swagger Rest Server

Written By

Introduction

This project provides java api and OpenAPI supported Rest Controller to make openstack easier to use.

In normal world OpenStack APIs are well documentated but no easy way to create client applications. This project may help you to create swagger based client application according to your programming languages.

Licence

GNU Affero General Public License v3.0

Usage

You are welcome to use in your projects . Any changes or improvement in code line must be pushed to this repository as a branch rather than application.yaml (Property File) .

Swagger URL

Supported Modules

Identity

  • login
  • Get Catalogs
  • Domains
    • Get
    • Create
    • Delete
  • Projects
    • Get
    • Create
    • Delete
  • User
    • Get
    • Create
    • Delete
  • Role
    • Get
    • Assign Role To Domain
    • Assing Role To Project

Compute

  • Flavor
    • Get
    • Create
    • Delete
  • Keypair
    • Get
    • Create
    • Delete
  • Quota
    • Get
    • Update
  • Servers
    • Get
    • Create
    • Delete
  • Floating IP
    • Assosiate
    • Disassociate

Image

  • Image
    • Get
    • Create
    • Delete
    • Upload Image File
    • Download Image File
  • Tag
    • Add
    • Delete

Orchestration

  • Stack
    • Get
    • Create
    • Delete

Network

  • Network
    • Get
    • Create
    • Delete
  • SubNetwork
    • Get
    • Create
    • Delete
  • Router
    • Get
    • Create
    • Delete
    • Add Interface
  • Floating IP
    • Get
    • Create
    • Delete
  • Security Group
    • Get
    • Create
    • Delete
  • Security Group Rules
    • Add
    • Delete
    • Get

Volume

  • Get
  • Create
  • Delete
  • Attach
  • Detach
  • Resize

About

OpenStack Java API & Swagger Rest Server

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages