VK Cloud Connector
Sync VK Cloud infrastructure data and instance information into your knowledge base
The VK Cloud connector synchronizes cloud infrastructure data including virtual machines, storage buckets, and network resources from VK Cloud into your knowledge base. Each resource is converted to a document containing configuration and usage data.
Authentication
API Key — requires:
- VK Cloud project ID
- API key with read access to resources
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
| Project ID | Input | Yes | Your VK Cloud project identifier |
| Resource Type | Dropdown | Yes | Select VMs, storage, networks, or all |
| Include Tags | Switch | No | Include resource tags and metadata |
| Date Range | Date Picker | No | Filter by creation date |
How It Works
- Project Validation — Verifies API access to VK Cloud project
- Resource Listing — Retrieves VMs, buckets, networks with pagination
- Metadata Extraction — Processes configuration and usage data
- Document Creation — Converts resources to searchable documents
Document Format
VM Instance: web-server-01
Region: Moscow
CPU: 4 cores
Memory: 8 GB RAM
Status: Running
Created: 2026-01-15Metadata Tags
| Tag | Type | Description |
|---|---|---|
| Resource ID | Text | VK Cloud resource identifier |
| Resource Type | Category | VM, Storage, Network, etc. |
| Region | Category | Moscow, SPB, or other region |
Pagination
Uses resource ID offset. Cursor format: offset:{resource_id}.
Limitations
- Real-time metrics updated every 5 minutes
- Storage bucket contents are not synced, only metadata
- Deleted resources kept in history for 30 days

