Get App (ssd api-management get app)

The ssd api-management get app command allows you to get an app on Sensedia API Platform.

You can use the ssd api-management get app command or its shortened version ssd apim get app.

Usage

The ssd api-management get app command can be followed by specific flags, as in the examples below:

ssd api-management get app [flags]

If no flag is specified, the interactive mode will be activated.

# Retrieves an app
$ ssd (api-management | apim) get app --id 11
$ ssd (api-management | apim) get app --name "My APP"

# Retrieves an app in a JSON Format
$ ssd (api-management | apim) get app --id 11 --output json

# Retrieves an app and saves it to a JSON file
$ ssd (api-management | apim) get app --id 11 --output json > file.json

Available Flags

Flag

Type

Description

-h, --help

Displays help for the command

-i, --id

int

App’s ID

-n, --name

string

App’s name

-o, --output

string

Specifies the display type of the information. E.g.: -o json.

Global Flags

Flag

Type

Description

-c, --config

string

Configuration file (default: $HOME/.sensedia/config.json)

--profile

string

The configuration profile you want to use (default: "default")

--verbose

Lists all requests made by the command. It is possible to store this information in a TXT file instead of displaying it on the terminal. E.g.: $ ssd (api-management | apim) list apis --verbose 2> log.txt

Thanks for your feedback!
EDIT

Share your suggestions with us!
Click here and then [+ Submit idea]