Attribute Listing (ssd governance list attributes)

The ssd governance list attributes command allows you to list the attributes available on Sensedia Adaptive Governance.

You can use the ssd governance list attributes command or its shortened version ssd gov list attributes.

For more specific information, refer to the documentation on Attributes on Sensedia Adaptive Governance.

Usage

The ssd governance list attributes command can be followed by specific flags, as in the examples below:

ssd governance list attributes [flags]

If no flag is specified, a list with all the attributes will be shown.

# Lists the first 10 attributes
$ ssd governance list attributes --size 10
$ ssd governance list attributes -s 10

# Lists all attributes in JSON format
$ ssd governance list attributes --output json
$ ssd governance list attributes -o json

# Lists all attributes and saves them in a JSON file
$ ssd governance list attributes --output json
$ ssd governance list attributes -o json

Available Flags

Flag

Type

Description

-h, --help

Displays help for the command

-o, --output

string

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

-p, --page

int

Specifies from which page to display the information. E.g.: --page 1

-s, --size

int

Number of resources to be listed. E.g.: --size 100

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]