API Linking (ssd api-management link api)

The ssd api-management link api command allows you to link resources to a specific API on Sensedia API Platform.

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

Usage

The ssd api-management link api command can be followed by flags with their respective arguments:

ssd api-management link api [flags]

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

This command is used to link an environment to an API. Example:

$ ssd api-management link api "Open Banking" --api-version 1.0.0 --to-environment "Production"

Use the ssd api-management list environments command to view the available environments.

If necessary, use the ssd api-management create environment command to create a new environment.

Available flags

The following flags can be used with the ssd api-management link api command:

Flag Type Description

-v, --api-version

string

Version of the API that will have the environment linked

-h, --help

Displays help for the command

-e, --to-environment

string

Environment to be linked

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

Declarative Mode

It is possible to link resources to a specific API using a .yaml file with the declarative mode. Learn more.
Thanks for your feedback!
EDIT

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