Re: [openstack-dev] Create a Volume type using OpenStack

2018-05-08 Thread Sean McGinnis
On Tue, May 08, 2018 at 12:18:36PM +0100, Duncan Thomas wrote: > If you're using the cinder CLI (aka python-cinderclient) then if you > run with --debug, then you can see the REST calls used. > > > > > I need API's to > > i) list all the Volume types in the OpenStack > > ii) I need API's to

Re: [openstack-dev] Create a Volume type using OpenStack

2018-05-08 Thread Duncan Thomas
If you're using the cinder CLI (aka python-cinderclient) then if you run with --debug, then you can see the REST calls used. I would assume the the unified openstack CLI client has a similar mode. On 8 May 2018 at 12:13, Hari Prasanth Loganathan wrote: > Hi

[openstack-dev] Create a Volume type using OpenStack

2018-05-08 Thread Hari Prasanth Loganathan
Hi Team, 1) I am able to list all the project using the OpenStack REST API, http://{IP_ADDRESS}:5000/v3/auth/projects/ But as per the documentation of /v3/ API's in OpenStack ( https://developer.openstack.org/api-ref/block-storage/v3/index.html#volumes-volumes ), I need API's to i) list all