Skip to content

hanaCloudSecureStoreInstances ​

Command: hanaCloudSecureStoreInstances
Category: HANA Cloud
Status: Production Ready

Description ​

List SAP HANA Cloud Secure Store service instances in the current target space. By default, the command uses the Cloud Foundry API; set the flag to false to use XS-based service APIs.

Syntax ​

bash
hana-cli securestore [options]

Aliases ​

  • secureStoreInstances
  • securestoreinstances
  • secureStoreServices
  • listSecureStore
  • securestoreservices
  • securestores

Command Diagram ​

Parameters ​

Options ​

OptionAliasTypeDefaultDescription
--cf-c, --cmdbooleantrueCloud Foundry mode (set to false for XS-based service APIs).

Troubleshooting ​

OptionAliasTypeDefaultDescription
--disableVerbose--quietbooleanfalseDisable verbose output for script-friendly results.
--debug-dbooleanfalseEnable debug output with intermediate details.
--help-hboolean-Show help.

For a complete list of parameters and options, use:

bash
hana-cli securestore --help

Examples ​

Basic Usage ​

bash
hana-cli securestore --cf

List Secure Store instances using Cloud Foundry mode.

Interactive Mode ​

This command can be run in interactive mode, which prompts for optional inputs.

ParameterRequiredPromptedNotes
cfNoAlwaysCloud Foundry mode (default: true).

hanaCloudSecureStoreInstancesUI (UI Variant) ​

Command: hanaCloudSecureStoreInstancesUI
Category: HANA Cloud
Status: Production Ready

UI Description ​

Launch the Secure Store instances UI for the current target space.

UI Syntax ​

bash
hana-cli securestoreUI [options]

UI Aliases ​

  • secureStoreInstancesUI
  • secureStoreUI
  • securestoreinstancesui
  • secureStoreServicesUI
  • listSecureStoreUI
  • securestoreservicesui
  • securestoresui

UI Command Diagram ​

UI Parameters ​

UI Options ​

OptionAliasTypeDefaultDescription
--cf-c, --cmdbooleantrueCloud Foundry mode (set to false for XS-based service APIs).

UI Troubleshooting ​

OptionAliasTypeDefaultDescription
--disableVerbose--quietbooleanfalseDisable verbose output for script-friendly results.
--debug-dbooleanfalseEnable debug output with intermediate details.
--help-hboolean-Show help.

For a complete list of parameters and options, use:

bash
hana-cli securestoreUI --help

UI Examples ​

bash
hana-cli securestoreUI

Open the Secure Store instances UI.

Related commands from HANA Cloud:

  • hanaCloudInstances - List HANA Cloud instances
  • certificates - Manage Secure Store certificates

See the Commands Reference for all available commands.

See Also ​