Skip to main content
Version: Develop

Custom Parameters

As an end user, an Application Developer has the opportunity to customize their Service Instance by using custom parameters. Custom parameters are passed on to a Service Instance by using the -c switch of the cf CLI commands cf create-service and cf update-service. For example

cf update-service my-instance -c '{"my_custom_parameter": "value"}'

would set the custom parameter named my_custom_parameter to the value value for the Service Instance my-dataservice-service-instance.

These settings don't have to be used, as there are sane defaults in place that fit the Service Plan well.

See the a9s Data Service specific documentation for further details:


*Redis is a registered trademark of Redis Ltd. Any rights therein are reserved to Redis Ltd. Any use by anynines GmbH is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and anynines GmbH.