vhsm path-help
Usage
vhsm path-help <path>Examples
Action
Command
vhsm path-help secret## PATHS
The following paths are supported by this backend. To view help for
any of the paths below, use the help command with any route matching
the path pattern. Note that depending on the policy of your auth token,
you may or may not be able to access certain paths.
^.*$
^config$
Configures settings for the KV store
^data/(?P<path>.*?[^/]$)$
Write, Patch, Read, and Delete data in the Key-Value Store.
^delete/(?P<path>.*)$
Marks one or more versions as deleted in the KV store.
^destroy/(?P<path>.*)$
Permanently removes one or more versions in the KV store
^metadata/(?P<path>.*)$
Configures settings for the KV store
^subkeys/(?P<path>.*)$
Read the structure of a secret entry from the Key-Value store with the values removed.
^undelete/(?P<path>.*)$
Undeletes one or more versions from the KV store.Command Options
Option
Description
Default
Last updated
Was this helpful?