Skip to main content
Version: 3.9.0

kinds Command

The kinds command retrieves information about the graph data kinds.

Usage

kinds [-p <property_path>] <name>

Parameters

ParameterDescriptionRequired?Default Value
nameKind name

Options

OptionDescriptionRequired?
-p <property_path>Perform a reverse lookup and search kinds for the specified property path

Aliases

  • kind

Examples

Show all available kinds
> kinds
​access_key
​.
​.
​zone
Show details about a specific kind
> kinds graph_root
​name: graph_root
​bases:
​- graph_root
​properties:
​- description: The name of this node.
​ kind: string
​ name: name
​ required: false
​- description: All attached tags of this node.
​ kind: dictionary[string, string]
​ name: tags
​ required: false
Look up the type of the given property path in the model
> kind -p reported.tags.owner
​name: string
​runtime_kind: string

Further Reading

Contact Us

Have feedback or need help? Don’t be shy—we’d love to hear from you!

 

 

 

Some Engineering Inc.