Skip to content

F5 Distributed Cloud Tools

VS Code extension for managing F5 Distributed 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 F5 XC sidebar in VS Code
  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:

  1. Log in to F5 XC Console
  2. Go to AdministrationPersonal ManagementCredentials
  3. Click Add CredentialsAPI Token
  4. Copy the generated token

P12 Certificate:

  1. Log in to F5 XC Console
  2. Go to AdministrationPersonal ManagementCredentials
  3. Click Add CredentialsAPI Certificate
  4. 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+
  • F5 Distributed Cloud tenant access
  • Valid credentials (API Token or P12 certificate)