kinds
Command
The kinds
command retrieves information about the graph data kinds.
Usage
kinds [-p <property_path>] <name>
Parameters
Parameter | Description | Required? | Default Value |
---|---|---|---|
name | Kind name | ❌ |
Options
Option | Description | Required? |
---|---|---|
-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