bda-oss-admin export_swift_creds

Exports Oracle Storage Cloud Service credentials to a JSON-formatted file.  Use a - (hyphen) in place of file name to display the JSON-formatted credentials on screen.

Usage

bda-oss-admin export_swift_creds [options] filename
 

Options

Option Description

-h

--help

Show help text for this command and exit

Example

# bda-oss-admin export_swift_creds - 
[{"swift_password": "Welcome_123", "swift_username": "MyServiceName-MyDomainName:MyUserName", "swift_provider": "mybdcss", "swift_storageurl": "http://storage.us2.oraclecloud.com/auth/v1.0"}, {"swift_password": "Welcome_1", "swift_username": "bigdatastorage1-ProdDomain:my.name@example.com", "swift_provider": "ProdDom", "swift_storageurl": "https://storage.us2.oraclecloud.com/auth/v1.0"}]