ibm - How to use Swift REST API with Bluemix Object Store? -
i want write java program running externally bluemix interacts instance of bluemix object store have provisioned.
the program use swift rest apis interact service.
the documentation how use rest api missing in service documentation , openstack documentation not helpful specifics on how reach bluemix service.
can tell me headers set , url use authenticate service, , headers set , url use further interact service ? find information instance of service ? doesn't seem available in service credentials displayed.
also, need basic authentication every time rest call made, or there way token ? explained ?
the bluemix object storage uses openstack identity (keystone) v3 api authentication. complete documentation on rest api, see: http://developer.openstack.org/api-ref-identity-v3.html
since application developed in java, i'd suggest use openstack4j sdk. example of using openstack4j bluemix object storage service, see: https://developer.ibm.com/recipes/tutorials/connecting-to-ibm-object-storage-for-bluemix-with-java/
Comments
Post a Comment