Skip to main content

List bundles

get
/api/pvlt/1.0/ctl/bundles

Lists the Vault bundles.

The role that performs this operation must have the CapCodeReader capability. See Access control for more information about how capabilities are used to control access to operations.

Possible responses

The request is successful.

array of any type required*
Each item:
All of:
12
  • description - string

    The description of a model.

  • code - string

    A byte[] containing a self-contained JavaScript code snippet.

Example
[
{
"description": "string",
"code": "string",
"name": "bundle"
}
]

Try the API

Authorization

Navigate to the docs of your local Vault installation to try the API directly from there.

Code examples

Example