Retrieve your vault integration information via the Edge CLI
You can review the details of your vault integrations from the Edge CLI tool.
Prerequisites
- Ensure that your environment uses the latest user interface.
- You have integrated your Edge site with your vault.
- You have installed and configured the Edge CLI tool.
Retrieve information on all vault integrations
Run the following command in the Edge CLI to retrieve a list of all your configured Edge site vault integrations:
sudo ./edgecli vault list
The command provides the following vault information for all vaults:
- ID
- Name
- Type
- Description
- AddressNote Address appears only for CyberArk Vault integrations.
Note This command doesn't return vault integration authentication information. If you want to retrieve authentication information about your vaults, you need to retrieve the details of a specific vault.
Retrieve specific vault details
Run the following command in the Edge CLI to retrieve all details of a specific vault integration:
sudo ./edgecli vault get <name>
| Properties | Description |
|---|---|
<name> (required) |
The unique name of the vault instance. For Kubernetes guidelines on the required naming conventions of the <name> parameter, go to Labels and Selectors. Note You can provide <vaultId> instead of <name> . If you don't have the vault ID, you can get it by retrieving all vault integrations. |
The command provides the following information for the vault you specified:
- ID
- Name
- AppID
- Type
- Description
- AddressNote Address appears only for CyberArk Vault integrations.
- AuthType
Retrieve information on all vault integrations
Run the following command in the Edge CLI to retrieve a list of all your configured Edge site vault integrations:
./edgecli vault list
The command provides the following vault information for all vaults:
- ID
- Name
- Type
- Description
- AddressNote Address appears only for CyberArk Vault integrations.
Note This command doesn't return vault integration authentication information. If you want to retrieve authentication information about your vaults, you need to retrieve the details of a specific vault.
Retrieve specific vault details
Run the following command in the Edge CLI to retrieve all details of a specific vault integration:
./edgecli vault get <name>
| Properties | Description |
|---|---|
<name> (required) |
The unique name of the vault instance. For Kubernetes guidelines on the required naming conventions of the <name> parameter, go to Labels and Selectors. Note You can provide <vaultId> instead of <name> . If you don't have the vault ID, you can get it by retrieving all vault integrations. |
The command provides the following information for the vault you specified:
- ID
- Name
- AppID
- Type
- Description
- AddressNote Address appears only for CyberArk Vault integrations.
- AuthType