Skip to content

VS Code Extension

VS Code extension for managing Cloud resources

VS Code Marketplace:

  1. Open VS Code Extensions (Ctrl+Shift+X)
  2. Search “F5 Distributed Cloud Tools”
  3. Click Install

Manual Installation:

Download the .vsix file from Releases and run:

Terminal window
code --install-extension vscode-f5xc-tools-*.vsix
  1. Open the extension from the VS Code sidebar
  2. Click + in the Profiles view
  3. Enter your tenant URL (e.g., https://tenant.console.ves.volterra.io)
  4. Select authentication method and provide credentials

API Token or P12 Certificate

  1. Log in to the Console
  2. Go to AdministrationPersonal ManagementCredentials
  3. Click Add CredentialsAPI Token or API Certificate
  4. Copy the generated token or Download the .p12 file and note the password
  • Expand namespaces in the Resource Explorer
  • Navigate: Namespace → Category → Resource Type → Resource
  • Click any resource to view its JSON configuration

Right-click resources for:

  • Get - View resource configuration
  • Edit - Modify and save changes
  • Create - Add new resources
  • Delete - Remove resources
  • Diff - Compare with server version

236 resource types across categories including Load Balancing, Security, DNS, Networking, Sites, IAM, Observability, and Certificates.

  • VS Code 1.85.0+
  • Cloud tenant access
  • Valid credentials (API Token or P12 certificate)