ibm bluemix - how to get service plan for "DataCache" service? -


i know plan of "datacache" service before creating instance marketplace.

i can see there "datacache" service in marketplace:
c:\users\ibm_admin>cf marketplace | findstr data

- datacache free, starter*, standard*, premium*
improve performance , user experience of web applications retrieving information fast, managed, in-memory caches, instead of relying entirely on slower disk-based databases.
- dataworks free
find, prepare, , deliver data intuitive app or powerful apis.
- mobiledata shared*
enhance mobile apps through simple use sdks save shared data in scalable, managed database service. powered cloudant.
- xpagesdata xpages-data-free
create ibm notes .nsf database store xpages domino data.
- namara-catalog free
open data. clean , simple.
- reappt reappt:pushtechnology:dif03
real time data distribution service
- sqldb sqldb_small*, sqldb_free, sqldb_premium*
sql database adds on-demand relational database application. powered db2, provides managed database service handle web , transactional workloads.
- timeseriesdatabase small*
time series database (powered informix) purpose-built fast , efficient storage , analysis of time series data.

when try retrieve detail description of "datacache" service, got "could find service" error.
c:\users\ibm_admin>cf marketplace -s "datacache"

getting service plan information service datacache yujames.tw@gmail.com...
failed
could not find service

however, can retrieve detail description other service such "dataworks":
c:\users\ibm_admin>cf marketplace -s "dataworks"

getting service plan information service dataworks yujames.tw@gmail.com...
ok

service plan description free or paid
free there no charge use of service. free

any idea?

cf m | grep datacache datacache                         free, starter*, standard*, premium* 

the plans free, starter, standard , premium. agree getting details services not work using cf - defect. raise issue team.

see plans in ui

to create

cf cs datacache free mydatacache 

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -