productivity
Vultr CLI for AI Agents
Use the Vultr CLI from KosmoKrator to call Vultr tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Vultr CLI Setup
Vultr can be configured headlessly with `kosmokrator integrations:configure vultr`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure vultr --enable --read allow --write ask --json
kosmokrator integrations:doctor vultr --json
kosmokrator integrations:status --json Credentials
Authentication type: Bearer token bearer_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
No credentials are required.
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call vultr.vultr_list_pullzones '{}' --json kosmo integrations:vultr vultr_list_pullzones '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs vultr --json
kosmo integrations:docs vultr.vultr_list_pullzones --json
kosmo integrations:schema vultr.vultr_list_pullzones --json
kosmo integrations:search "Vultr" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
vultr.vultr_list_pullzones
List CDN Pull Zones
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_pullzones '{}' --json kosmo integrations:vultr vultr_list_pullzones '{}' --json vultr.vultr_create_pullzone
Create CDN Pull Zones
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_pullzone '{}' --json kosmo integrations:vultr vultr_create_pullzone '{}' --json vultr.vultr_get_pullzone
Get CDN Pull Zone
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_pullzone '{}' --json kosmo integrations:vultr vultr_get_pullzone '{}' --json vultr.vultr_update_pullzone
Update CDN Pull Zone
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_pullzone '{}' --json kosmo integrations:vultr vultr_update_pullzone '{}' --json vultr.vultr_delete_pullzone
Delete CDN Pullzone
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_pullzone '{}' --json kosmo integrations:vultr vultr_delete_pullzone '{}' --json vultr.vultr_purge_pullzone
Purge CDN Pull Zone
read - Parameters
- none
kosmo integrations:call vultr.vultr_purge_pullzone '{}' --json kosmo integrations:vultr vultr_purge_pullzone '{}' --json vultr.vultr_list_pushzones
List CDN Push Zones
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_pushzones '{}' --json kosmo integrations:vultr vultr_list_pushzones '{}' --json vultr.vultr_create_pushzone
Create CDN Push Zones
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_pushzone '{}' --json kosmo integrations:vultr vultr_create_pushzone '{}' --json vultr.vultr_get_pushzone
Get CDN Push Zone
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_pushzone '{}' --json kosmo integrations:vultr vultr_get_pushzone '{}' --json vultr.vultr_update_pushzone
Update CDN Push Zone
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_pushzone '{}' --json kosmo integrations:vultr vultr_update_pushzone '{}' --json vultr.vultr_delete_pushzone
Delete CDN Pushzone
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_pushzone '{}' --json kosmo integrations:vultr vultr_delete_pushzone '{}' --json vultr.vultr_get_pushzone_files
List CDN Push Zone Files
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_pushzone_files '{}' --json kosmo integrations:vultr vultr_get_pushzone_files '{}' --json vultr.vultr_create_pushzone_upload
Create CDN Push Zone File Upload Endpoint
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_pushzone_upload '{}' --json kosmo integrations:vultr vultr_create_pushzone_upload '{}' --json vultr.vultr_get_pushzone_pushzone_id_files_file_name
Get CDN Push Zone File
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_pushzone_pushzone_id_files_file_name '{}' --json kosmo integrations:vultr vultr_get_pushzone_pushzone_id_files_file_name '{}' --json vultr.vultr_delete_pushzone_file
Delete CDN Pushzone File
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_pushzone_file '{}' --json kosmo integrations:vultr vultr_delete_pushzone_file '{}' --json vultr.vultr_get_network
Get a private network
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_network '{}' --json kosmo integrations:vultr vultr_get_network '{}' --json vultr.vultr_delete_network
Delete a private network
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_network '{}' --json kosmo integrations:vultr vultr_delete_network '{}' --json vultr.vultr_update_network
Update a Private Network
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_network '{}' --json kosmo integrations:vultr vultr_update_network '{}' --json vultr.vultr_list_networks
List Private Networks
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_networks '{}' --json kosmo integrations:vultr vultr_list_networks '{}' --json vultr.vultr_create_network
Create a Private Network
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_network '{}' --json kosmo integrations:vultr vultr_create_network '{}' --json vultr.vultr_get_vpc
Get a VPC
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_vpc '{}' --json kosmo integrations:vultr vultr_get_vpc '{}' --json vultr.vultr_delete_vpc
Delete a VPC
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_vpc '{}' --json kosmo integrations:vultr vultr_delete_vpc '{}' --json vultr.vultr_update_vpc
Update a VPC
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_vpc '{}' --json kosmo integrations:vultr vultr_update_vpc '{}' --json vultr.vultr_list_vpcs
List VPCs
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_vpcs '{}' --json kosmo integrations:vultr vultr_list_vpcs '{}' --json vultr.vultr_create_vpc
Create a VPC
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_vpc '{}' --json kosmo integrations:vultr vultr_create_vpc '{}' --json vultr.vultr_list_vpc_attachments
List VPC Attachments
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_vpc_attachments '{}' --json kosmo integrations:vultr vultr_list_vpc_attachments '{}' --json vultr.vultr_list_nat_gateways
List NAT Gateways
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_nat_gateways '{}' --json kosmo integrations:vultr vultr_list_nat_gateways '{}' --json vultr.vultr_create_nat_gateway
Create NAT Gateway
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_nat_gateway '{}' --json kosmo integrations:vultr vultr_create_nat_gateway '{}' --json vultr.vultr_get_nat_gateway
Get NAT Gateway
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_nat_gateway '{}' --json kosmo integrations:vultr vultr_get_nat_gateway '{}' --json vultr.vultr_update_nat_gateway
Update NAT Gateway
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_nat_gateway '{}' --json kosmo integrations:vultr vultr_update_nat_gateway '{}' --json vultr.vultr_delete_nat_gateway
Delete NAT Gateway
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_nat_gateway '{}' --json kosmo integrations:vultr vultr_delete_nat_gateway '{}' --json vultr.vultr_list_nat_gateway_firewall_rules
List NAT Gateway Firewall Rules
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_nat_gateway_firewall_rules '{}' --json kosmo integrations:vultr vultr_list_nat_gateway_firewall_rules '{}' --json vultr.vultr_create_nat_gateway_firewall_rule
Create NAT Gateway Firewall Rule
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_nat_gateway_firewall_rule '{}' --json kosmo integrations:vultr vultr_create_nat_gateway_firewall_rule '{}' --json vultr.vultr_get_nat_gateway_firewall_rule
Get NAT Gateway Firewall Rule
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_nat_gateway_firewall_rule '{}' --json kosmo integrations:vultr vultr_get_nat_gateway_firewall_rule '{}' --json vultr.vultr_update_nat_gateway_firewall_rule
Update NAT Gateway Firewall Rule
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_nat_gateway_firewall_rule '{}' --json kosmo integrations:vultr vultr_update_nat_gateway_firewall_rule '{}' --json vultr.vultr_delete_nat_gateway_firewall_rule
Delete NAT Gateway Firewall Rule
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_nat_gateway_firewall_rule '{}' --json kosmo integrations:vultr vultr_delete_nat_gateway_firewall_rule '{}' --json vultr.vultr_list_nat_gateway_port_forwarding_rules
List NAT Gateway Port Forwarding Rules
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_nat_gateway_port_forwarding_rules '{}' --json kosmo integrations:vultr vultr_list_nat_gateway_port_forwarding_rules '{}' --json vultr.vultr_create_nat_gateway_port_forwarding_rule
Create NAT Gateway Port Forwarding Rule
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_nat_gateway_port_forwarding_rule '{}' --json kosmo integrations:vultr vultr_create_nat_gateway_port_forwarding_rule '{}' --json vultr.vultr_get_nat_gateway_port_forwarding_rule
Get NAT Gateway Port Forwarding Rule
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_nat_gateway_port_forwarding_rule '{}' --json kosmo integrations:vultr vultr_get_nat_gateway_port_forwarding_rule '{}' --json vultr.vultr_update_nat_gateway_port_forwarding_rule
Update NAT Gateway Port Forwarding Rule
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_nat_gateway_port_forwarding_rule '{}' --json kosmo integrations:vultr vultr_update_nat_gateway_port_forwarding_rule '{}' --json vultr.vultr_delete_nat_gateway_port_forwarding_rule
Delete NAT Gateway Port Forwarding Rule
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_nat_gateway_port_forwarding_rule '{}' --json kosmo integrations:vultr vultr_delete_nat_gateway_port_forwarding_rule '{}' --json vultr.vultr_get_vpc2
Get a VPC 2.0 network
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_vpc2 '{}' --json kosmo integrations:vultr vultr_get_vpc2 '{}' --json vultr.vultr_delete_vpc2
Delete a VPC 2.0 network
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_vpc2 '{}' --json kosmo integrations:vultr vultr_delete_vpc2 '{}' --json vultr.vultr_update_vpc2
Update a VPC 2.0 network
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_vpc2 '{}' --json kosmo integrations:vultr vultr_update_vpc2 '{}' --json vultr.vultr_list_vpc2
List VPC 2.0 networks
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_vpc2 '{}' --json kosmo integrations:vultr vultr_list_vpc2 '{}' --json vultr.vultr_create_vpc2
Create a VPC 2.0 network
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_vpc2 '{}' --json kosmo integrations:vultr vultr_create_vpc2 '{}' --json vultr.vultr_list_vpc2_nodes
Get a list of nodes attached to a VPC 2.0 network
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_vpc2_nodes '{}' --json kosmo integrations:vultr vultr_list_vpc2_nodes '{}' --json vultr.vultr_attach_vpc2_nodes
Attach nodes to a VPC 2.0 network
write - Parameters
- none
kosmo integrations:call vultr.vultr_attach_vpc2_nodes '{}' --json kosmo integrations:vultr vultr_attach_vpc2_nodes '{}' --json vultr.vultr_detach_vpc2_nodes
Remove nodes from a VPC 2.0 network
write - Parameters
- none
kosmo integrations:call vultr.vultr_detach_vpc2_nodes '{}' --json kosmo integrations:vultr vultr_detach_vpc2_nodes '{}' --json vultr.vultr_get_user
Get User
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_user '{}' --json kosmo integrations:vultr vultr_get_user '{}' --json vultr.vultr_delete_user
Delete User
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_user '{}' --json kosmo integrations:vultr vultr_delete_user '{}' --json vultr.vultr_update_user
Update User
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_user '{}' --json kosmo integrations:vultr vultr_update_user '{}' --json vultr.vultr_get_user_ip_whitelist_entry
Get User IP Whitelist Entry
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_user_ip_whitelist_entry '{}' --json kosmo integrations:vultr vultr_get_user_ip_whitelist_entry '{}' --json vultr.vultr_list_user_ip_whitelist
List User IP Whitelist
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_user_ip_whitelist '{}' --json kosmo integrations:vultr vultr_list_user_ip_whitelist '{}' --json vultr.vultr_add_user_ip_whitelist
Add IP to User Whitelist
write - Parameters
- none
kosmo integrations:call vultr.vultr_add_user_ip_whitelist '{}' --json kosmo integrations:vultr vultr_add_user_ip_whitelist '{}' --json vultr.vultr_remove_user_ip_whitelist
Remove IP from User Whitelist
write - Parameters
- none
kosmo integrations:call vultr.vultr_remove_user_ip_whitelist '{}' --json kosmo integrations:vultr vultr_remove_user_ip_whitelist '{}' --json vultr.vultr_list_user_api_keys
List User API Keys
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_user_api_keys '{}' --json kosmo integrations:vultr vultr_list_user_api_keys '{}' --json vultr.vultr_create_user_api_key
Create User API Key
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_user_api_key '{}' --json kosmo integrations:vultr vultr_create_user_api_key '{}' --json vultr.vultr_get_user_api_key
Get User API Key
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_user_api_key '{}' --json kosmo integrations:vultr vultr_get_user_api_key '{}' --json vultr.vultr_delete_user_api_key
Delete User API Key
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_user_api_key '{}' --json kosmo integrations:vultr vultr_delete_user_api_key '{}' --json vultr.vultr_list_users
Get Users
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_users '{}' --json kosmo integrations:vultr vultr_list_users '{}' --json vultr.vultr_create_user
Create User
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_user '{}' --json kosmo integrations:vultr vultr_create_user '{}' --json vultr.vultr_get_startup_script
Get Startup Script
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_startup_script '{}' --json kosmo integrations:vultr vultr_get_startup_script '{}' --json vultr.vultr_delete_startup_script
Delete Startup Script
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_startup_script '{}' --json kosmo integrations:vultr vultr_delete_startup_script '{}' --json vultr.vultr_update_startup_script
Update Startup Script
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_startup_script '{}' --json kosmo integrations:vultr vultr_update_startup_script '{}' --json vultr.vultr_list_startup_scripts
List Startup Scripts
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_startup_scripts '{}' --json kosmo integrations:vultr vultr_list_startup_scripts '{}' --json vultr.vultr_create_startup_script
Create Startup Script
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_startup_script '{}' --json kosmo integrations:vultr vultr_create_startup_script '{}' --json vultr.vultr_get_ssh_key
Get SSH Key
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_ssh_key '{}' --json kosmo integrations:vultr vultr_get_ssh_key '{}' --json vultr.vultr_update_ssh_key
Update SSH Key
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_ssh_key '{}' --json kosmo integrations:vultr vultr_update_ssh_key '{}' --json vultr.vultr_delete_ssh_key
Delete SSH Key
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_ssh_key '{}' --json kosmo integrations:vultr vultr_delete_ssh_key '{}' --json vultr.vultr_list_ssh_keys
List SSH Keys
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_ssh_keys '{}' --json kosmo integrations:vultr vultr_list_ssh_keys '{}' --json vultr.vultr_create_ssh_key
Create SSH key
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_ssh_key '{}' --json kosmo integrations:vultr vultr_create_ssh_key '{}' --json vultr.vultr_delete_snapshot
Delete Snapshot
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_snapshot '{}' --json kosmo integrations:vultr vultr_delete_snapshot '{}' --json vultr.vultr_get_snapshot
Get Snapshot
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_snapshot '{}' --json kosmo integrations:vultr vultr_get_snapshot '{}' --json vultr.vultr_put_snapshots_snapshot_id
Update Snapshot
write - Parameters
- none
kosmo integrations:call vultr.vultr_put_snapshots_snapshot_id '{}' --json kosmo integrations:vultr vultr_put_snapshots_snapshot_id '{}' --json vultr.vultr_list_snapshots
List Snapshots
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_snapshots '{}' --json kosmo integrations:vultr vultr_list_snapshots '{}' --json vultr.vultr_create_snapshot
Create Snapshot
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_snapshot '{}' --json kosmo integrations:vultr vultr_create_snapshot '{}' --json vultr.vultr_create_snapshot_create_from_url
Create Snapshot from URL
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_snapshot_create_from_url '{}' --json kosmo integrations:vultr vultr_create_snapshot_create_from_url '{}' --json vultr.vultr_list_subaccounts
List Sub-Accounts
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_subaccounts '{}' --json kosmo integrations:vultr vultr_list_subaccounts '{}' --json vultr.vultr_create_subaccount
Create Sub-Account
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_subaccount '{}' --json kosmo integrations:vultr vultr_create_subaccount '{}' --json vultr.vultr_get_reserved_ip
Get Reserved IP
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_reserved_ip '{}' --json kosmo integrations:vultr vultr_get_reserved_ip '{}' --json vultr.vultr_delete_reserved_ip
Delete Reserved IP
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_reserved_ip '{}' --json kosmo integrations:vultr vultr_delete_reserved_ip '{}' --json vultr.vultr_patch_reserved_ips_reserved_ip
Update Reserved IP
write - Parameters
- none
kosmo integrations:call vultr.vultr_patch_reserved_ips_reserved_ip '{}' --json kosmo integrations:vultr vultr_patch_reserved_ips_reserved_ip '{}' --json vultr.vultr_list_reserved_ips
List Reserved IPs
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_reserved_ips '{}' --json kosmo integrations:vultr vultr_list_reserved_ips '{}' --json vultr.vultr_create_reserved_ip
Create Reserved IP
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_reserved_ip '{}' --json kosmo integrations:vultr vultr_create_reserved_ip '{}' --json vultr.vultr_attach_reserved_ip
Attach Reserved IP
write - Parameters
- none
kosmo integrations:call vultr.vultr_attach_reserved_ip '{}' --json kosmo integrations:vultr vultr_attach_reserved_ip '{}' --json vultr.vultr_detach_reserved_ip
Detach Reserved IP
write - Parameters
- none
kosmo integrations:call vultr.vultr_detach_reserved_ip '{}' --json kosmo integrations:vultr vultr_detach_reserved_ip '{}' --json vultr.vultr_convert_reserved_ip
Convert Instance IP to Reserved IP
write - Parameters
- none
kosmo integrations:call vultr.vultr_convert_reserved_ip '{}' --json kosmo integrations:vultr vultr_convert_reserved_ip '{}' --json vultr.vultr_list_os
List OS
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_os '{}' --json kosmo integrations:vultr vultr_list_os '{}' --json vultr.vultr_get_api_key
Get API Key
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_api_key '{}' --json kosmo integrations:vultr vultr_get_api_key '{}' --json vultr.vultr_delete_api_key
Delete API Key
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_api_key '{}' --json kosmo integrations:vultr vultr_delete_api_key '{}' --json vultr.vultr_list_api_keys
List API Keys
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_api_keys '{}' --json kosmo integrations:vultr vultr_list_api_keys '{}' --json vultr.vultr_create_api_key
Create API Key
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_api_key '{}' --json kosmo integrations:vultr vultr_create_api_key '{}' --json vultr.vultr_list_applications
List Applications
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_applications '{}' --json kosmo integrations:vultr vultr_list_applications '{}' --json vultr.vultr_get_current_user
Get Account Info
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_current_user '{}' --json kosmo integrations:vultr vultr_get_current_user '{}' --json vultr.vultr_get_account_bgp
Get Account BGP Info
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_account_bgp '{}' --json kosmo integrations:vultr vultr_get_account_bgp '{}' --json vultr.vultr_create_account_bgp_setup
Setup BGP on your Account
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_account_bgp_setup '{}' --json kosmo integrations:vultr vultr_create_account_bgp_setup '{}' --json vultr.vultr_get_account_bandwidth
Get Account Bandwidth Info
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_account_bandwidth '{}' --json kosmo integrations:vultr vultr_get_account_bandwidth '{}' --json vultr.vultr_list_custom_subscriptions
List Custom Subscriptions
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_custom_subscriptions '{}' --json kosmo integrations:vultr vultr_list_custom_subscriptions '{}' --json vultr.vultr_list_backups
List Backups
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_backups '{}' --json kosmo integrations:vultr vultr_list_backups '{}' --json vultr.vultr_list_blocks
List Block storages
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_blocks '{}' --json kosmo integrations:vultr vultr_list_blocks '{}' --json vultr.vultr_create_block
Create Block Storage
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_block '{}' --json kosmo integrations:vultr vultr_create_block '{}' --json vultr.vultr_list_block_snapshots
List Block storage snapshots
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_block_snapshots '{}' --json kosmo integrations:vultr vultr_list_block_snapshots '{}' --json vultr.vultr_create_block_snapshot
Create Block Storage Snapshot
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_block_snapshot '{}' --json kosmo integrations:vultr vultr_create_block_snapshot '{}' --json vultr.vultr_get_block_snapshot
Get Block Storage Snapshots
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_block_snapshot '{}' --json kosmo integrations:vultr vultr_get_block_snapshot '{}' --json vultr.vultr_delete_block_snapshot
Delete Block Storage Snapshot
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_block_snapshot '{}' --json kosmo integrations:vultr vultr_delete_block_snapshot '{}' --json vultr.vultr_update_block_snapshot
Update Block Storage Snapshot
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_block_snapshot '{}' --json kosmo integrations:vultr vultr_update_block_snapshot '{}' --json vultr.vultr_get_block
Get Block Storage
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_block '{}' --json kosmo integrations:vultr vultr_get_block '{}' --json vultr.vultr_delete_block
Delete Block Storage
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_block '{}' --json kosmo integrations:vultr vultr_delete_block '{}' --json vultr.vultr_update_block
Update Block Storage
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_block '{}' --json kosmo integrations:vultr vultr_update_block '{}' --json vultr.vultr_attach_block
Attach Block Storage
write - Parameters
- none
kosmo integrations:call vultr.vultr_attach_block '{}' --json kosmo integrations:vultr vultr_attach_block '{}' --json vultr.vultr_detach_block
Detach Block Storage
write - Parameters
- none
kosmo integrations:call vultr.vultr_detach_block '{}' --json kosmo integrations:vultr vultr_detach_block '{}' --json vultr.vultr_list_firewall_groups
List Firewall Groups
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_firewall_groups '{}' --json kosmo integrations:vultr vultr_list_firewall_groups '{}' --json vultr.vultr_create_firewall_group
Create Firewall Group
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_firewall_group '{}' --json kosmo integrations:vultr vultr_create_firewall_group '{}' --json vultr.vultr_get_firewall_group
Get Firewall Group
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_firewall_group '{}' --json kosmo integrations:vultr vultr_get_firewall_group '{}' --json vultr.vultr_update_firewall_group
Update Firewall Group
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_firewall_group '{}' --json kosmo integrations:vultr vultr_update_firewall_group '{}' --json vultr.vultr_delete_firewall_group
Delete Firewall Group
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_firewall_group '{}' --json kosmo integrations:vultr vultr_delete_firewall_group '{}' --json vultr.vultr_list_firewall_group_rules
List Firewall Rules
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_firewall_group_rules '{}' --json kosmo integrations:vultr vultr_list_firewall_group_rules '{}' --json vultr.vultr_post_firewalls_firewall_group_id_rules
Create Firewall Rules
write - Parameters
- none
kosmo integrations:call vultr.vultr_post_firewalls_firewall_group_id_rules '{}' --json kosmo integrations:vultr vultr_post_firewalls_firewall_group_id_rules '{}' --json vultr.vultr_delete_firewall_group_rule
Delete Firewall Rule
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_firewall_group_rule '{}' --json kosmo integrations:vultr vultr_delete_firewall_group_rule '{}' --json vultr.vultr_get_firewall_group_rule
Get Firewall Rule
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_firewall_group_rule '{}' --json kosmo integrations:vultr vultr_get_firewall_group_rule '{}' --json vultr.vultr_list_isos
List ISOs
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_isos '{}' --json kosmo integrations:vultr vultr_list_isos '{}' --json vultr.vultr_create_iso
Create ISO
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_iso '{}' --json kosmo integrations:vultr vultr_create_iso '{}' --json vultr.vultr_iso_get
Get ISO
read - Parameters
- none
kosmo integrations:call vultr.vultr_iso_get '{}' --json kosmo integrations:vultr vultr_iso_get '{}' --json vultr.vultr_iso_edit
Update ISO
write - Parameters
- none
kosmo integrations:call vultr.vultr_iso_edit '{}' --json kosmo integrations:vultr vultr_iso_edit '{}' --json vultr.vultr_delete_iso
Delete ISO
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_iso '{}' --json kosmo integrations:vultr vultr_delete_iso '{}' --json vultr.vultr_list_public_isos
List Public ISOs
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_public_isos '{}' --json kosmo integrations:vultr vultr_list_public_isos '{}' --json vultr.vultr_list_object_storages
List Object Storages
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_object_storages '{}' --json kosmo integrations:vultr vultr_list_object_storages '{}' --json vultr.vultr_create_object_storage
Create Object Storage
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_object_storage '{}' --json kosmo integrations:vultr vultr_create_object_storage '{}' --json vultr.vultr_get_object_storage
Get Object Storage
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_object_storage '{}' --json kosmo integrations:vultr vultr_get_object_storage '{}' --json vultr.vultr_delete_object_storage
Delete Object Storage
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_object_storage '{}' --json kosmo integrations:vultr vultr_delete_object_storage '{}' --json vultr.vultr_update_object_storage
Update Object Storage
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_object_storage '{}' --json kosmo integrations:vultr vultr_update_object_storage '{}' --json vultr.vultr_create_object_storage_bucket
Create Bucket
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_object_storage_bucket '{}' --json kosmo integrations:vultr vultr_create_object_storage_bucket '{}' --json vultr.vultr_delete_object_storage_bucket
Delete Bucket
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_object_storage_bucket '{}' --json kosmo integrations:vultr vultr_delete_object_storage_bucket '{}' --json vultr.vultr_set_object_storage_bucket_lifecycle
Set Bucket Lifecycle Policy
write - Parameters
- none
kosmo integrations:call vultr.vultr_set_object_storage_bucket_lifecycle '{}' --json kosmo integrations:vultr vultr_set_object_storage_bucket_lifecycle '{}' --json vultr.vultr_delete_object_storage_bucket_lifecycle_policy
Delete Bucket Lifecycle Policy
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_object_storage_bucket_lifecycle_policy '{}' --json kosmo integrations:vultr vultr_delete_object_storage_bucket_lifecycle_policy '{}' --json vultr.vultr_set_object_storage_bucket_archival
Enable Bucket Archival
write - Parameters
- none
kosmo integrations:call vultr.vultr_set_object_storage_bucket_archival '{}' --json kosmo integrations:vultr vultr_set_object_storage_bucket_archival '{}' --json vultr.vultr_regenerate_object_storage_keys
Regenerate Object Storage Keys
write - Parameters
- none
kosmo integrations:call vultr.vultr_regenerate_object_storage_keys '{}' --json kosmo integrations:vultr vultr_regenerate_object_storage_keys '{}' --json vultr.vultr_list_object_storage_clusters
Get All Clusters
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_object_storage_clusters '{}' --json kosmo integrations:vultr vultr_list_object_storage_clusters '{}' --json vultr.vultr_list_object_storage_tiers
Get All Tiers
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_object_storage_tiers '{}' --json kosmo integrations:vultr vultr_list_object_storage_tiers '{}' --json vultr.vultr_list_object_storage_cluster_tiers
Get All Cluster Tiers
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_object_storage_cluster_tiers '{}' --json kosmo integrations:vultr vultr_list_object_storage_cluster_tiers '{}' --json vultr.vultr_list_storage_gateways
List storage gateways
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_storage_gateways '{}' --json kosmo integrations:vultr vultr_list_storage_gateways '{}' --json vultr.vultr_create_storage_gateway
Create Storage Gateway
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_storage_gateway '{}' --json kosmo integrations:vultr vultr_create_storage_gateway '{}' --json vultr.vultr_delete_storage_gateway_export
Delete Storage Gateway Export
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_storage_gateway_export '{}' --json kosmo integrations:vultr vultr_delete_storage_gateway_export '{}' --json vultr.vultr_add_storage_gateway_export
Add a new export to this storage gateway
write - Parameters
- none
kosmo integrations:call vultr.vultr_add_storage_gateway_export '{}' --json kosmo integrations:vultr vultr_add_storage_gateway_export '{}' --json vultr.vultr_get_storage_gateway
Get Storage Gateway
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_storage_gateway '{}' --json kosmo integrations:vultr vultr_get_storage_gateway '{}' --json vultr.vultr_delete_storage_gateway
Delete Storage Gateway
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_storage_gateway '{}' --json kosmo integrations:vultr vultr_delete_storage_gateway '{}' --json vultr.vultr_update_storage_gateway
Update Storage Gateway
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_storage_gateway '{}' --json kosmo integrations:vultr vultr_update_storage_gateway '{}' --json vultr.vultr_list_dns_domains
List DNS Domains
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_dns_domains '{}' --json kosmo integrations:vultr vultr_list_dns_domains '{}' --json vultr.vultr_create_dns_domain
Create DNS Domain
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_dns_domain '{}' --json kosmo integrations:vultr vultr_create_dns_domain '{}' --json vultr.vultr_get_dns_domain
Get DNS Domain
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_dns_domain '{}' --json kosmo integrations:vultr vultr_get_dns_domain '{}' --json vultr.vultr_delete_dns_domain
Delete Domain
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_dns_domain '{}' --json kosmo integrations:vultr vultr_delete_dns_domain '{}' --json vultr.vultr_update_dns_domain
Update a DNS Domain
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_dns_domain '{}' --json kosmo integrations:vultr vultr_update_dns_domain '{}' --json vultr.vultr_get_dns_domain_soa
Get SOA information
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_dns_domain_soa '{}' --json kosmo integrations:vultr vultr_get_dns_domain_soa '{}' --json vultr.vultr_update_dns_domain_soa
Update SOA information
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_dns_domain_soa '{}' --json kosmo integrations:vultr vultr_update_dns_domain_soa '{}' --json vultr.vultr_get_dns_domain_dnssec
Get DNSSec Info
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_dns_domain_dnssec '{}' --json kosmo integrations:vultr vultr_get_dns_domain_dnssec '{}' --json vultr.vultr_create_dns_domain_record
Create Record
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_dns_domain_record '{}' --json kosmo integrations:vultr vultr_create_dns_domain_record '{}' --json vultr.vultr_list_dns_domain_records
List Records
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_dns_domain_records '{}' --json kosmo integrations:vultr vultr_list_dns_domain_records '{}' --json vultr.vultr_get_dns_domain_record
Get Record
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_dns_domain_record '{}' --json kosmo integrations:vultr vultr_get_dns_domain_record '{}' --json vultr.vultr_update_dns_domain_record
Update Record
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_dns_domain_record '{}' --json kosmo integrations:vultr vultr_update_dns_domain_record '{}' --json vultr.vultr_delete_dns_domain_record
Delete Record
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_dns_domain_record '{}' --json kosmo integrations:vultr vultr_delete_dns_domain_record '{}' --json vultr.vultr_list_regions
List Regions
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_regions '{}' --json kosmo integrations:vultr vultr_list_regions '{}' --json vultr.vultr_list_available_plans_region
List available plans in region
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_available_plans_region '{}' --json kosmo integrations:vultr vultr_list_available_plans_region '{}' --json vultr.vultr_list_load_balancers
List Load Balancers
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_load_balancers '{}' --json kosmo integrations:vultr vultr_list_load_balancers '{}' --json vultr.vultr_create_load_balancer
Create Load Balancer
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_load_balancer '{}' --json kosmo integrations:vultr vultr_create_load_balancer '{}' --json vultr.vultr_get_load_balancer
Get Load Balancer
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_load_balancer '{}' --json kosmo integrations:vultr vultr_get_load_balancer '{}' --json vultr.vultr_update_load_balancer
Update Load Balancer
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_load_balancer '{}' --json kosmo integrations:vultr vultr_update_load_balancer '{}' --json vultr.vultr_delete_load_balancer
Delete Load Balancer
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_load_balancer '{}' --json kosmo integrations:vultr vultr_delete_load_balancer '{}' --json vultr.vultr_delete_load_balancer_ssl
Delete Load Balancer SSL
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_load_balancer_ssl '{}' --json kosmo integrations:vultr vultr_delete_load_balancer_ssl '{}' --json vultr.vultr_delete_load_balancer_auto_ssl
Disable Load Balancer Auto SSL
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_load_balancer_auto_ssl '{}' --json kosmo integrations:vultr vultr_delete_load_balancer_auto_ssl '{}' --json vultr.vultr_list_load_balancer_forwarding_rules
List Forwarding Rules
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_load_balancer_forwarding_rules '{}' --json kosmo integrations:vultr vultr_list_load_balancer_forwarding_rules '{}' --json vultr.vultr_create_load_balancer_forwarding_rules
Create Forwarding Rule
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_load_balancer_forwarding_rules '{}' --json kosmo integrations:vultr vultr_create_load_balancer_forwarding_rules '{}' --json vultr.vultr_get_load_balancer_forwarding_rule
Get Forwarding Rule
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_load_balancer_forwarding_rule '{}' --json kosmo integrations:vultr vultr_get_load_balancer_forwarding_rule '{}' --json vultr.vultr_delete_load_balancer_forwarding_rule
Delete Forwarding Rule
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_load_balancer_forwarding_rule '{}' --json kosmo integrations:vultr vultr_delete_load_balancer_forwarding_rule '{}' --json vultr.vultr_get_load_balancer_reverse_dns
Get Reverse DNS
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_load_balancer_reverse_dns '{}' --json kosmo integrations:vultr vultr_get_load_balancer_reverse_dns '{}' --json vultr.vultr_delete_load_balancer_reverse_dns
Delete Reverse DNS
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_load_balancer_reverse_dns '{}' --json kosmo integrations:vultr vultr_delete_load_balancer_reverse_dns '{}' --json vultr.vultr_create_load_balancer_reverse_dns_ipv6
Create Reverse DNS IPV6
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_load_balancer_reverse_dns_ipv6 '{}' --json kosmo integrations:vultr vultr_create_load_balancer_reverse_dns_ipv6 '{}' --json vultr.vultr_create_load_balancer_reverse_dns_ipv4
Update Reverse DNS IPV4
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_load_balancer_reverse_dns_ipv4 '{}' --json kosmo integrations:vultr vultr_create_load_balancer_reverse_dns_ipv4 '{}' --json vultr.vultr_list_logs
List Logs
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_logs '{}' --json kosmo integrations:vultr vultr_list_logs '{}' --json vultr.vultr_list_plans
List Plans
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_plans '{}' --json kosmo integrations:vultr vultr_list_plans '{}' --json vultr.vultr_list_metal_plans
List Bare Metal Plans
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_metal_plans '{}' --json kosmo integrations:vultr vultr_list_metal_plans '{}' --json vultr.vultr_list_baremetals
List Bare Metal Instances
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_baremetals '{}' --json kosmo integrations:vultr vultr_list_baremetals '{}' --json vultr.vultr_create_baremetal
Create Bare Metal Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_baremetal '{}' --json kosmo integrations:vultr vultr_create_baremetal '{}' --json vultr.vultr_get_baremetal
Get Bare Metal
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_baremetal '{}' --json kosmo integrations:vultr vultr_get_baremetal '{}' --json vultr.vultr_update_baremetal
Update Bare Metal
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_baremetal '{}' --json kosmo integrations:vultr vultr_update_baremetal '{}' --json vultr.vultr_delete_baremetal
Delete Bare Metal
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_baremetal '{}' --json kosmo integrations:vultr vultr_delete_baremetal '{}' --json vultr.vultr_get_ipv4_baremetal
Bare Metal IPv4 Addresses
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_ipv4_baremetal '{}' --json kosmo integrations:vultr vultr_get_ipv4_baremetal '{}' --json vultr.vultr_get_ipv6_baremetal
Bare Metal IPv6 Addresses
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_ipv6_baremetal '{}' --json kosmo integrations:vultr vultr_get_ipv6_baremetal '{}' --json vultr.vultr_create_baremetal_reverse_ipv4
Create Baremetal Reverse IPv4
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_baremetal_reverse_ipv4 '{}' --json kosmo integrations:vultr vultr_create_baremetal_reverse_ipv4 '{}' --json vultr.vultr_create_baremetal_reverse_ipv6
Create Baremetal Reverse IPv6
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_baremetal_reverse_ipv6 '{}' --json kosmo integrations:vultr vultr_create_baremetal_reverse_ipv6 '{}' --json vultr.vultr_post_baremetal_instance_id_ipv4_reverse_default
Set Default Reverse DNS Entry
write - Parameters
- none
kosmo integrations:call vultr.vultr_post_baremetal_instance_id_ipv4_reverse_default '{}' --json kosmo integrations:vultr vultr_post_baremetal_instance_id_ipv4_reverse_default '{}' --json vultr.vultr_delete_baremetal_reverse_ipv6
Delete BareMetal Reverse IPv6
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_baremetal_reverse_ipv6 '{}' --json kosmo integrations:vultr vultr_delete_baremetal_reverse_ipv6 '{}' --json vultr.vultr_start_baremetal
Start Bare Metal
write - Parameters
- none
kosmo integrations:call vultr.vultr_start_baremetal '{}' --json kosmo integrations:vultr vultr_start_baremetal '{}' --json vultr.vultr_reboot_baremetal
Reboot Bare Metal
write - Parameters
- none
kosmo integrations:call vultr.vultr_reboot_baremetal '{}' --json kosmo integrations:vultr vultr_reboot_baremetal '{}' --json vultr.vultr_reinstall_baremetal
Reinstall Bare Metal
write - Parameters
- none
kosmo integrations:call vultr.vultr_reinstall_baremetal '{}' --json kosmo integrations:vultr vultr_reinstall_baremetal '{}' --json vultr.vultr_halt_baremetal
Halt Bare Metal
write - Parameters
- none
kosmo integrations:call vultr.vultr_halt_baremetal '{}' --json kosmo integrations:vultr vultr_halt_baremetal '{}' --json vultr.vultr_get_bandwidth_baremetal
Bare Metal Bandwidth
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_bandwidth_baremetal '{}' --json kosmo integrations:vultr vultr_get_bandwidth_baremetal '{}' --json vultr.vultr_halt_baremetals
Halt Bare Metals
write - Parameters
- none
kosmo integrations:call vultr.vultr_halt_baremetals '{}' --json kosmo integrations:vultr vultr_halt_baremetals '{}' --json vultr.vultr_reboot_bare_metals
Reboot Bare Metals
write - Parameters
- none
kosmo integrations:call vultr.vultr_reboot_bare_metals '{}' --json kosmo integrations:vultr vultr_reboot_bare_metals '{}' --json vultr.vultr_start_bare_metals
Start Bare Metals
write - Parameters
- none
kosmo integrations:call vultr.vultr_start_bare_metals '{}' --json kosmo integrations:vultr vultr_start_bare_metals '{}' --json vultr.vultr_get_bare_metal_userdata
Get Bare Metal User Data
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_bare_metal_userdata '{}' --json kosmo integrations:vultr vultr_get_bare_metal_userdata '{}' --json vultr.vultr_list_instances
List Instances
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_instances '{}' --json kosmo integrations:vultr vultr_list_instances '{}' --json vultr.vultr_create_instance
Create Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_instance '{}' --json kosmo integrations:vultr vultr_create_instance '{}' --json vultr.vultr_get_instance
Get Instance
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_instance '{}' --json kosmo integrations:vultr vultr_get_instance '{}' --json vultr.vultr_update_instance
Update Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_instance '{}' --json kosmo integrations:vultr vultr_update_instance '{}' --json vultr.vultr_delete_instance
Delete Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_instance '{}' --json kosmo integrations:vultr vultr_delete_instance '{}' --json vultr.vultr_halt_instances
Halt Instances
write - Parameters
- none
kosmo integrations:call vultr.vultr_halt_instances '{}' --json kosmo integrations:vultr vultr_halt_instances '{}' --json vultr.vultr_reboot_instances
Reboot instances
write - Parameters
- none
kosmo integrations:call vultr.vultr_reboot_instances '{}' --json kosmo integrations:vultr vultr_reboot_instances '{}' --json vultr.vultr_start_instances
Start instances
write - Parameters
- none
kosmo integrations:call vultr.vultr_start_instances '{}' --json kosmo integrations:vultr vultr_start_instances '{}' --json vultr.vultr_start_instance
Start instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_start_instance '{}' --json kosmo integrations:vultr vultr_start_instance '{}' --json vultr.vultr_reboot_instance
Reboot Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_reboot_instance '{}' --json kosmo integrations:vultr vultr_reboot_instance '{}' --json vultr.vultr_reinstall_instance
Reinstall Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_reinstall_instance '{}' --json kosmo integrations:vultr vultr_reinstall_instance '{}' --json vultr.vultr_get_instance_bandwidth
Instance Bandwidth
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_instance_bandwidth '{}' --json kosmo integrations:vultr vultr_get_instance_bandwidth '{}' --json vultr.vultr_get_instance_neighbors
Get Instance neighbors
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_instance_neighbors '{}' --json kosmo integrations:vultr vultr_get_instance_neighbors '{}' --json vultr.vultr_list_instance_private_networks
List instance Private Networks
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_instance_private_networks '{}' --json kosmo integrations:vultr vultr_list_instance_private_networks '{}' --json vultr.vultr_list_instance_vpcs
List instance VPCs
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_instance_vpcs '{}' --json kosmo integrations:vultr vultr_list_instance_vpcs '{}' --json vultr.vultr_list_instance_vpc2
List Instance VPC 2.0 Networks
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_instance_vpc2 '{}' --json kosmo integrations:vultr vultr_list_instance_vpc2 '{}' --json vultr.vultr_get_instance_iso_status
Get Instance ISO Status
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_instance_iso_status '{}' --json kosmo integrations:vultr vultr_get_instance_iso_status '{}' --json vultr.vultr_attach_instance_iso
Attach ISO to Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_attach_instance_iso '{}' --json kosmo integrations:vultr vultr_attach_instance_iso '{}' --json vultr.vultr_detach_instance_iso
Detach ISO from instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_detach_instance_iso '{}' --json kosmo integrations:vultr vultr_detach_instance_iso '{}' --json vultr.vultr_attach_instance_network
Attach Private Network to Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_attach_instance_network '{}' --json kosmo integrations:vultr vultr_attach_instance_network '{}' --json vultr.vultr_detach_instance_network
Detach Private Network from Instance.
write - Parameters
- none
kosmo integrations:call vultr.vultr_detach_instance_network '{}' --json kosmo integrations:vultr vultr_detach_instance_network '{}' --json vultr.vultr_attach_instance_vpc
Attach VPC to Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_attach_instance_vpc '{}' --json kosmo integrations:vultr vultr_attach_instance_vpc '{}' --json vultr.vultr_detach_instance_vpc
Detach VPC from Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_detach_instance_vpc '{}' --json kosmo integrations:vultr vultr_detach_instance_vpc '{}' --json vultr.vultr_attach_instance_vpc2
Attach VPC 2.0 Network to Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_attach_instance_vpc2 '{}' --json kosmo integrations:vultr vultr_attach_instance_vpc2 '{}' --json vultr.vultr_detach_instance_vpc2
Detach VPC 2.0 Network from Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_detach_instance_vpc2 '{}' --json kosmo integrations:vultr vultr_detach_instance_vpc2 '{}' --json vultr.vultr_create_instance_backup_schedule
Set Instance Backup Schedule
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_instance_backup_schedule '{}' --json kosmo integrations:vultr vultr_create_instance_backup_schedule '{}' --json vultr.vultr_get_instance_backup_schedule
Get Instance Backup Schedule
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_instance_backup_schedule '{}' --json kosmo integrations:vultr vultr_get_instance_backup_schedule '{}' --json vultr.vultr_restore_instance
Restore Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_restore_instance '{}' --json kosmo integrations:vultr vultr_restore_instance '{}' --json vultr.vultr_get_instance_ipv4
List Instance IPv4 Information
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_instance_ipv4 '{}' --json kosmo integrations:vultr vultr_get_instance_ipv4 '{}' --json vultr.vultr_create_instance_ipv4
Create IPv4
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_instance_ipv4 '{}' --json kosmo integrations:vultr vultr_create_instance_ipv4 '{}' --json vultr.vultr_get_instance_ipv6
Get Instance IPv6 Information
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_instance_ipv6 '{}' --json kosmo integrations:vultr vultr_get_instance_ipv6 '{}' --json vultr.vultr_create_instance_reverse_ipv6
Create Instance Reverse IPv6
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_instance_reverse_ipv6 '{}' --json kosmo integrations:vultr vultr_create_instance_reverse_ipv6 '{}' --json vultr.vultr_list_instance_ipv6_reverse
List Instance IPv6 Reverse
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_instance_ipv6_reverse '{}' --json kosmo integrations:vultr vultr_list_instance_ipv6_reverse '{}' --json vultr.vultr_create_instance_reverse_ipv4
Create Instance Reverse IPv4
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_instance_reverse_ipv4 '{}' --json kosmo integrations:vultr vultr_create_instance_reverse_ipv4 '{}' --json vultr.vultr_get_backup
Get a Backup
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_backup '{}' --json kosmo integrations:vultr vultr_get_backup '{}' --json vultr.vultr_get_instance_userdata
Get Instance User Data
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_instance_userdata '{}' --json kosmo integrations:vultr vultr_get_instance_userdata '{}' --json vultr.vultr_halt_instance
Halt Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_halt_instance '{}' --json kosmo integrations:vultr vultr_halt_instance '{}' --json vultr.vultr_post_instances_instance_id_ipv4_reverse_default
Set Default Reverse DNS Entry
write - Parameters
- none
kosmo integrations:call vultr.vultr_post_instances_instance_id_ipv4_reverse_default '{}' --json kosmo integrations:vultr vultr_post_instances_instance_id_ipv4_reverse_default '{}' --json vultr.vultr_delete_instance_ipv4
Delete IPv4 Address
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_instance_ipv4 '{}' --json kosmo integrations:vultr vultr_delete_instance_ipv4 '{}' --json vultr.vultr_delete_instance_reverse_ipv6
Delete Instance Reverse IPv6
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_instance_reverse_ipv6 '{}' --json kosmo integrations:vultr vultr_delete_instance_reverse_ipv6 '{}' --json vultr.vultr_get_instance_upgrades
Get Available Instance Upgrades
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_instance_upgrades '{}' --json kosmo integrations:vultr vultr_get_instance_upgrades '{}' --json vultr.vultr_get_instance_job
Get Instance Job
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_instance_job '{}' --json kosmo integrations:vultr vultr_get_instance_job '{}' --json vultr.vultr_get_bare_metals_upgrades
Get Available Bare Metal Upgrades
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_bare_metals_upgrades '{}' --json kosmo integrations:vultr vultr_get_bare_metals_upgrades '{}' --json vultr.vultr_get_bare_metal_vnc
Get VNC URL for a Bare Metal
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_bare_metal_vnc '{}' --json kosmo integrations:vultr vultr_get_bare_metal_vnc '{}' --json vultr.vultr_attach_baremetals_vpcs
Attach VPC Network to Bare Metal Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_attach_baremetals_vpcs '{}' --json kosmo integrations:vultr vultr_attach_baremetals_vpcs '{}' --json vultr.vultr_detach_baremetal_vpcs
Detach VPC Network from Bare Metal Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_detach_baremetal_vpcs '{}' --json kosmo integrations:vultr vultr_detach_baremetal_vpcs '{}' --json vultr.vultr_list_baremetal_vpcs
List Bare Metal Instance VPC Networks
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_baremetal_vpcs '{}' --json kosmo integrations:vultr vultr_list_baremetal_vpcs '{}' --json vultr.vultr_attach_baremetals_vpc2
Attach VPC 2.0 Network to Bare Metal Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_attach_baremetals_vpc2 '{}' --json kosmo integrations:vultr vultr_attach_baremetals_vpc2 '{}' --json vultr.vultr_detach_baremetal_vpc2
Detach VPC 2.0 Network from Bare Metal Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_detach_baremetal_vpc2 '{}' --json kosmo integrations:vultr vultr_detach_baremetal_vpc2 '{}' --json vultr.vultr_list_baremetal_vpc2
List Bare Metal Instance VPC 2.0 Networks
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_baremetal_vpc2 '{}' --json kosmo integrations:vultr vultr_list_baremetal_vpc2 '{}' --json vultr.vultr_list_loadbalancer_firewall_rules
List Firewall Rules
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_loadbalancer_firewall_rules '{}' --json kosmo integrations:vultr vultr_list_loadbalancer_firewall_rules '{}' --json vultr.vultr_create_loadbalancer_firewall_rules
Create Firewall Rules
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_loadbalancer_firewall_rules '{}' --json kosmo integrations:vultr vultr_create_loadbalancer_firewall_rules '{}' --json vultr.vultr_get_loadbalancer_firewall_rule
Get Firewall Rule
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_loadbalancer_firewall_rule '{}' --json kosmo integrations:vultr vultr_get_loadbalancer_firewall_rule '{}' --json vultr.vultr_delete_loadbalancer_firewall_rule
Delete Firewall Rule
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_loadbalancer_firewall_rule '{}' --json kosmo integrations:vultr vultr_delete_loadbalancer_firewall_rule '{}' --json vultr.vultr_create_kubernetes_cluster
Create Kubernetes Cluster
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_kubernetes_cluster '{}' --json kosmo integrations:vultr vultr_create_kubernetes_cluster '{}' --json vultr.vultr_list_kubernetes_clusters
List all Kubernetes Clusters
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_kubernetes_clusters '{}' --json kosmo integrations:vultr vultr_list_kubernetes_clusters '{}' --json vultr.vultr_get_kubernetes_clusters
Get Kubernetes Cluster
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_kubernetes_clusters '{}' --json kosmo integrations:vultr vultr_get_kubernetes_clusters '{}' --json vultr.vultr_update_kubernetes_cluster
Update Kubernetes Cluster
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_kubernetes_cluster '{}' --json kosmo integrations:vultr vultr_update_kubernetes_cluster '{}' --json vultr.vultr_delete_kubernetes_cluster
Delete Kubernetes Cluster
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_kubernetes_cluster '{}' --json kosmo integrations:vultr vultr_delete_kubernetes_cluster '{}' --json vultr.vultr_delete_kubernetes_cluster_vke_id_delete_with_linked_resources
Delete VKE Cluster and All Related Resources
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_kubernetes_cluster_vke_id_delete_with_linked_resources '{}' --json kosmo integrations:vultr vultr_delete_kubernetes_cluster_vke_id_delete_with_linked_resources '{}' --json vultr.vultr_get_kubernetes_resources
Get Kubernetes Resources
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_kubernetes_resources '{}' --json kosmo integrations:vultr vultr_get_kubernetes_resources '{}' --json vultr.vultr_get_kubernetes_available_upgrades
Get Kubernetes Available Upgrades
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_kubernetes_available_upgrades '{}' --json kosmo integrations:vultr vultr_get_kubernetes_available_upgrades '{}' --json vultr.vultr_start_kubernetes_cluster_upgrade
Start Kubernetes Cluster Upgrade
write - Parameters
- none
kosmo integrations:call vultr.vultr_start_kubernetes_cluster_upgrade '{}' --json kosmo integrations:vultr vultr_start_kubernetes_cluster_upgrade '{}' --json vultr.vultr_create_nodepools
Create NodePool
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_nodepools '{}' --json kosmo integrations:vultr vultr_create_nodepools '{}' --json vultr.vultr_get_nodepools
List NodePools
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_nodepools '{}' --json kosmo integrations:vultr vultr_get_nodepools '{}' --json vultr.vultr_get_nodepool
Get NodePool
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_nodepool '{}' --json kosmo integrations:vultr vultr_get_nodepool '{}' --json vultr.vultr_update_nodepool
Update Nodepool
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_nodepool '{}' --json kosmo integrations:vultr vultr_update_nodepool '{}' --json vultr.vultr_delete_nodepool
Delete Nodepool
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_nodepool '{}' --json kosmo integrations:vultr vultr_delete_nodepool '{}' --json vultr.vultr_list_nodepool_labels
List NodePool Labels
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_nodepool_labels '{}' --json kosmo integrations:vultr vultr_list_nodepool_labels '{}' --json vultr.vultr_create_nodepool_label
Create NodePool Label
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_nodepool_label '{}' --json kosmo integrations:vultr vultr_create_nodepool_label '{}' --json vultr.vultr_read_nodepool_label
Read NodePool Label
read - Parameters
- none
kosmo integrations:call vultr.vultr_read_nodepool_label '{}' --json kosmo integrations:vultr vultr_read_nodepool_label '{}' --json vultr.vultr_delete_nodepool_label
Delete NodePool Label
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_nodepool_label '{}' --json kosmo integrations:vultr vultr_delete_nodepool_label '{}' --json vultr.vultr_list_nodepool_taints
List NodePool Taints
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_nodepool_taints '{}' --json kosmo integrations:vultr vultr_list_nodepool_taints '{}' --json vultr.vultr_create_nodepool_taint
Create NodePool Taint
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_nodepool_taint '{}' --json kosmo integrations:vultr vultr_create_nodepool_taint '{}' --json vultr.vultr_read_nodepool_taint
Read NodePool Taint
read - Parameters
- none
kosmo integrations:call vultr.vultr_read_nodepool_taint '{}' --json kosmo integrations:vultr vultr_read_nodepool_taint '{}' --json vultr.vultr_delete_nodepool_taint
Delete NodePool Taint
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_nodepool_taint '{}' --json kosmo integrations:vultr vultr_delete_nodepool_taint '{}' --json vultr.vultr_delete_nodepool_instance
Delete NodePool Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_nodepool_instance '{}' --json kosmo integrations:vultr vultr_delete_nodepool_instance '{}' --json vultr.vultr_recycle_nodepool_instance
Recycle a NodePool Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_recycle_nodepool_instance '{}' --json kosmo integrations:vultr vultr_recycle_nodepool_instance '{}' --json vultr.vultr_get_kubernetes_clusters_config
Get Kubernetes Cluster Kubeconfig
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_kubernetes_clusters_config '{}' --json kosmo integrations:vultr vultr_get_kubernetes_clusters_config '{}' --json vultr.vultr_get_kubernetes_versions
Get Kubernetes Versions
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_kubernetes_versions '{}' --json kosmo integrations:vultr vultr_get_kubernetes_versions '{}' --json vultr.vultr_list_billing_history
List Billing History
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_billing_history '{}' --json kosmo integrations:vultr vultr_list_billing_history '{}' --json vultr.vultr_list_invoices
List Invoices
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_invoices '{}' --json kosmo integrations:vultr vultr_list_invoices '{}' --json vultr.vultr_get_invoice
Get Invoice
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_invoice '{}' --json kosmo integrations:vultr vultr_get_invoice '{}' --json vultr.vultr_get_invoice_items
Get Invoice Items
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_invoice_items '{}' --json kosmo integrations:vultr vultr_get_invoice_items '{}' --json vultr.vultr_pending_charges
List Pending Charges
read - Parameters
- none
kosmo integrations:call vultr.vultr_pending_charges '{}' --json kosmo integrations:vultr vultr_pending_charges '{}' --json vultr.vultr_pending_charges_csv
Get Pending Charges CSV
read - Parameters
- none
kosmo integrations:call vultr.vultr_pending_charges_csv '{}' --json kosmo integrations:vultr vultr_pending_charges_csv '{}' --json vultr.vultr_list_database_plans
List Managed Database Plans
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_database_plans '{}' --json kosmo integrations:vultr vultr_list_database_plans '{}' --json vultr.vultr_list_databases
List Managed Databases
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_databases '{}' --json kosmo integrations:vultr vultr_list_databases '{}' --json vultr.vultr_create_database
Create Managed Database
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_database '{}' --json kosmo integrations:vultr vultr_create_database '{}' --json vultr.vultr_get_database
Get Managed Database
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_database '{}' --json kosmo integrations:vultr vultr_get_database '{}' --json vultr.vultr_update_database
Update Managed Database
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_database '{}' --json kosmo integrations:vultr vultr_update_database '{}' --json vultr.vultr_delete_database
Delete Managed Database
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_database '{}' --json kosmo integrations:vultr vultr_delete_database '{}' --json vultr.vultr_get_database_usage
Get Database Usage Information
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_database_usage '{}' --json kosmo integrations:vultr vultr_get_database_usage '{}' --json vultr.vultr_list_database_users
List Database Users
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_database_users '{}' --json kosmo integrations:vultr vultr_list_database_users '{}' --json vultr.vultr_create_database_user
Create Database User
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_database_user '{}' --json kosmo integrations:vultr vultr_create_database_user '{}' --json vultr.vultr_get_database_user
Get Database User
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_database_user '{}' --json kosmo integrations:vultr vultr_get_database_user '{}' --json vultr.vultr_update_database_user
Update Database User
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_database_user '{}' --json kosmo integrations:vultr vultr_update_database_user '{}' --json vultr.vultr_delete_database_user
Delete Database User
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_database_user '{}' --json kosmo integrations:vultr vultr_delete_database_user '{}' --json vultr.vultr_set_database_user_acl
Set Database User Access Control
write - Parameters
- none
kosmo integrations:call vultr.vultr_set_database_user_acl '{}' --json kosmo integrations:vultr vultr_set_database_user_acl '{}' --json vultr.vultr_list_database_dbs
List Logical Databases
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_database_dbs '{}' --json kosmo integrations:vultr vultr_list_database_dbs '{}' --json vultr.vultr_create_database_db
Create Logical Database
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_database_db '{}' --json kosmo integrations:vultr vultr_create_database_db '{}' --json vultr.vultr_get_database_db
Get Logical Database
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_database_db '{}' --json kosmo integrations:vultr vultr_get_database_db '{}' --json vultr.vultr_delete_database_db
Delete Logical Database
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_database_db '{}' --json kosmo integrations:vultr vultr_delete_database_db '{}' --json vultr.vultr_list_database_topics
List Database Topics
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_database_topics '{}' --json kosmo integrations:vultr vultr_list_database_topics '{}' --json vultr.vultr_create_database_topic
Create Database Topic
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_database_topic '{}' --json kosmo integrations:vultr vultr_create_database_topic '{}' --json vultr.vultr_get_database_topic
Get Database Topic
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_database_topic '{}' --json kosmo integrations:vultr vultr_get_database_topic '{}' --json vultr.vultr_update_database_topic
Update Database Topic
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_database_topic '{}' --json kosmo integrations:vultr vultr_update_database_topic '{}' --json vultr.vultr_delete_database_topic
Delete Database Topic
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_database_topic '{}' --json kosmo integrations:vultr vultr_delete_database_topic '{}' --json vultr.vultr_list_database_quotas
List Database Quotas
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_database_quotas '{}' --json kosmo integrations:vultr vultr_list_database_quotas '{}' --json vultr.vultr_create_database_quota
Create Database Quota
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_database_quota '{}' --json kosmo integrations:vultr vultr_create_database_quota '{}' --json vultr.vultr_get_database_quota
Get Database Quota
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_database_quota '{}' --json kosmo integrations:vultr vultr_get_database_quota '{}' --json vultr.vultr_update_database_quota
Update Database Quota
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_database_quota '{}' --json kosmo integrations:vultr vultr_update_database_quota '{}' --json vultr.vultr_delete_database_quota
Delete Database Quota
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_database_quota '{}' --json kosmo integrations:vultr vultr_delete_database_quota '{}' --json vultr.vultr_list_database_available_connectors
List Database Available Connectors
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_database_available_connectors '{}' --json kosmo integrations:vultr vultr_list_database_available_connectors '{}' --json vultr.vultr_get_database_connector_configuration_schema
Get Database Connector Configuration Schema
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_database_connector_configuration_schema '{}' --json kosmo integrations:vultr vultr_get_database_connector_configuration_schema '{}' --json vultr.vultr_list_database_connectors
List Database Connectors
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_database_connectors '{}' --json kosmo integrations:vultr vultr_list_database_connectors '{}' --json vultr.vultr_create_database_connector
Create Database Connector
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_database_connector '{}' --json kosmo integrations:vultr vultr_create_database_connector '{}' --json vultr.vultr_get_database_connector
Get Database Connector
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_database_connector '{}' --json kosmo integrations:vultr vultr_get_database_connector '{}' --json vultr.vultr_update_database_connector
Update Database Connector
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_database_connector '{}' --json kosmo integrations:vultr vultr_update_database_connector '{}' --json vultr.vultr_delete_database_connector
Delete Database Connector
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_database_connector '{}' --json kosmo integrations:vultr vultr_delete_database_connector '{}' --json vultr.vultr_get_database_connector_status
Get Database Connector Status
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_database_connector_status '{}' --json kosmo integrations:vultr vultr_get_database_connector_status '{}' --json vultr.vultr_restart_database_connector
Restart Database Connector
write - Parameters
- none
kosmo integrations:call vultr.vultr_restart_database_connector '{}' --json kosmo integrations:vultr vultr_restart_database_connector '{}' --json vultr.vultr_pause_database_connector
Pause Database Connector
write - Parameters
- none
kosmo integrations:call vultr.vultr_pause_database_connector '{}' --json kosmo integrations:vultr vultr_pause_database_connector '{}' --json vultr.vultr_resume_database_connector
Resume Database Connector
write - Parameters
- none
kosmo integrations:call vultr.vultr_resume_database_connector '{}' --json kosmo integrations:vultr vultr_resume_database_connector '{}' --json vultr.vultr_restart_database_connector_task
Restart Database Connector Task
write - Parameters
- none
kosmo integrations:call vultr.vultr_restart_database_connector_task '{}' --json kosmo integrations:vultr vultr_restart_database_connector_task '{}' --json vultr.vultr_list_maintenance_updates
List Maintenance Updates
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_maintenance_updates '{}' --json kosmo integrations:vultr vultr_list_maintenance_updates '{}' --json vultr.vultr_start_maintenance_updates
Start Maintenance Updates
write - Parameters
- none
kosmo integrations:call vultr.vultr_start_maintenance_updates '{}' --json kosmo integrations:vultr vultr_start_maintenance_updates '{}' --json vultr.vultr_list_service_alerts
List Service Alerts
write - Parameters
- none
kosmo integrations:call vultr.vultr_list_service_alerts '{}' --json kosmo integrations:vultr vultr_list_service_alerts '{}' --json vultr.vultr_view_migration_status
Get Migration Status
read - Parameters
- none
kosmo integrations:call vultr.vultr_view_migration_status '{}' --json kosmo integrations:vultr vultr_view_migration_status '{}' --json vultr.vultr_database_start_migration
Start Migration
write - Parameters
- none
kosmo integrations:call vultr.vultr_database_start_migration '{}' --json kosmo integrations:vultr vultr_database_start_migration '{}' --json vultr.vultr_database_detach_migration
Detach Migration
write - Parameters
- none
kosmo integrations:call vultr.vultr_database_detach_migration '{}' --json kosmo integrations:vultr vultr_database_detach_migration '{}' --json vultr.vultr_database_add_read_replica
Add Read-Only Replica
write - Parameters
- none
kosmo integrations:call vultr.vultr_database_add_read_replica '{}' --json kosmo integrations:vultr vultr_database_add_read_replica '{}' --json vultr.vultr_database_promote_read_replica
Promote Read-Only Replica
write - Parameters
- none
kosmo integrations:call vultr.vultr_database_promote_read_replica '{}' --json kosmo integrations:vultr vultr_database_promote_read_replica '{}' --json vultr.vultr_get_backup_information
Get Backup Information
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_backup_information '{}' --json kosmo integrations:vultr vultr_get_backup_information '{}' --json vultr.vultr_database_restore_from_backup
Restore from Backup
write - Parameters
- none
kosmo integrations:call vultr.vultr_database_restore_from_backup '{}' --json kosmo integrations:vultr vultr_database_restore_from_backup '{}' --json vultr.vultr_database_fork
Fork Managed Database
write - Parameters
- none
kosmo integrations:call vultr.vultr_database_fork '{}' --json kosmo integrations:vultr vultr_database_fork '{}' --json vultr.vultr_list_connection_pools
List Connection Pools
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_connection_pools '{}' --json kosmo integrations:vultr vultr_list_connection_pools '{}' --json vultr.vultr_create_connection_pool
Create Connection Pool
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_connection_pool '{}' --json kosmo integrations:vultr vultr_create_connection_pool '{}' --json vultr.vultr_get_connection_pool
Get Connection Pool
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_connection_pool '{}' --json kosmo integrations:vultr vultr_get_connection_pool '{}' --json vultr.vultr_update_connection_pool
Update Connection Pool
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_connection_pool '{}' --json kosmo integrations:vultr vultr_update_connection_pool '{}' --json vultr.vultr_delete_connection_pool
Delete Connection Pool
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_connection_pool '{}' --json kosmo integrations:vultr vultr_delete_connection_pool '{}' --json vultr.vultr_list_advanced_options
List Advanced Options
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_advanced_options '{}' --json kosmo integrations:vultr vultr_list_advanced_options '{}' --json vultr.vultr_update_advanced_options
Update Advanced Options
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_advanced_options '{}' --json kosmo integrations:vultr vultr_update_advanced_options '{}' --json vultr.vultr_list_advanced_options_kafka_rest
List Kafka REST Advanced Options
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_advanced_options_kafka_rest '{}' --json kosmo integrations:vultr vultr_list_advanced_options_kafka_rest '{}' --json vultr.vultr_update_advanced_options_kafka_rest
Update Kafka REST Advanced Options
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_advanced_options_kafka_rest '{}' --json kosmo integrations:vultr vultr_update_advanced_options_kafka_rest '{}' --json vultr.vultr_list_advanced_options_schema_registry
List Schema Registry Advanced Options
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_advanced_options_schema_registry '{}' --json kosmo integrations:vultr vultr_list_advanced_options_schema_registry '{}' --json vultr.vultr_update_advanced_options_schema_registry
Update Schema Registry Advanced Options
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_advanced_options_schema_registry '{}' --json kosmo integrations:vultr vultr_update_advanced_options_schema_registry '{}' --json vultr.vultr_list_advanced_options_kafka_connect
List Kafka Connect Advanced Options
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_advanced_options_kafka_connect '{}' --json kosmo integrations:vultr vultr_list_advanced_options_kafka_connect '{}' --json vultr.vultr_update_advanced_options_kafka_connect
Update Kafka Connect Advanced Options
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_advanced_options_kafka_connect '{}' --json kosmo integrations:vultr vultr_update_advanced_options_kafka_connect '{}' --json vultr.vultr_list_available_versions
List Available Versions
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_available_versions '{}' --json kosmo integrations:vultr vultr_list_available_versions '{}' --json vultr.vultr_start_version_upgrade
Start Version Upgrade
write - Parameters
- none
kosmo integrations:call vultr.vultr_start_version_upgrade '{}' --json kosmo integrations:vultr vultr_start_version_upgrade '{}' --json vultr.vultr_list_inference
List Serverless Inference
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_inference '{}' --json kosmo integrations:vultr vultr_list_inference '{}' --json vultr.vultr_create_inference
Create Serverless Inference
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_inference '{}' --json kosmo integrations:vultr vultr_create_inference '{}' --json vultr.vultr_get_inference
Get Serverless Inference
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_inference '{}' --json kosmo integrations:vultr vultr_get_inference '{}' --json vultr.vultr_update_inference
Update Serverless Inference
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_inference '{}' --json kosmo integrations:vultr vultr_update_inference '{}' --json vultr.vultr_delete_inference
Delete Serverless Inference
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_inference '{}' --json kosmo integrations:vultr vultr_delete_inference '{}' --json vultr.vultr_get_inference_usage
Get Serverless Inference Usage Information
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_inference_usage '{}' --json kosmo integrations:vultr vultr_get_inference_usage '{}' --json vultr.vultr_list_marketplace_apps
List Marketplace Apps
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_marketplace_apps '{}' --json kosmo integrations:vultr vultr_list_marketplace_apps '{}' --json vultr.vultr_list_marketplace_app_variables
List Marketplace App Variables
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_marketplace_app_variables '{}' --json kosmo integrations:vultr vultr_list_marketplace_app_variables '{}' --json vultr.vultr_list_registries
List Container Registries
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_registries '{}' --json kosmo integrations:vultr vultr_list_registries '{}' --json vultr.vultr_create_registry
Create Container Registry
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_registry '{}' --json kosmo integrations:vultr vultr_create_registry '{}' --json vultr.vultr_read_registry
Read Container Registry
read - Parameters
- none
kosmo integrations:call vultr.vultr_read_registry '{}' --json kosmo integrations:vultr vultr_read_registry '{}' --json vultr.vultr_update_registry
Update Container Registry
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_registry '{}' --json kosmo integrations:vultr vultr_update_registry '{}' --json vultr.vultr_delete_registry
Delete Container Registry
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_registry '{}' --json kosmo integrations:vultr vultr_delete_registry '{}' --json vultr.vultr_list_replications
List Replication Policies
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_replications '{}' --json kosmo integrations:vultr vultr_list_replications '{}' --json vultr.vultr_create_replication
Create Replication Policy
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_replication '{}' --json kosmo integrations:vultr vultr_create_replication '{}' --json vultr.vultr_read_replication
Read Replication Policy
read - Parameters
- none
kosmo integrations:call vultr.vultr_read_replication '{}' --json kosmo integrations:vultr vultr_read_replication '{}' --json vultr.vultr_delete_replication
Delete Replication Policy
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_replication '{}' --json kosmo integrations:vultr vultr_delete_replication '{}' --json vultr.vultr_update_retention_schedule
Update Retention Policy Schedule
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_retention_schedule '{}' --json kosmo integrations:vultr vultr_update_retention_schedule '{}' --json vultr.vultr_execute_retention_policy
Trigger Retention Policy Execution
write - Parameters
- none
kosmo integrations:call vultr.vultr_execute_retention_policy '{}' --json kosmo integrations:vultr vultr_execute_retention_policy '{}' --json vultr.vultr_list_retention_rules
List Retention Rules
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_retention_rules '{}' --json kosmo integrations:vultr vultr_list_retention_rules '{}' --json vultr.vultr_create_retention_rule
Create Retention Rule
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_retention_rule '{}' --json kosmo integrations:vultr vultr_create_retention_rule '{}' --json vultr.vultr_read_retention_rule
Read Retention Rule
read - Parameters
- none
kosmo integrations:call vultr.vultr_read_retention_rule '{}' --json kosmo integrations:vultr vultr_read_retention_rule '{}' --json vultr.vultr_update_retention_rule
Update Retention Rule
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_retention_rule '{}' --json kosmo integrations:vultr vultr_update_retention_rule '{}' --json vultr.vultr_delete_retention_rule
Delete Retention Rule
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_retention_rule '{}' --json kosmo integrations:vultr vultr_delete_retention_rule '{}' --json vultr.vultr_list_registry_repositories
List Repositories
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_registry_repositories '{}' --json kosmo integrations:vultr vultr_list_registry_repositories '{}' --json vultr.vultr_read_registry_repository
Read Repository
read - Parameters
- none
kosmo integrations:call vultr.vultr_read_registry_repository '{}' --json kosmo integrations:vultr vultr_read_registry_repository '{}' --json vultr.vultr_update_repository
Update Repository
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_repository '{}' --json kosmo integrations:vultr vultr_update_repository '{}' --json vultr.vultr_delete_repository
Delete Repository
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_repository '{}' --json kosmo integrations:vultr vultr_delete_repository '{}' --json vultr.vultr_update_container_registry_password
Update Container Registry Password
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_container_registry_password '{}' --json kosmo integrations:vultr vultr_update_container_registry_password '{}' --json vultr.vultr_list_registry_robots
List Robots
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_registry_robots '{}' --json kosmo integrations:vultr vultr_list_registry_robots '{}' --json vultr.vultr_g_e_t_registry_registry_id_robot_robot_name
Read Robot
read - Parameters
- none
kosmo integrations:call vultr.vultr_g_e_t_registry_registry_id_robot_robot_name '{}' --json kosmo integrations:vultr vultr_g_e_t_registry_registry_id_robot_robot_name '{}' --json vultr.vultr_update_robot
Update Robot
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_robot '{}' --json kosmo integrations:vultr vultr_update_robot '{}' --json vultr.vultr_delete_robot
Delete Robot
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_robot '{}' --json kosmo integrations:vultr vultr_delete_robot '{}' --json vultr.vultr_list_registry_repository_artifacts
List Artifacts
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_registry_repository_artifacts '{}' --json kosmo integrations:vultr vultr_list_registry_repository_artifacts '{}' --json vultr.vultr_g_e_t_registry_registry_id_repository_repository_image_artifact_artifact_digest
Read Artifact
read - Parameters
- none
kosmo integrations:call vultr.vultr_g_e_t_registry_registry_id_repository_repository_image_artifact_artifact_digest '{}' --json kosmo integrations:vultr vultr_g_e_t_registry_registry_id_repository_repository_image_artifact_artifact_digest '{}' --json vultr.vultr_d_e_l_e_t_e_registry_registry_id_repository_repository_image_artifact_artifact_digest
Delete Artifact
write - Parameters
- none
kosmo integrations:call vultr.vultr_d_e_l_e_t_e_registry_registry_id_repository_repository_image_artifact_artifact_digest '{}' --json kosmo integrations:vultr vultr_d_e_l_e_t_e_registry_registry_id_repository_repository_image_artifact_artifact_digest '{}' --json vultr.vultr_list_registry_regions
List Registry Regions
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_registry_regions '{}' --json kosmo integrations:vultr vultr_list_registry_regions '{}' --json vultr.vultr_list_registry_plans
List Registry Plans
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_registry_plans '{}' --json kosmo integrations:vultr vultr_list_registry_plans '{}' --json vultr.vultr_list_tickets
List Tickets
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_tickets '{}' --json kosmo integrations:vultr vultr_list_tickets '{}' --json vultr.vultr_create_ticket
Create Ticket
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_ticket '{}' --json kosmo integrations:vultr vultr_create_ticket '{}' --json vultr.vultr_get_ticket
Get Ticket
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_ticket '{}' --json kosmo integrations:vultr vultr_get_ticket '{}' --json vultr.vultr_close_ticket
Close Ticket
write - Parameters
- none
kosmo integrations:call vultr.vultr_close_ticket '{}' --json kosmo integrations:vultr vultr_close_ticket '{}' --json vultr.vultr_list_ticket_replies
List Ticket Replies
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_ticket_replies '{}' --json kosmo integrations:vultr vultr_list_ticket_replies '{}' --json vultr.vultr_create_reply
Create Ticket Reply
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_reply '{}' --json kosmo integrations:vultr vultr_create_reply '{}' --json vultr.vultr_review_ticket_reply
Rate Ticket Reply
write - Parameters
- none
kosmo integrations:call vultr.vultr_review_ticket_reply '{}' --json kosmo integrations:vultr vultr_review_ticket_reply '{}' --json vultr.vultr_get_ticket_reply_attachment
Get Ticket Reply Attachment
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_ticket_reply_attachment '{}' --json kosmo integrations:vultr vultr_get_ticket_reply_attachment '{}' --json vultr.vultr_list_regions_vfs_regions
List VFS Regions
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_regions_vfs_regions '{}' --json kosmo integrations:vultr vultr_list_regions_vfs_regions '{}' --json vultr.vultr_list_v_f_s
List VFSs
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_v_f_s '{}' --json kosmo integrations:vultr vultr_list_v_f_s '{}' --json vultr.vultr_create_v_f_s
Create VFS
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_v_f_s '{}' --json kosmo integrations:vultr vultr_create_v_f_s '{}' --json vultr.vultr_get_v_f_s
Get VFS
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_v_f_s '{}' --json kosmo integrations:vultr vultr_get_v_f_s '{}' --json vultr.vultr_update_v_f_s
Update VFS
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_v_f_s '{}' --json kosmo integrations:vultr vultr_update_v_f_s '{}' --json vultr.vultr_delete_v_f_s
Delete VFS
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_v_f_s '{}' --json kosmo integrations:vultr vultr_delete_v_f_s '{}' --json vultr.vultr_list_v_f_s_attachments
List VFS Attachments
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_v_f_s_attachments '{}' --json kosmo integrations:vultr vultr_list_v_f_s_attachments '{}' --json vultr.vultr_create_v_f_s_attachment
Attach VPS Instance to VFS
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_v_f_s_attachment '{}' --json kosmo integrations:vultr vultr_create_v_f_s_attachment '{}' --json vultr.vultr_get_v_f_s_attachment
Get VFS Attachment
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_v_f_s_attachment '{}' --json kosmo integrations:vultr vultr_get_v_f_s_attachment '{}' --json vultr.vultr_delete_v_f_s_attachment
Delete VFS Attachment
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_v_f_s_attachment '{}' --json kosmo integrations:vultr vultr_delete_v_f_s_attachment '{}' --json vultr.vultr_list_iam_policies
List Policies
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_policies '{}' --json kosmo integrations:vultr vultr_list_iam_policies '{}' --json vultr.vultr_create_iam_policy
Create Policy
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_iam_policy '{}' --json kosmo integrations:vultr vultr_create_iam_policy '{}' --json vultr.vultr_get_iam_policy
Get Policy
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_iam_policy '{}' --json kosmo integrations:vultr vultr_get_iam_policy '{}' --json vultr.vultr_update_iam_policy
Update Policy
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_iam_policy '{}' --json kosmo integrations:vultr vultr_update_iam_policy '{}' --json vultr.vultr_delete_iam_policy
Delete Policy
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_iam_policy '{}' --json kosmo integrations:vultr vultr_delete_iam_policy '{}' --json vultr.vultr_restore_iam_policy
Restore Policy
write - Parameters
- none
kosmo integrations:call vultr.vultr_restore_iam_policy '{}' --json kosmo integrations:vultr vultr_restore_iam_policy '{}' --json vultr.vultr_list_iam_policy_groups
List Policy Groups
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_policy_groups '{}' --json kosmo integrations:vultr vultr_list_iam_policy_groups '{}' --json vultr.vultr_attach_iam_group_to_policy
Attach Group to Policy
write - Parameters
- none
kosmo integrations:call vultr.vultr_attach_iam_group_to_policy '{}' --json kosmo integrations:vultr vultr_attach_iam_group_to_policy '{}' --json vultr.vultr_detach_iam_group_from_policy
Detach Group from Policy
write - Parameters
- none
kosmo integrations:call vultr.vultr_detach_iam_group_from_policy '{}' --json kosmo integrations:vultr vultr_detach_iam_group_from_policy '{}' --json vultr.vultr_list_iam_policy_users
List Policy Users
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_policy_users '{}' --json kosmo integrations:vultr vultr_list_iam_policy_users '{}' --json vultr.vultr_attach_iam_user_to_policy
Attach User to Policy
write - Parameters
- none
kosmo integrations:call vultr.vultr_attach_iam_user_to_policy '{}' --json kosmo integrations:vultr vultr_attach_iam_user_to_policy '{}' --json vultr.vultr_detach_iam_user_from_policy
Detach User from Policy
write - Parameters
- none
kosmo integrations:call vultr.vultr_detach_iam_user_from_policy '{}' --json kosmo integrations:vultr vultr_detach_iam_user_from_policy '{}' --json vultr.vultr_list_iam_roles
List Roles
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_roles '{}' --json kosmo integrations:vultr vultr_list_iam_roles '{}' --json vultr.vultr_create_iam_role
Create Role
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_iam_role '{}' --json kosmo integrations:vultr vultr_create_iam_role '{}' --json vultr.vultr_get_iam_role
Get Role
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_iam_role '{}' --json kosmo integrations:vultr vultr_get_iam_role '{}' --json vultr.vultr_update_iam_role
Update Role
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_iam_role '{}' --json kosmo integrations:vultr vultr_update_iam_role '{}' --json vultr.vultr_delete_iam_role
Delete Role
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_iam_role '{}' --json kosmo integrations:vultr vultr_delete_iam_role '{}' --json vultr.vultr_restore_iam_role
Restore Role
write - Parameters
- none
kosmo integrations:call vultr.vultr_restore_iam_role '{}' --json kosmo integrations:vultr vultr_restore_iam_role '{}' --json vultr.vultr_list_iam_role_groups
List Role Groups
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_role_groups '{}' --json kosmo integrations:vultr vultr_list_iam_role_groups '{}' --json vultr.vultr_assign_iam_group_to_role
Assign Group to Role
write - Parameters
- none
kosmo integrations:call vultr.vultr_assign_iam_group_to_role '{}' --json kosmo integrations:vultr vultr_assign_iam_group_to_role '{}' --json vultr.vultr_remove_iam_group_from_role
Remove Group from Role
write - Parameters
- none
kosmo integrations:call vultr.vultr_remove_iam_group_from_role '{}' --json kosmo integrations:vultr vultr_remove_iam_group_from_role '{}' --json vultr.vultr_list_iam_role_users
List Role Users
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_role_users '{}' --json kosmo integrations:vultr vultr_list_iam_role_users '{}' --json vultr.vultr_assign_iam_user_to_role
Assign User to Role
write - Parameters
- none
kosmo integrations:call vultr.vultr_assign_iam_user_to_role '{}' --json kosmo integrations:vultr vultr_assign_iam_user_to_role '{}' --json vultr.vultr_remove_iam_user_from_role
Remove User from Role
write - Parameters
- none
kosmo integrations:call vultr.vultr_remove_iam_user_from_role '{}' --json kosmo integrations:vultr vultr_remove_iam_user_from_role '{}' --json vultr.vultr_list_iam_role_policies
List Role Policies
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_role_policies '{}' --json kosmo integrations:vultr vultr_list_iam_role_policies '{}' --json vultr.vultr_assign_iam_policy_to_role_deprecated
Assign Policy to Role Deprecated
write - Parameters
- none
kosmo integrations:call vultr.vultr_assign_iam_policy_to_role_deprecated '{}' --json kosmo integrations:vultr vultr_assign_iam_policy_to_role_deprecated '{}' --json vultr.vultr_assign_iam_policy_to_role
Assign Policy to Role
write - Parameters
- none
kosmo integrations:call vultr.vultr_assign_iam_policy_to_role '{}' --json kosmo integrations:vultr vultr_assign_iam_policy_to_role '{}' --json vultr.vultr_remove_iam_policy_from_role
Remove Policy from Role
write - Parameters
- none
kosmo integrations:call vultr.vultr_remove_iam_policy_from_role '{}' --json kosmo integrations:vultr vultr_remove_iam_policy_from_role '{}' --json vultr.vultr_list_iam_groups
List Groups
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_groups '{}' --json kosmo integrations:vultr vultr_list_iam_groups '{}' --json vultr.vultr_create_iam_group
Create Group
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_iam_group '{}' --json kosmo integrations:vultr vultr_create_iam_group '{}' --json vultr.vultr_get_iam_group
Get Group
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_iam_group '{}' --json kosmo integrations:vultr vultr_get_iam_group '{}' --json vultr.vultr_update_iam_group
Update Group
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_iam_group '{}' --json kosmo integrations:vultr vultr_update_iam_group '{}' --json vultr.vultr_delete_iam_group
Delete Group
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_iam_group '{}' --json kosmo integrations:vultr vultr_delete_iam_group '{}' --json vultr.vultr_list_iam_group_members
List Group Members
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_group_members '{}' --json kosmo integrations:vultr vultr_list_iam_group_members '{}' --json vultr.vultr_add_iam_group_member
Add Group Member
write - Parameters
- none
kosmo integrations:call vultr.vultr_add_iam_group_member '{}' --json kosmo integrations:vultr vultr_add_iam_group_member '{}' --json vultr.vultr_get_iam_group_member
Get Group Member
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_iam_group_member '{}' --json kosmo integrations:vultr vultr_get_iam_group_member '{}' --json vultr.vultr_remove_iam_group_member
Remove Group Member
write - Parameters
- none
kosmo integrations:call vultr.vultr_remove_iam_group_member '{}' --json kosmo integrations:vultr vultr_remove_iam_group_member '{}' --json vultr.vultr_restore_iam_group_member
Restore Group Member
write - Parameters
- none
kosmo integrations:call vultr.vultr_restore_iam_group_member '{}' --json kosmo integrations:vultr vultr_restore_iam_group_member '{}' --json vultr.vultr_list_iam_group_roles
List Group Roles
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_group_roles '{}' --json kosmo integrations:vultr vultr_list_iam_group_roles '{}' --json vultr.vultr_list_iam_group_policies
List Group Policies
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_group_policies '{}' --json kosmo integrations:vultr vultr_list_iam_group_policies '{}' --json vultr.vultr_list_iam_role_trusts
List Role Trusts
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_role_trusts '{}' --json kosmo integrations:vultr vultr_list_iam_role_trusts '{}' --json vultr.vultr_create_iam_role_trust
Create Role Trust
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_iam_role_trust '{}' --json kosmo integrations:vultr vultr_create_iam_role_trust '{}' --json vultr.vultr_get_iam_role_trust
Get Role Trust
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_iam_role_trust '{}' --json kosmo integrations:vultr vultr_get_iam_role_trust '{}' --json vultr.vultr_update_iam_role_trust
Update Role Trust
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_iam_role_trust '{}' --json kosmo integrations:vultr vultr_update_iam_role_trust '{}' --json vultr.vultr_delete_iam_role_trust
Delete Role Trust
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_iam_role_trust '{}' --json kosmo integrations:vultr vultr_delete_iam_role_trust '{}' --json vultr.vultr_restore_iam_role_trust
Restore Role Trust
write - Parameters
- none
kosmo integrations:call vultr.vultr_restore_iam_role_trust '{}' --json kosmo integrations:vultr vultr_restore_iam_role_trust '{}' --json vultr.vultr_list_iam_role_trusts_by_role
List Role Trusts by Role
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_role_trusts_by_role '{}' --json kosmo integrations:vultr vultr_list_iam_role_trusts_by_role '{}' --json vultr.vultr_list_iam_assumable_roles
List Assumable Roles for User
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_assumable_roles '{}' --json kosmo integrations:vultr vultr_list_iam_assumable_roles '{}' --json vultr.vultr_iam_aws_sts_assume_role
AWS STS AssumeRole Compatibility
write - Parameters
- none
kosmo integrations:call vultr.vultr_iam_aws_sts_assume_role '{}' --json kosmo integrations:vultr vultr_iam_aws_sts_assume_role '{}' --json vultr.vultr_iam_assume_role
Assume Role
write - Parameters
- none
kosmo integrations:call vultr.vultr_iam_assume_role '{}' --json kosmo integrations:vultr vultr_iam_assume_role '{}' --json vultr.vultr_list_iam_assumed_role_sessions
List Assumed Role Sessions
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_assumed_role_sessions '{}' --json kosmo integrations:vultr vultr_list_iam_assumed_role_sessions '{}' --json vultr.vultr_delete_iam_assumed_role_session
Delete Assumed Role Session
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_iam_assumed_role_session '{}' --json kosmo integrations:vultr vultr_delete_iam_assumed_role_session '{}' --json vultr.vultr_list_invitations
List Invitations
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_invitations '{}' --json kosmo integrations:vultr vultr_list_invitations '{}' --json vultr.vultr_create_invitation
Create Invitation
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_invitation '{}' --json kosmo integrations:vultr vultr_create_invitation '{}' --json vultr.vultr_get_invitation
Get Invitation
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_invitation '{}' --json kosmo integrations:vultr vultr_get_invitation '{}' --json vultr.vultr_resend_invitation
Resend Invitation
write - Parameters
- none
kosmo integrations:call vultr.vultr_resend_invitation '{}' --json kosmo integrations:vultr vultr_resend_invitation '{}' --json vultr.vultr_list_iam_current_user_groups
List My Groups
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_current_user_groups '{}' --json kosmo integrations:vultr vultr_list_iam_current_user_groups '{}' --json vultr.vultr_list_iam_current_user_roles
List My Roles
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_current_user_roles '{}' --json kosmo integrations:vultr vultr_list_iam_current_user_roles '{}' --json vultr.vultr_list_iam_current_user_policies
List My Policies
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_current_user_policies '{}' --json kosmo integrations:vultr vultr_list_iam_current_user_policies '{}' --json vultr.vultr_list_iam_user_groups
List User Groups
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_user_groups '{}' --json kosmo integrations:vultr vultr_list_iam_user_groups '{}' --json vultr.vultr_list_iam_user_roles
List User Roles
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_user_roles '{}' --json kosmo integrations:vultr vultr_list_iam_user_roles '{}' --json vultr.vultr_list_iam_user_policies
List User Policies
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_iam_user_policies '{}' --json kosmo integrations:vultr vultr_list_iam_user_policies '{}' --json vultr.vultr_list_organizations
List Organizations
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_organizations '{}' --json kosmo integrations:vultr vultr_list_organizations '{}' --json vultr.vultr_get_organization
Get Organization
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_organization '{}' --json kosmo integrations:vultr vultr_get_organization '{}' --json vultr.vultr_update_organization
Update Organization
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_organization '{}' --json kosmo integrations:vultr vultr_update_organization '{}' --json vultr.vultr_remove_organization_user
Remove User from Organization
write - Parameters
- none
kosmo integrations:call vultr.vultr_remove_organization_user '{}' --json kosmo integrations:vultr vultr_remove_organization_user '{}' --json vultr.vultr_suspend_organization_user
Suspend Organization User
write - Parameters
- none
kosmo integrations:call vultr.vultr_suspend_organization_user '{}' --json kosmo integrations:vultr vultr_suspend_organization_user '{}' --json vultr.vultr_unsuspend_organization_user
Unsuspend Organization User
write - Parameters
- none
kosmo integrations:call vultr.vultr_unsuspend_organization_user '{}' --json kosmo integrations:vultr vultr_unsuspend_organization_user '{}' --json vultr.vultr_list_organization_suspended_users
List Suspended Organization Users
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_organization_suspended_users '{}' --json kosmo integrations:vultr vultr_list_organization_suspended_users '{}' --json vultr.vultr_get_organization_scim
Get Organization SCIM Config
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_organization_scim '{}' --json kosmo integrations:vultr vultr_get_organization_scim '{}' --json vultr.vultr_enable_organization_scim
Enable SCIM
write - Parameters
- none
kosmo integrations:call vultr.vultr_enable_organization_scim '{}' --json kosmo integrations:vultr vultr_enable_organization_scim '{}' --json vultr.vultr_disable_organization_scim
Disable SCIM
write - Parameters
- none
kosmo integrations:call vultr.vultr_disable_organization_scim '{}' --json kosmo integrations:vultr vultr_disable_organization_scim '{}' --json vultr.vultr_rotate_organization_scim_token
Rotate SCIM Token
write - Parameters
- none
kosmo integrations:call vultr.vultr_rotate_organization_scim_token '{}' --json kosmo integrations:vultr vultr_rotate_organization_scim_token '{}' --json vultr.vultr_list_oidc_providers
List OIDC Providers
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_oidc_providers '{}' --json kosmo integrations:vultr vultr_list_oidc_providers '{}' --json vultr.vultr_create_oidc_provider
Create OIDC Provider
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_oidc_provider '{}' --json kosmo integrations:vultr vultr_create_oidc_provider '{}' --json vultr.vultr_get_oidc_provider
Get OIDC Provider
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_oidc_provider '{}' --json kosmo integrations:vultr vultr_get_oidc_provider '{}' --json vultr.vultr_delete_oidc_provider
Delete OIDC Provider
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_oidc_provider '{}' --json kosmo integrations:vultr vultr_delete_oidc_provider '{}' --json vultr.vultr_create_oidc_provider_token
Create OIDC Provider Token
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_oidc_provider_token '{}' --json kosmo integrations:vultr vultr_create_oidc_provider_token '{}' --json vultr.vultr_get_oidc_provider_discovery
Get OIDC Provider Discovery
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_oidc_provider_discovery '{}' --json kosmo integrations:vultr vultr_get_oidc_provider_discovery '{}' --json vultr.vultr_list_oidc_issuers
List OIDC Issuers
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_oidc_issuers '{}' --json kosmo integrations:vultr vultr_list_oidc_issuers '{}' --json vultr.vultr_create_oidc_issuer
Create OIDC Issuer
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_oidc_issuer '{}' --json kosmo integrations:vultr vultr_create_oidc_issuer '{}' --json vultr.vultr_get_oidc_issuer
Get OIDC Issuer
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_oidc_issuer '{}' --json kosmo integrations:vultr vultr_get_oidc_issuer '{}' --json vultr.vultr_update_oidc_issuer
Update OIDC Issuer
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_oidc_issuer '{}' --json kosmo integrations:vultr vultr_update_oidc_issuer '{}' --json vultr.vultr_delete_oidc_issuer
Delete OIDC Issuer
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_oidc_issuer '{}' --json kosmo integrations:vultr vultr_delete_oidc_issuer '{}' --json vultr.vultr_get_oidc_issuer_jwks
Get OIDC Issuer JWKS
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_oidc_issuer_jwks '{}' --json kosmo integrations:vultr vultr_get_oidc_issuer_jwks '{}' --json vultr.vultr_oidc_authorize
OIDC Authorization Endpoint
read - Parameters
- none
kosmo integrations:call vultr.vultr_oidc_authorize '{}' --json kosmo integrations:vultr vultr_oidc_authorize '{}' --json vultr.vultr_get_oidc_token
Get OIDC Token Info
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_oidc_token '{}' --json kosmo integrations:vultr vultr_get_oidc_token '{}' --json vultr.vultr_get_oidc_jwks
Get OIDC JWKS
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_oidc_jwks '{}' --json kosmo integrations:vultr vultr_get_oidc_jwks '{}' --json vultr.vultr_get_oidc_userinfo
Get OIDC User Info
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_oidc_userinfo '{}' --json kosmo integrations:vultr vultr_get_oidc_userinfo '{}' --json vultr.vultr_scim_list_users
List SCIM Users
read - Parameters
- none
kosmo integrations:call vultr.vultr_scim_list_users '{}' --json kosmo integrations:vultr vultr_scim_list_users '{}' --json vultr.vultr_scim_create_user
Create SCIM User
write - Parameters
- none
kosmo integrations:call vultr.vultr_scim_create_user '{}' --json kosmo integrations:vultr vultr_scim_create_user '{}' --json vultr.vultr_scim_get_user
Get SCIM User
read - Parameters
- none
kosmo integrations:call vultr.vultr_scim_get_user '{}' --json kosmo integrations:vultr vultr_scim_get_user '{}' --json vultr.vultr_scim_patch_user
Patch SCIM User
write - Parameters
- none
kosmo integrations:call vultr.vultr_scim_patch_user '{}' --json kosmo integrations:vultr vultr_scim_patch_user '{}' --json vultr.vultr_scim_delete_user
Delete SCIM User
write - Parameters
- none
kosmo integrations:call vultr.vultr_scim_delete_user '{}' --json kosmo integrations:vultr vultr_scim_delete_user '{}' --json vultr.vultr_scim_list_groups
List SCIM Groups
read - Parameters
- none
kosmo integrations:call vultr.vultr_scim_list_groups '{}' --json kosmo integrations:vultr vultr_scim_list_groups '{}' --json vultr.vultr_scim_create_group
Create SCIM Group
write - Parameters
- none
kosmo integrations:call vultr.vultr_scim_create_group '{}' --json kosmo integrations:vultr vultr_scim_create_group '{}' --json vultr.vultr_scim_get_group
Get SCIM Group
read - Parameters
- none
kosmo integrations:call vultr.vultr_scim_get_group '{}' --json kosmo integrations:vultr vultr_scim_get_group '{}' --json vultr.vultr_scim_update_group
Update SCIM Group
write - Parameters
- none
kosmo integrations:call vultr.vultr_scim_update_group '{}' --json kosmo integrations:vultr vultr_scim_update_group '{}' --json vultr.vultr_scim_patch_group
Patch SCIM Group
write - Parameters
- none
kosmo integrations:call vultr.vultr_scim_patch_group '{}' --json kosmo integrations:vultr vultr_scim_patch_group '{}' --json vultr.vultr_scim_delete_group
Delete SCIM Group
write - Parameters
- none
kosmo integrations:call vultr.vultr_scim_delete_group '{}' --json kosmo integrations:vultr vultr_scim_delete_group '{}' --json vultr.vultr_list_clusters
List Clusters
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_clusters '{}' --json kosmo integrations:vultr vultr_list_clusters '{}' --json vultr.vultr_create_cluster
Create Cluster
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_cluster '{}' --json kosmo integrations:vultr vultr_create_cluster '{}' --json vultr.vultr_get_cluster_availability
Get Cluster Availability
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_cluster_availability '{}' --json kosmo integrations:vultr vultr_get_cluster_availability '{}' --json vultr.vultr_get_cluster
Get Cluster
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_cluster '{}' --json kosmo integrations:vultr vultr_get_cluster '{}' --json vultr.vultr_update_cluster
Update Cluster
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_cluster '{}' --json kosmo integrations:vultr vultr_update_cluster '{}' --json vultr.vultr_mass_update_cluster_instances
Mass Update Cluster Instances
write - Parameters
- none
kosmo integrations:call vultr.vultr_mass_update_cluster_instances '{}' --json kosmo integrations:vultr vultr_mass_update_cluster_instances '{}' --json vultr.vultr_delete_cluster
Delete Cluster
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_cluster '{}' --json kosmo integrations:vultr vultr_delete_cluster '{}' --json vultr.vultr_get_cluster_metrics
Get Cluster Metrics
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_cluster_metrics '{}' --json kosmo integrations:vultr vultr_get_cluster_metrics '{}' --json vultr.vultr_update_cluster_instance
Update Cluster Instance
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_cluster_instance '{}' --json kosmo integrations:vultr vultr_update_cluster_instance '{}' --json vultr.vultr_list_instance_templates
List Instance Templates
read - Parameters
- none
kosmo integrations:call vultr.vultr_list_instance_templates '{}' --json kosmo integrations:vultr vultr_list_instance_templates '{}' --json vultr.vultr_create_instance_template
Create Instance Template
write - Parameters
- none
kosmo integrations:call vultr.vultr_create_instance_template '{}' --json kosmo integrations:vultr vultr_create_instance_template '{}' --json vultr.vultr_get_instance_template
Get Instance Template
read - Parameters
- none
kosmo integrations:call vultr.vultr_get_instance_template '{}' --json kosmo integrations:vultr vultr_get_instance_template '{}' --json vultr.vultr_update_instance_template
Update Instance Template
write - Parameters
- none
kosmo integrations:call vultr.vultr_update_instance_template '{}' --json kosmo integrations:vultr vultr_update_instance_template '{}' --json vultr.vultr_delete_instance_template
Delete Instance Template
write - Parameters
- none
kosmo integrations:call vultr.vultr_delete_instance_template '{}' --json kosmo integrations:vultr vultr_delete_instance_template '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
vultr.vultr_list_pullzones 0 parameters
kosmo integrations:schema vultr.vultr_list_pullzones --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_pullzone 0 parameters
kosmo integrations:schema vultr.vultr_create_pullzone --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_pullzone 0 parameters
kosmo integrations:schema vultr.vultr_get_pullzone --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_pullzone 0 parameters
kosmo integrations:schema vultr.vultr_update_pullzone --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_pullzone 0 parameters
kosmo integrations:schema vultr.vultr_delete_pullzone --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_purge_pullzone 0 parameters
kosmo integrations:schema vultr.vultr_purge_pullzone --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_pushzones 0 parameters
kosmo integrations:schema vultr.vultr_list_pushzones --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_pushzone 0 parameters
kosmo integrations:schema vultr.vultr_create_pushzone --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_pushzone 0 parameters
kosmo integrations:schema vultr.vultr_get_pushzone --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_pushzone 0 parameters
kosmo integrations:schema vultr.vultr_update_pushzone --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_pushzone 0 parameters
kosmo integrations:schema vultr.vultr_delete_pushzone --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_pushzone_files 0 parameters
kosmo integrations:schema vultr.vultr_get_pushzone_files --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_pushzone_upload 0 parameters
kosmo integrations:schema vultr.vultr_create_pushzone_upload --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_pushzone_pushzone_id_files_file_name 0 parameters
kosmo integrations:schema vultr.vultr_get_pushzone_pushzone_id_files_file_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_pushzone_file 0 parameters
kosmo integrations:schema vultr.vultr_delete_pushzone_file --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_network 0 parameters
kosmo integrations:schema vultr.vultr_get_network --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_network 0 parameters
kosmo integrations:schema vultr.vultr_delete_network --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_network 0 parameters
kosmo integrations:schema vultr.vultr_update_network --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_networks 0 parameters
kosmo integrations:schema vultr.vultr_list_networks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_network 0 parameters
kosmo integrations:schema vultr.vultr_create_network --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_vpc 0 parameters
kosmo integrations:schema vultr.vultr_get_vpc --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_vpc 0 parameters
kosmo integrations:schema vultr.vultr_delete_vpc --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_vpc 0 parameters
kosmo integrations:schema vultr.vultr_update_vpc --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_vpcs 0 parameters
kosmo integrations:schema vultr.vultr_list_vpcs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_vpc 0 parameters
kosmo integrations:schema vultr.vultr_create_vpc --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_vpc_attachments 0 parameters
kosmo integrations:schema vultr.vultr_list_vpc_attachments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_nat_gateways 0 parameters
kosmo integrations:schema vultr.vultr_list_nat_gateways --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_nat_gateway 0 parameters
kosmo integrations:schema vultr.vultr_create_nat_gateway --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_nat_gateway 0 parameters
kosmo integrations:schema vultr.vultr_get_nat_gateway --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_nat_gateway 0 parameters
kosmo integrations:schema vultr.vultr_update_nat_gateway --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_nat_gateway 0 parameters
kosmo integrations:schema vultr.vultr_delete_nat_gateway --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_nat_gateway_firewall_rules 0 parameters
kosmo integrations:schema vultr.vultr_list_nat_gateway_firewall_rules --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_nat_gateway_firewall_rule 0 parameters
kosmo integrations:schema vultr.vultr_create_nat_gateway_firewall_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_nat_gateway_firewall_rule 0 parameters
kosmo integrations:schema vultr.vultr_get_nat_gateway_firewall_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_nat_gateway_firewall_rule 0 parameters
kosmo integrations:schema vultr.vultr_update_nat_gateway_firewall_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_nat_gateway_firewall_rule 0 parameters
kosmo integrations:schema vultr.vultr_delete_nat_gateway_firewall_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_nat_gateway_port_forwarding_rules 0 parameters
kosmo integrations:schema vultr.vultr_list_nat_gateway_port_forwarding_rules --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_nat_gateway_port_forwarding_rule 0 parameters
kosmo integrations:schema vultr.vultr_create_nat_gateway_port_forwarding_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_nat_gateway_port_forwarding_rule 0 parameters
kosmo integrations:schema vultr.vultr_get_nat_gateway_port_forwarding_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_nat_gateway_port_forwarding_rule 0 parameters
kosmo integrations:schema vultr.vultr_update_nat_gateway_port_forwarding_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_nat_gateway_port_forwarding_rule 0 parameters
kosmo integrations:schema vultr.vultr_delete_nat_gateway_port_forwarding_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_vpc2 0 parameters
kosmo integrations:schema vultr.vultr_get_vpc2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_vpc2 0 parameters
kosmo integrations:schema vultr.vultr_delete_vpc2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_vpc2 0 parameters
kosmo integrations:schema vultr.vultr_update_vpc2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_vpc2 0 parameters
kosmo integrations:schema vultr.vultr_list_vpc2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_vpc2 0 parameters
kosmo integrations:schema vultr.vultr_create_vpc2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_vpc2_nodes 0 parameters
kosmo integrations:schema vultr.vultr_list_vpc2_nodes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_attach_vpc2_nodes 0 parameters
kosmo integrations:schema vultr.vultr_attach_vpc2_nodes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_detach_vpc2_nodes 0 parameters
kosmo integrations:schema vultr.vultr_detach_vpc2_nodes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_user 0 parameters
kosmo integrations:schema vultr.vultr_get_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_user 0 parameters
kosmo integrations:schema vultr.vultr_delete_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_user 0 parameters
kosmo integrations:schema vultr.vultr_update_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_user_ip_whitelist_entry 0 parameters
kosmo integrations:schema vultr.vultr_get_user_ip_whitelist_entry --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_user_ip_whitelist 0 parameters
kosmo integrations:schema vultr.vultr_list_user_ip_whitelist --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_add_user_ip_whitelist 0 parameters
kosmo integrations:schema vultr.vultr_add_user_ip_whitelist --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_remove_user_ip_whitelist 0 parameters
kosmo integrations:schema vultr.vultr_remove_user_ip_whitelist --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_user_api_keys 0 parameters
kosmo integrations:schema vultr.vultr_list_user_api_keys --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_user_api_key 0 parameters
kosmo integrations:schema vultr.vultr_create_user_api_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_user_api_key 0 parameters
kosmo integrations:schema vultr.vultr_get_user_api_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_user_api_key 0 parameters
kosmo integrations:schema vultr.vultr_delete_user_api_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_users 0 parameters
kosmo integrations:schema vultr.vultr_list_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_user 0 parameters
kosmo integrations:schema vultr.vultr_create_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_startup_script 0 parameters
kosmo integrations:schema vultr.vultr_get_startup_script --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_startup_script 0 parameters
kosmo integrations:schema vultr.vultr_delete_startup_script --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_startup_script 0 parameters
kosmo integrations:schema vultr.vultr_update_startup_script --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_startup_scripts 0 parameters
kosmo integrations:schema vultr.vultr_list_startup_scripts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_startup_script 0 parameters
kosmo integrations:schema vultr.vultr_create_startup_script --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_ssh_key 0 parameters
kosmo integrations:schema vultr.vultr_get_ssh_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_ssh_key 0 parameters
kosmo integrations:schema vultr.vultr_update_ssh_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_ssh_key 0 parameters
kosmo integrations:schema vultr.vultr_delete_ssh_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_ssh_keys 0 parameters
kosmo integrations:schema vultr.vultr_list_ssh_keys --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_ssh_key 0 parameters
kosmo integrations:schema vultr.vultr_create_ssh_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_snapshot 0 parameters
kosmo integrations:schema vultr.vultr_delete_snapshot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_snapshot 0 parameters
kosmo integrations:schema vultr.vultr_get_snapshot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_put_snapshots_snapshot_id 0 parameters
kosmo integrations:schema vultr.vultr_put_snapshots_snapshot_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_snapshots 0 parameters
kosmo integrations:schema vultr.vultr_list_snapshots --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_snapshot 0 parameters
kosmo integrations:schema vultr.vultr_create_snapshot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_snapshot_create_from_url 0 parameters
kosmo integrations:schema vultr.vultr_create_snapshot_create_from_url --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_subaccounts 0 parameters
kosmo integrations:schema vultr.vultr_list_subaccounts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_subaccount 0 parameters
kosmo integrations:schema vultr.vultr_create_subaccount --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_reserved_ip 0 parameters
kosmo integrations:schema vultr.vultr_get_reserved_ip --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_reserved_ip 0 parameters
kosmo integrations:schema vultr.vultr_delete_reserved_ip --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_patch_reserved_ips_reserved_ip 0 parameters
kosmo integrations:schema vultr.vultr_patch_reserved_ips_reserved_ip --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_reserved_ips 0 parameters
kosmo integrations:schema vultr.vultr_list_reserved_ips --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_reserved_ip 0 parameters
kosmo integrations:schema vultr.vultr_create_reserved_ip --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_attach_reserved_ip 0 parameters
kosmo integrations:schema vultr.vultr_attach_reserved_ip --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_detach_reserved_ip 0 parameters
kosmo integrations:schema vultr.vultr_detach_reserved_ip --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_convert_reserved_ip 0 parameters
kosmo integrations:schema vultr.vultr_convert_reserved_ip --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_os 0 parameters
kosmo integrations:schema vultr.vultr_list_os --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_api_key 0 parameters
kosmo integrations:schema vultr.vultr_get_api_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_api_key 0 parameters
kosmo integrations:schema vultr.vultr_delete_api_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_api_keys 0 parameters
kosmo integrations:schema vultr.vultr_list_api_keys --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_api_key 0 parameters
kosmo integrations:schema vultr.vultr_create_api_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_applications 0 parameters
kosmo integrations:schema vultr.vultr_list_applications --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_current_user 0 parameters
kosmo integrations:schema vultr.vultr_get_current_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_account_bgp 0 parameters
kosmo integrations:schema vultr.vultr_get_account_bgp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_account_bgp_setup 0 parameters
kosmo integrations:schema vultr.vultr_create_account_bgp_setup --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_account_bandwidth 0 parameters
kosmo integrations:schema vultr.vultr_get_account_bandwidth --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_custom_subscriptions 0 parameters
kosmo integrations:schema vultr.vultr_list_custom_subscriptions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_backups 0 parameters
kosmo integrations:schema vultr.vultr_list_backups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_blocks 0 parameters
kosmo integrations:schema vultr.vultr_list_blocks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_block 0 parameters
kosmo integrations:schema vultr.vultr_create_block --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_block_snapshots 0 parameters
kosmo integrations:schema vultr.vultr_list_block_snapshots --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_block_snapshot 0 parameters
kosmo integrations:schema vultr.vultr_create_block_snapshot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_block_snapshot 0 parameters
kosmo integrations:schema vultr.vultr_get_block_snapshot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_block_snapshot 0 parameters
kosmo integrations:schema vultr.vultr_delete_block_snapshot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_block_snapshot 0 parameters
kosmo integrations:schema vultr.vultr_update_block_snapshot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_block 0 parameters
kosmo integrations:schema vultr.vultr_get_block --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_block 0 parameters
kosmo integrations:schema vultr.vultr_delete_block --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_block 0 parameters
kosmo integrations:schema vultr.vultr_update_block --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_attach_block 0 parameters
kosmo integrations:schema vultr.vultr_attach_block --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_detach_block 0 parameters
kosmo integrations:schema vultr.vultr_detach_block --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_firewall_groups 0 parameters
kosmo integrations:schema vultr.vultr_list_firewall_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_firewall_group 0 parameters
kosmo integrations:schema vultr.vultr_create_firewall_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_firewall_group 0 parameters
kosmo integrations:schema vultr.vultr_get_firewall_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_firewall_group 0 parameters
kosmo integrations:schema vultr.vultr_update_firewall_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_firewall_group 0 parameters
kosmo integrations:schema vultr.vultr_delete_firewall_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_firewall_group_rules 0 parameters
kosmo integrations:schema vultr.vultr_list_firewall_group_rules --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_post_firewalls_firewall_group_id_rules 0 parameters
kosmo integrations:schema vultr.vultr_post_firewalls_firewall_group_id_rules --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_firewall_group_rule 0 parameters
kosmo integrations:schema vultr.vultr_delete_firewall_group_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_firewall_group_rule 0 parameters
kosmo integrations:schema vultr.vultr_get_firewall_group_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_isos 0 parameters
kosmo integrations:schema vultr.vultr_list_isos --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_iso 0 parameters
kosmo integrations:schema vultr.vultr_create_iso --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_iso_get 0 parameters
kosmo integrations:schema vultr.vultr_iso_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_iso_edit 0 parameters
kosmo integrations:schema vultr.vultr_iso_edit --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_iso 0 parameters
kosmo integrations:schema vultr.vultr_delete_iso --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_public_isos 0 parameters
kosmo integrations:schema vultr.vultr_list_public_isos --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_object_storages 0 parameters
kosmo integrations:schema vultr.vultr_list_object_storages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_object_storage 0 parameters
kosmo integrations:schema vultr.vultr_create_object_storage --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_object_storage 0 parameters
kosmo integrations:schema vultr.vultr_get_object_storage --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_object_storage 0 parameters
kosmo integrations:schema vultr.vultr_delete_object_storage --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_object_storage 0 parameters
kosmo integrations:schema vultr.vultr_update_object_storage --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_object_storage_bucket 0 parameters
kosmo integrations:schema vultr.vultr_create_object_storage_bucket --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_object_storage_bucket 0 parameters
kosmo integrations:schema vultr.vultr_delete_object_storage_bucket --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_set_object_storage_bucket_lifecycle 0 parameters
kosmo integrations:schema vultr.vultr_set_object_storage_bucket_lifecycle --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_object_storage_bucket_lifecycle_policy 0 parameters
kosmo integrations:schema vultr.vultr_delete_object_storage_bucket_lifecycle_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_set_object_storage_bucket_archival 0 parameters
kosmo integrations:schema vultr.vultr_set_object_storage_bucket_archival --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_regenerate_object_storage_keys 0 parameters
kosmo integrations:schema vultr.vultr_regenerate_object_storage_keys --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_object_storage_clusters 0 parameters
kosmo integrations:schema vultr.vultr_list_object_storage_clusters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_object_storage_tiers 0 parameters
kosmo integrations:schema vultr.vultr_list_object_storage_tiers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_object_storage_cluster_tiers 0 parameters
kosmo integrations:schema vultr.vultr_list_object_storage_cluster_tiers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_storage_gateways 0 parameters
kosmo integrations:schema vultr.vultr_list_storage_gateways --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_storage_gateway 0 parameters
kosmo integrations:schema vultr.vultr_create_storage_gateway --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_storage_gateway_export 0 parameters
kosmo integrations:schema vultr.vultr_delete_storage_gateway_export --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_add_storage_gateway_export 0 parameters
kosmo integrations:schema vultr.vultr_add_storage_gateway_export --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_storage_gateway 0 parameters
kosmo integrations:schema vultr.vultr_get_storage_gateway --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_storage_gateway 0 parameters
kosmo integrations:schema vultr.vultr_delete_storage_gateway --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_storage_gateway 0 parameters
kosmo integrations:schema vultr.vultr_update_storage_gateway --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_dns_domains 0 parameters
kosmo integrations:schema vultr.vultr_list_dns_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_dns_domain 0 parameters
kosmo integrations:schema vultr.vultr_create_dns_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_dns_domain 0 parameters
kosmo integrations:schema vultr.vultr_get_dns_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_dns_domain 0 parameters
kosmo integrations:schema vultr.vultr_delete_dns_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_dns_domain 0 parameters
kosmo integrations:schema vultr.vultr_update_dns_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_dns_domain_soa 0 parameters
kosmo integrations:schema vultr.vultr_get_dns_domain_soa --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_dns_domain_soa 0 parameters
kosmo integrations:schema vultr.vultr_update_dns_domain_soa --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_dns_domain_dnssec 0 parameters
kosmo integrations:schema vultr.vultr_get_dns_domain_dnssec --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_dns_domain_record 0 parameters
kosmo integrations:schema vultr.vultr_create_dns_domain_record --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_dns_domain_records 0 parameters
kosmo integrations:schema vultr.vultr_list_dns_domain_records --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_dns_domain_record 0 parameters
kosmo integrations:schema vultr.vultr_get_dns_domain_record --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_dns_domain_record 0 parameters
kosmo integrations:schema vultr.vultr_update_dns_domain_record --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_dns_domain_record 0 parameters
kosmo integrations:schema vultr.vultr_delete_dns_domain_record --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_regions 0 parameters
kosmo integrations:schema vultr.vultr_list_regions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_available_plans_region 0 parameters
kosmo integrations:schema vultr.vultr_list_available_plans_region --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_load_balancers 0 parameters
kosmo integrations:schema vultr.vultr_list_load_balancers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_load_balancer 0 parameters
kosmo integrations:schema vultr.vultr_create_load_balancer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_load_balancer 0 parameters
kosmo integrations:schema vultr.vultr_get_load_balancer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_load_balancer 0 parameters
kosmo integrations:schema vultr.vultr_update_load_balancer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_load_balancer 0 parameters
kosmo integrations:schema vultr.vultr_delete_load_balancer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_load_balancer_ssl 0 parameters
kosmo integrations:schema vultr.vultr_delete_load_balancer_ssl --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_load_balancer_auto_ssl 0 parameters
kosmo integrations:schema vultr.vultr_delete_load_balancer_auto_ssl --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_load_balancer_forwarding_rules 0 parameters
kosmo integrations:schema vultr.vultr_list_load_balancer_forwarding_rules --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_load_balancer_forwarding_rules 0 parameters
kosmo integrations:schema vultr.vultr_create_load_balancer_forwarding_rules --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_load_balancer_forwarding_rule 0 parameters
kosmo integrations:schema vultr.vultr_get_load_balancer_forwarding_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_load_balancer_forwarding_rule 0 parameters
kosmo integrations:schema vultr.vultr_delete_load_balancer_forwarding_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_load_balancer_reverse_dns 0 parameters
kosmo integrations:schema vultr.vultr_get_load_balancer_reverse_dns --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_load_balancer_reverse_dns 0 parameters
kosmo integrations:schema vultr.vultr_delete_load_balancer_reverse_dns --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_load_balancer_reverse_dns_ipv6 0 parameters
kosmo integrations:schema vultr.vultr_create_load_balancer_reverse_dns_ipv6 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_load_balancer_reverse_dns_ipv4 0 parameters
kosmo integrations:schema vultr.vultr_create_load_balancer_reverse_dns_ipv4 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_logs 0 parameters
kosmo integrations:schema vultr.vultr_list_logs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_plans 0 parameters
kosmo integrations:schema vultr.vultr_list_plans --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_metal_plans 0 parameters
kosmo integrations:schema vultr.vultr_list_metal_plans --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_baremetals 0 parameters
kosmo integrations:schema vultr.vultr_list_baremetals --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_baremetal 0 parameters
kosmo integrations:schema vultr.vultr_create_baremetal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_baremetal 0 parameters
kosmo integrations:schema vultr.vultr_get_baremetal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_baremetal 0 parameters
kosmo integrations:schema vultr.vultr_update_baremetal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_baremetal 0 parameters
kosmo integrations:schema vultr.vultr_delete_baremetal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_ipv4_baremetal 0 parameters
kosmo integrations:schema vultr.vultr_get_ipv4_baremetal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_ipv6_baremetal 0 parameters
kosmo integrations:schema vultr.vultr_get_ipv6_baremetal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_baremetal_reverse_ipv4 0 parameters
kosmo integrations:schema vultr.vultr_create_baremetal_reverse_ipv4 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_baremetal_reverse_ipv6 0 parameters
kosmo integrations:schema vultr.vultr_create_baremetal_reverse_ipv6 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_post_baremetal_instance_id_ipv4_reverse_default 0 parameters
kosmo integrations:schema vultr.vultr_post_baremetal_instance_id_ipv4_reverse_default --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_baremetal_reverse_ipv6 0 parameters
kosmo integrations:schema vultr.vultr_delete_baremetal_reverse_ipv6 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_start_baremetal 0 parameters
kosmo integrations:schema vultr.vultr_start_baremetal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_reboot_baremetal 0 parameters
kosmo integrations:schema vultr.vultr_reboot_baremetal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_reinstall_baremetal 0 parameters
kosmo integrations:schema vultr.vultr_reinstall_baremetal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_halt_baremetal 0 parameters
kosmo integrations:schema vultr.vultr_halt_baremetal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_bandwidth_baremetal 0 parameters
kosmo integrations:schema vultr.vultr_get_bandwidth_baremetal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_halt_baremetals 0 parameters
kosmo integrations:schema vultr.vultr_halt_baremetals --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_reboot_bare_metals 0 parameters
kosmo integrations:schema vultr.vultr_reboot_bare_metals --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_start_bare_metals 0 parameters
kosmo integrations:schema vultr.vultr_start_bare_metals --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_bare_metal_userdata 0 parameters
kosmo integrations:schema vultr.vultr_get_bare_metal_userdata --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_instances 0 parameters
kosmo integrations:schema vultr.vultr_list_instances --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_instance 0 parameters
kosmo integrations:schema vultr.vultr_create_instance --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_instance 0 parameters
kosmo integrations:schema vultr.vultr_get_instance --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_instance 0 parameters
kosmo integrations:schema vultr.vultr_update_instance --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_instance 0 parameters
kosmo integrations:schema vultr.vultr_delete_instance --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_halt_instances 0 parameters
kosmo integrations:schema vultr.vultr_halt_instances --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_reboot_instances 0 parameters
kosmo integrations:schema vultr.vultr_reboot_instances --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_start_instances 0 parameters
kosmo integrations:schema vultr.vultr_start_instances --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_start_instance 0 parameters
kosmo integrations:schema vultr.vultr_start_instance --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_reboot_instance 0 parameters
kosmo integrations:schema vultr.vultr_reboot_instance --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_reinstall_instance 0 parameters
kosmo integrations:schema vultr.vultr_reinstall_instance --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_instance_bandwidth 0 parameters
kosmo integrations:schema vultr.vultr_get_instance_bandwidth --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_instance_neighbors 0 parameters
kosmo integrations:schema vultr.vultr_get_instance_neighbors --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_instance_private_networks 0 parameters
kosmo integrations:schema vultr.vultr_list_instance_private_networks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_instance_vpcs 0 parameters
kosmo integrations:schema vultr.vultr_list_instance_vpcs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_instance_vpc2 0 parameters
kosmo integrations:schema vultr.vultr_list_instance_vpc2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_instance_iso_status 0 parameters
kosmo integrations:schema vultr.vultr_get_instance_iso_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_attach_instance_iso 0 parameters
kosmo integrations:schema vultr.vultr_attach_instance_iso --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_detach_instance_iso 0 parameters
kosmo integrations:schema vultr.vultr_detach_instance_iso --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_attach_instance_network 0 parameters
kosmo integrations:schema vultr.vultr_attach_instance_network --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_detach_instance_network 0 parameters
kosmo integrations:schema vultr.vultr_detach_instance_network --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_attach_instance_vpc 0 parameters
kosmo integrations:schema vultr.vultr_attach_instance_vpc --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_detach_instance_vpc 0 parameters
kosmo integrations:schema vultr.vultr_detach_instance_vpc --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_attach_instance_vpc2 0 parameters
kosmo integrations:schema vultr.vultr_attach_instance_vpc2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_detach_instance_vpc2 0 parameters
kosmo integrations:schema vultr.vultr_detach_instance_vpc2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_instance_backup_schedule 0 parameters
kosmo integrations:schema vultr.vultr_create_instance_backup_schedule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_instance_backup_schedule 0 parameters
kosmo integrations:schema vultr.vultr_get_instance_backup_schedule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_restore_instance 0 parameters
kosmo integrations:schema vultr.vultr_restore_instance --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_instance_ipv4 0 parameters
kosmo integrations:schema vultr.vultr_get_instance_ipv4 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_instance_ipv4 0 parameters
kosmo integrations:schema vultr.vultr_create_instance_ipv4 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_instance_ipv6 0 parameters
kosmo integrations:schema vultr.vultr_get_instance_ipv6 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_instance_reverse_ipv6 0 parameters
kosmo integrations:schema vultr.vultr_create_instance_reverse_ipv6 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_instance_ipv6_reverse 0 parameters
kosmo integrations:schema vultr.vultr_list_instance_ipv6_reverse --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_instance_reverse_ipv4 0 parameters
kosmo integrations:schema vultr.vultr_create_instance_reverse_ipv4 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_backup 0 parameters
kosmo integrations:schema vultr.vultr_get_backup --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_instance_userdata 0 parameters
kosmo integrations:schema vultr.vultr_get_instance_userdata --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_halt_instance 0 parameters
kosmo integrations:schema vultr.vultr_halt_instance --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_post_instances_instance_id_ipv4_reverse_default 0 parameters
kosmo integrations:schema vultr.vultr_post_instances_instance_id_ipv4_reverse_default --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_instance_ipv4 0 parameters
kosmo integrations:schema vultr.vultr_delete_instance_ipv4 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_instance_reverse_ipv6 0 parameters
kosmo integrations:schema vultr.vultr_delete_instance_reverse_ipv6 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_instance_upgrades 0 parameters
kosmo integrations:schema vultr.vultr_get_instance_upgrades --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_instance_job 0 parameters
kosmo integrations:schema vultr.vultr_get_instance_job --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_bare_metals_upgrades 0 parameters
kosmo integrations:schema vultr.vultr_get_bare_metals_upgrades --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_bare_metal_vnc 0 parameters
kosmo integrations:schema vultr.vultr_get_bare_metal_vnc --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_attach_baremetals_vpcs 0 parameters
kosmo integrations:schema vultr.vultr_attach_baremetals_vpcs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_detach_baremetal_vpcs 0 parameters
kosmo integrations:schema vultr.vultr_detach_baremetal_vpcs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_baremetal_vpcs 0 parameters
kosmo integrations:schema vultr.vultr_list_baremetal_vpcs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_attach_baremetals_vpc2 0 parameters
kosmo integrations:schema vultr.vultr_attach_baremetals_vpc2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_detach_baremetal_vpc2 0 parameters
kosmo integrations:schema vultr.vultr_detach_baremetal_vpc2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_baremetal_vpc2 0 parameters
kosmo integrations:schema vultr.vultr_list_baremetal_vpc2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_loadbalancer_firewall_rules 0 parameters
kosmo integrations:schema vultr.vultr_list_loadbalancer_firewall_rules --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_loadbalancer_firewall_rules 0 parameters
kosmo integrations:schema vultr.vultr_create_loadbalancer_firewall_rules --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_loadbalancer_firewall_rule 0 parameters
kosmo integrations:schema vultr.vultr_get_loadbalancer_firewall_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_loadbalancer_firewall_rule 0 parameters
kosmo integrations:schema vultr.vultr_delete_loadbalancer_firewall_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_kubernetes_cluster 0 parameters
kosmo integrations:schema vultr.vultr_create_kubernetes_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_kubernetes_clusters 0 parameters
kosmo integrations:schema vultr.vultr_list_kubernetes_clusters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_kubernetes_clusters 0 parameters
kosmo integrations:schema vultr.vultr_get_kubernetes_clusters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_kubernetes_cluster 0 parameters
kosmo integrations:schema vultr.vultr_update_kubernetes_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_kubernetes_cluster 0 parameters
kosmo integrations:schema vultr.vultr_delete_kubernetes_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_kubernetes_cluster_vke_id_delete_with_linked_resources 0 parameters
kosmo integrations:schema vultr.vultr_delete_kubernetes_cluster_vke_id_delete_with_linked_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_kubernetes_resources 0 parameters
kosmo integrations:schema vultr.vultr_get_kubernetes_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_kubernetes_available_upgrades 0 parameters
kosmo integrations:schema vultr.vultr_get_kubernetes_available_upgrades --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_start_kubernetes_cluster_upgrade 0 parameters
kosmo integrations:schema vultr.vultr_start_kubernetes_cluster_upgrade --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_nodepools 0 parameters
kosmo integrations:schema vultr.vultr_create_nodepools --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_nodepools 0 parameters
kosmo integrations:schema vultr.vultr_get_nodepools --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_nodepool 0 parameters
kosmo integrations:schema vultr.vultr_get_nodepool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_nodepool 0 parameters
kosmo integrations:schema vultr.vultr_update_nodepool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_nodepool 0 parameters
kosmo integrations:schema vultr.vultr_delete_nodepool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_nodepool_labels 0 parameters
kosmo integrations:schema vultr.vultr_list_nodepool_labels --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_nodepool_label 0 parameters
kosmo integrations:schema vultr.vultr_create_nodepool_label --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_read_nodepool_label 0 parameters
kosmo integrations:schema vultr.vultr_read_nodepool_label --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_nodepool_label 0 parameters
kosmo integrations:schema vultr.vultr_delete_nodepool_label --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_nodepool_taints 0 parameters
kosmo integrations:schema vultr.vultr_list_nodepool_taints --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_nodepool_taint 0 parameters
kosmo integrations:schema vultr.vultr_create_nodepool_taint --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_read_nodepool_taint 0 parameters
kosmo integrations:schema vultr.vultr_read_nodepool_taint --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_nodepool_taint 0 parameters
kosmo integrations:schema vultr.vultr_delete_nodepool_taint --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_nodepool_instance 0 parameters
kosmo integrations:schema vultr.vultr_delete_nodepool_instance --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_recycle_nodepool_instance 0 parameters
kosmo integrations:schema vultr.vultr_recycle_nodepool_instance --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_kubernetes_clusters_config 0 parameters
kosmo integrations:schema vultr.vultr_get_kubernetes_clusters_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_kubernetes_versions 0 parameters
kosmo integrations:schema vultr.vultr_get_kubernetes_versions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_billing_history 0 parameters
kosmo integrations:schema vultr.vultr_list_billing_history --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_invoices 0 parameters
kosmo integrations:schema vultr.vultr_list_invoices --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_invoice 0 parameters
kosmo integrations:schema vultr.vultr_get_invoice --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_invoice_items 0 parameters
kosmo integrations:schema vultr.vultr_get_invoice_items --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_pending_charges 0 parameters
kosmo integrations:schema vultr.vultr_pending_charges --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_pending_charges_csv 0 parameters
kosmo integrations:schema vultr.vultr_pending_charges_csv --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_database_plans 0 parameters
kosmo integrations:schema vultr.vultr_list_database_plans --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_databases 0 parameters
kosmo integrations:schema vultr.vultr_list_databases --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_database 0 parameters
kosmo integrations:schema vultr.vultr_create_database --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_database 0 parameters
kosmo integrations:schema vultr.vultr_get_database --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_database 0 parameters
kosmo integrations:schema vultr.vultr_update_database --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_database 0 parameters
kosmo integrations:schema vultr.vultr_delete_database --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_database_usage 0 parameters
kosmo integrations:schema vultr.vultr_get_database_usage --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_database_users 0 parameters
kosmo integrations:schema vultr.vultr_list_database_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_database_user 0 parameters
kosmo integrations:schema vultr.vultr_create_database_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_database_user 0 parameters
kosmo integrations:schema vultr.vultr_get_database_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_database_user 0 parameters
kosmo integrations:schema vultr.vultr_update_database_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_database_user 0 parameters
kosmo integrations:schema vultr.vultr_delete_database_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_set_database_user_acl 0 parameters
kosmo integrations:schema vultr.vultr_set_database_user_acl --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_database_dbs 0 parameters
kosmo integrations:schema vultr.vultr_list_database_dbs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_database_db 0 parameters
kosmo integrations:schema vultr.vultr_create_database_db --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_database_db 0 parameters
kosmo integrations:schema vultr.vultr_get_database_db --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_database_db 0 parameters
kosmo integrations:schema vultr.vultr_delete_database_db --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_database_topics 0 parameters
kosmo integrations:schema vultr.vultr_list_database_topics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_database_topic 0 parameters
kosmo integrations:schema vultr.vultr_create_database_topic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_database_topic 0 parameters
kosmo integrations:schema vultr.vultr_get_database_topic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_database_topic 0 parameters
kosmo integrations:schema vultr.vultr_update_database_topic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_database_topic 0 parameters
kosmo integrations:schema vultr.vultr_delete_database_topic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_database_quotas 0 parameters
kosmo integrations:schema vultr.vultr_list_database_quotas --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_database_quota 0 parameters
kosmo integrations:schema vultr.vultr_create_database_quota --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_database_quota 0 parameters
kosmo integrations:schema vultr.vultr_get_database_quota --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_database_quota 0 parameters
kosmo integrations:schema vultr.vultr_update_database_quota --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_database_quota 0 parameters
kosmo integrations:schema vultr.vultr_delete_database_quota --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_database_available_connectors 0 parameters
kosmo integrations:schema vultr.vultr_list_database_available_connectors --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_database_connector_configuration_schema 0 parameters
kosmo integrations:schema vultr.vultr_get_database_connector_configuration_schema --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_database_connectors 0 parameters
kosmo integrations:schema vultr.vultr_list_database_connectors --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_database_connector 0 parameters
kosmo integrations:schema vultr.vultr_create_database_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_database_connector 0 parameters
kosmo integrations:schema vultr.vultr_get_database_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_database_connector 0 parameters
kosmo integrations:schema vultr.vultr_update_database_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_database_connector 0 parameters
kosmo integrations:schema vultr.vultr_delete_database_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_database_connector_status 0 parameters
kosmo integrations:schema vultr.vultr_get_database_connector_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_restart_database_connector 0 parameters
kosmo integrations:schema vultr.vultr_restart_database_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_pause_database_connector 0 parameters
kosmo integrations:schema vultr.vultr_pause_database_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_resume_database_connector 0 parameters
kosmo integrations:schema vultr.vultr_resume_database_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_restart_database_connector_task 0 parameters
kosmo integrations:schema vultr.vultr_restart_database_connector_task --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_maintenance_updates 0 parameters
kosmo integrations:schema vultr.vultr_list_maintenance_updates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_start_maintenance_updates 0 parameters
kosmo integrations:schema vultr.vultr_start_maintenance_updates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_service_alerts 0 parameters
kosmo integrations:schema vultr.vultr_list_service_alerts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_view_migration_status 0 parameters
kosmo integrations:schema vultr.vultr_view_migration_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_database_start_migration 0 parameters
kosmo integrations:schema vultr.vultr_database_start_migration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_database_detach_migration 0 parameters
kosmo integrations:schema vultr.vultr_database_detach_migration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_database_add_read_replica 0 parameters
kosmo integrations:schema vultr.vultr_database_add_read_replica --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_database_promote_read_replica 0 parameters
kosmo integrations:schema vultr.vultr_database_promote_read_replica --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_backup_information 0 parameters
kosmo integrations:schema vultr.vultr_get_backup_information --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_database_restore_from_backup 0 parameters
kosmo integrations:schema vultr.vultr_database_restore_from_backup --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_database_fork 0 parameters
kosmo integrations:schema vultr.vultr_database_fork --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_connection_pools 0 parameters
kosmo integrations:schema vultr.vultr_list_connection_pools --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_connection_pool 0 parameters
kosmo integrations:schema vultr.vultr_create_connection_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_connection_pool 0 parameters
kosmo integrations:schema vultr.vultr_get_connection_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_connection_pool 0 parameters
kosmo integrations:schema vultr.vultr_update_connection_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_connection_pool 0 parameters
kosmo integrations:schema vultr.vultr_delete_connection_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_advanced_options 0 parameters
kosmo integrations:schema vultr.vultr_list_advanced_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_advanced_options 0 parameters
kosmo integrations:schema vultr.vultr_update_advanced_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_advanced_options_kafka_rest 0 parameters
kosmo integrations:schema vultr.vultr_list_advanced_options_kafka_rest --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_advanced_options_kafka_rest 0 parameters
kosmo integrations:schema vultr.vultr_update_advanced_options_kafka_rest --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_advanced_options_schema_registry 0 parameters
kosmo integrations:schema vultr.vultr_list_advanced_options_schema_registry --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_advanced_options_schema_registry 0 parameters
kosmo integrations:schema vultr.vultr_update_advanced_options_schema_registry --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_advanced_options_kafka_connect 0 parameters
kosmo integrations:schema vultr.vultr_list_advanced_options_kafka_connect --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_advanced_options_kafka_connect 0 parameters
kosmo integrations:schema vultr.vultr_update_advanced_options_kafka_connect --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_available_versions 0 parameters
kosmo integrations:schema vultr.vultr_list_available_versions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_start_version_upgrade 0 parameters
kosmo integrations:schema vultr.vultr_start_version_upgrade --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_inference 0 parameters
kosmo integrations:schema vultr.vultr_list_inference --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_inference 0 parameters
kosmo integrations:schema vultr.vultr_create_inference --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_inference 0 parameters
kosmo integrations:schema vultr.vultr_get_inference --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_inference 0 parameters
kosmo integrations:schema vultr.vultr_update_inference --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_inference 0 parameters
kosmo integrations:schema vultr.vultr_delete_inference --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_inference_usage 0 parameters
kosmo integrations:schema vultr.vultr_get_inference_usage --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_marketplace_apps 0 parameters
kosmo integrations:schema vultr.vultr_list_marketplace_apps --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_marketplace_app_variables 0 parameters
kosmo integrations:schema vultr.vultr_list_marketplace_app_variables --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_registries 0 parameters
kosmo integrations:schema vultr.vultr_list_registries --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_registry 0 parameters
kosmo integrations:schema vultr.vultr_create_registry --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_read_registry 0 parameters
kosmo integrations:schema vultr.vultr_read_registry --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_registry 0 parameters
kosmo integrations:schema vultr.vultr_update_registry --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_registry 0 parameters
kosmo integrations:schema vultr.vultr_delete_registry --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_replications 0 parameters
kosmo integrations:schema vultr.vultr_list_replications --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_replication 0 parameters
kosmo integrations:schema vultr.vultr_create_replication --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_read_replication 0 parameters
kosmo integrations:schema vultr.vultr_read_replication --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_replication 0 parameters
kosmo integrations:schema vultr.vultr_delete_replication --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_retention_schedule 0 parameters
kosmo integrations:schema vultr.vultr_update_retention_schedule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_execute_retention_policy 0 parameters
kosmo integrations:schema vultr.vultr_execute_retention_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_retention_rules 0 parameters
kosmo integrations:schema vultr.vultr_list_retention_rules --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_retention_rule 0 parameters
kosmo integrations:schema vultr.vultr_create_retention_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_read_retention_rule 0 parameters
kosmo integrations:schema vultr.vultr_read_retention_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_retention_rule 0 parameters
kosmo integrations:schema vultr.vultr_update_retention_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_retention_rule 0 parameters
kosmo integrations:schema vultr.vultr_delete_retention_rule --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_registry_repositories 0 parameters
kosmo integrations:schema vultr.vultr_list_registry_repositories --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_read_registry_repository 0 parameters
kosmo integrations:schema vultr.vultr_read_registry_repository --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_repository 0 parameters
kosmo integrations:schema vultr.vultr_update_repository --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_repository 0 parameters
kosmo integrations:schema vultr.vultr_delete_repository --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_container_registry_password 0 parameters
kosmo integrations:schema vultr.vultr_update_container_registry_password --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_registry_robots 0 parameters
kosmo integrations:schema vultr.vultr_list_registry_robots --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_g_e_t_registry_registry_id_robot_robot_name 0 parameters
kosmo integrations:schema vultr.vultr_g_e_t_registry_registry_id_robot_robot_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_robot 0 parameters
kosmo integrations:schema vultr.vultr_update_robot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_robot 0 parameters
kosmo integrations:schema vultr.vultr_delete_robot --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_registry_repository_artifacts 0 parameters
kosmo integrations:schema vultr.vultr_list_registry_repository_artifacts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_g_e_t_registry_registry_id_repository_repository_image_artifact_artifact_digest 0 parameters
kosmo integrations:schema vultr.vultr_g_e_t_registry_registry_id_repository_repository_image_artifact_artifact_digest --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_d_e_l_e_t_e_registry_registry_id_repository_repository_image_artifact_artifact_digest 0 parameters
kosmo integrations:schema vultr.vultr_d_e_l_e_t_e_registry_registry_id_repository_repository_image_artifact_artifact_digest --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_registry_regions 0 parameters
kosmo integrations:schema vultr.vultr_list_registry_regions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_registry_plans 0 parameters
kosmo integrations:schema vultr.vultr_list_registry_plans --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_tickets 0 parameters
kosmo integrations:schema vultr.vultr_list_tickets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_ticket 0 parameters
kosmo integrations:schema vultr.vultr_create_ticket --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_ticket 0 parameters
kosmo integrations:schema vultr.vultr_get_ticket --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_close_ticket 0 parameters
kosmo integrations:schema vultr.vultr_close_ticket --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_ticket_replies 0 parameters
kosmo integrations:schema vultr.vultr_list_ticket_replies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_reply 0 parameters
kosmo integrations:schema vultr.vultr_create_reply --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_review_ticket_reply 0 parameters
kosmo integrations:schema vultr.vultr_review_ticket_reply --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_ticket_reply_attachment 0 parameters
kosmo integrations:schema vultr.vultr_get_ticket_reply_attachment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_regions_vfs_regions 0 parameters
kosmo integrations:schema vultr.vultr_list_regions_vfs_regions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_v_f_s 0 parameters
kosmo integrations:schema vultr.vultr_list_v_f_s --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_v_f_s 0 parameters
kosmo integrations:schema vultr.vultr_create_v_f_s --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_v_f_s 0 parameters
kosmo integrations:schema vultr.vultr_get_v_f_s --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_v_f_s 0 parameters
kosmo integrations:schema vultr.vultr_update_v_f_s --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_v_f_s 0 parameters
kosmo integrations:schema vultr.vultr_delete_v_f_s --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_v_f_s_attachments 0 parameters
kosmo integrations:schema vultr.vultr_list_v_f_s_attachments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_v_f_s_attachment 0 parameters
kosmo integrations:schema vultr.vultr_create_v_f_s_attachment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_v_f_s_attachment 0 parameters
kosmo integrations:schema vultr.vultr_get_v_f_s_attachment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_v_f_s_attachment 0 parameters
kosmo integrations:schema vultr.vultr_delete_v_f_s_attachment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_policies 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_policies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_iam_policy 0 parameters
kosmo integrations:schema vultr.vultr_create_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_iam_policy 0 parameters
kosmo integrations:schema vultr.vultr_get_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_iam_policy 0 parameters
kosmo integrations:schema vultr.vultr_update_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_iam_policy 0 parameters
kosmo integrations:schema vultr.vultr_delete_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_restore_iam_policy 0 parameters
kosmo integrations:schema vultr.vultr_restore_iam_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_policy_groups 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_policy_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_attach_iam_group_to_policy 0 parameters
kosmo integrations:schema vultr.vultr_attach_iam_group_to_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_detach_iam_group_from_policy 0 parameters
kosmo integrations:schema vultr.vultr_detach_iam_group_from_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_policy_users 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_policy_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_attach_iam_user_to_policy 0 parameters
kosmo integrations:schema vultr.vultr_attach_iam_user_to_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_detach_iam_user_from_policy 0 parameters
kosmo integrations:schema vultr.vultr_detach_iam_user_from_policy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_roles 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_iam_role 0 parameters
kosmo integrations:schema vultr.vultr_create_iam_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_iam_role 0 parameters
kosmo integrations:schema vultr.vultr_get_iam_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_iam_role 0 parameters
kosmo integrations:schema vultr.vultr_update_iam_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_iam_role 0 parameters
kosmo integrations:schema vultr.vultr_delete_iam_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_restore_iam_role 0 parameters
kosmo integrations:schema vultr.vultr_restore_iam_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_role_groups 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_role_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_assign_iam_group_to_role 0 parameters
kosmo integrations:schema vultr.vultr_assign_iam_group_to_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_remove_iam_group_from_role 0 parameters
kosmo integrations:schema vultr.vultr_remove_iam_group_from_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_role_users 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_role_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_assign_iam_user_to_role 0 parameters
kosmo integrations:schema vultr.vultr_assign_iam_user_to_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_remove_iam_user_from_role 0 parameters
kosmo integrations:schema vultr.vultr_remove_iam_user_from_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_role_policies 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_role_policies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_assign_iam_policy_to_role_deprecated 0 parameters
kosmo integrations:schema vultr.vultr_assign_iam_policy_to_role_deprecated --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_assign_iam_policy_to_role 0 parameters
kosmo integrations:schema vultr.vultr_assign_iam_policy_to_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_remove_iam_policy_from_role 0 parameters
kosmo integrations:schema vultr.vultr_remove_iam_policy_from_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_groups 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_iam_group 0 parameters
kosmo integrations:schema vultr.vultr_create_iam_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_iam_group 0 parameters
kosmo integrations:schema vultr.vultr_get_iam_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_iam_group 0 parameters
kosmo integrations:schema vultr.vultr_update_iam_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_iam_group 0 parameters
kosmo integrations:schema vultr.vultr_delete_iam_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_group_members 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_group_members --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_add_iam_group_member 0 parameters
kosmo integrations:schema vultr.vultr_add_iam_group_member --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_iam_group_member 0 parameters
kosmo integrations:schema vultr.vultr_get_iam_group_member --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_remove_iam_group_member 0 parameters
kosmo integrations:schema vultr.vultr_remove_iam_group_member --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_restore_iam_group_member 0 parameters
kosmo integrations:schema vultr.vultr_restore_iam_group_member --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_group_roles 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_group_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_group_policies 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_group_policies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_role_trusts 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_role_trusts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_iam_role_trust 0 parameters
kosmo integrations:schema vultr.vultr_create_iam_role_trust --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_iam_role_trust 0 parameters
kosmo integrations:schema vultr.vultr_get_iam_role_trust --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_iam_role_trust 0 parameters
kosmo integrations:schema vultr.vultr_update_iam_role_trust --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_iam_role_trust 0 parameters
kosmo integrations:schema vultr.vultr_delete_iam_role_trust --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_restore_iam_role_trust 0 parameters
kosmo integrations:schema vultr.vultr_restore_iam_role_trust --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_role_trusts_by_role 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_role_trusts_by_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_assumable_roles 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_assumable_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_iam_aws_sts_assume_role 0 parameters
kosmo integrations:schema vultr.vultr_iam_aws_sts_assume_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_iam_assume_role 0 parameters
kosmo integrations:schema vultr.vultr_iam_assume_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_assumed_role_sessions 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_assumed_role_sessions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_iam_assumed_role_session 0 parameters
kosmo integrations:schema vultr.vultr_delete_iam_assumed_role_session --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_invitations 0 parameters
kosmo integrations:schema vultr.vultr_list_invitations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_invitation 0 parameters
kosmo integrations:schema vultr.vultr_create_invitation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_invitation 0 parameters
kosmo integrations:schema vultr.vultr_get_invitation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_resend_invitation 0 parameters
kosmo integrations:schema vultr.vultr_resend_invitation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_current_user_groups 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_current_user_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_current_user_roles 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_current_user_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_current_user_policies 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_current_user_policies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_user_groups 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_user_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_user_roles 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_user_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_iam_user_policies 0 parameters
kosmo integrations:schema vultr.vultr_list_iam_user_policies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_organizations 0 parameters
kosmo integrations:schema vultr.vultr_list_organizations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_organization 0 parameters
kosmo integrations:schema vultr.vultr_get_organization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_organization 0 parameters
kosmo integrations:schema vultr.vultr_update_organization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_remove_organization_user 0 parameters
kosmo integrations:schema vultr.vultr_remove_organization_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_suspend_organization_user 0 parameters
kosmo integrations:schema vultr.vultr_suspend_organization_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_unsuspend_organization_user 0 parameters
kosmo integrations:schema vultr.vultr_unsuspend_organization_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_organization_suspended_users 0 parameters
kosmo integrations:schema vultr.vultr_list_organization_suspended_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_organization_scim 0 parameters
kosmo integrations:schema vultr.vultr_get_organization_scim --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_enable_organization_scim 0 parameters
kosmo integrations:schema vultr.vultr_enable_organization_scim --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_disable_organization_scim 0 parameters
kosmo integrations:schema vultr.vultr_disable_organization_scim --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_rotate_organization_scim_token 0 parameters
kosmo integrations:schema vultr.vultr_rotate_organization_scim_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_oidc_providers 0 parameters
kosmo integrations:schema vultr.vultr_list_oidc_providers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_oidc_provider 0 parameters
kosmo integrations:schema vultr.vultr_create_oidc_provider --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_oidc_provider 0 parameters
kosmo integrations:schema vultr.vultr_get_oidc_provider --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_oidc_provider 0 parameters
kosmo integrations:schema vultr.vultr_delete_oidc_provider --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_oidc_provider_token 0 parameters
kosmo integrations:schema vultr.vultr_create_oidc_provider_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_oidc_provider_discovery 0 parameters
kosmo integrations:schema vultr.vultr_get_oidc_provider_discovery --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_oidc_issuers 0 parameters
kosmo integrations:schema vultr.vultr_list_oidc_issuers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_oidc_issuer 0 parameters
kosmo integrations:schema vultr.vultr_create_oidc_issuer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_oidc_issuer 0 parameters
kosmo integrations:schema vultr.vultr_get_oidc_issuer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_oidc_issuer 0 parameters
kosmo integrations:schema vultr.vultr_update_oidc_issuer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_oidc_issuer 0 parameters
kosmo integrations:schema vultr.vultr_delete_oidc_issuer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_oidc_issuer_jwks 0 parameters
kosmo integrations:schema vultr.vultr_get_oidc_issuer_jwks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_oidc_authorize 0 parameters
kosmo integrations:schema vultr.vultr_oidc_authorize --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_oidc_token 0 parameters
kosmo integrations:schema vultr.vultr_get_oidc_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_oidc_jwks 0 parameters
kosmo integrations:schema vultr.vultr_get_oidc_jwks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_oidc_userinfo 0 parameters
kosmo integrations:schema vultr.vultr_get_oidc_userinfo --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_scim_list_users 0 parameters
kosmo integrations:schema vultr.vultr_scim_list_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_scim_create_user 0 parameters
kosmo integrations:schema vultr.vultr_scim_create_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_scim_get_user 0 parameters
kosmo integrations:schema vultr.vultr_scim_get_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_scim_patch_user 0 parameters
kosmo integrations:schema vultr.vultr_scim_patch_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_scim_delete_user 0 parameters
kosmo integrations:schema vultr.vultr_scim_delete_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_scim_list_groups 0 parameters
kosmo integrations:schema vultr.vultr_scim_list_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_scim_create_group 0 parameters
kosmo integrations:schema vultr.vultr_scim_create_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_scim_get_group 0 parameters
kosmo integrations:schema vultr.vultr_scim_get_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_scim_update_group 0 parameters
kosmo integrations:schema vultr.vultr_scim_update_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_scim_patch_group 0 parameters
kosmo integrations:schema vultr.vultr_scim_patch_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_scim_delete_group 0 parameters
kosmo integrations:schema vultr.vultr_scim_delete_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_clusters 0 parameters
kosmo integrations:schema vultr.vultr_list_clusters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_cluster 0 parameters
kosmo integrations:schema vultr.vultr_create_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_cluster_availability 0 parameters
kosmo integrations:schema vultr.vultr_get_cluster_availability --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_cluster 0 parameters
kosmo integrations:schema vultr.vultr_get_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_cluster 0 parameters
kosmo integrations:schema vultr.vultr_update_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_mass_update_cluster_instances 0 parameters
kosmo integrations:schema vultr.vultr_mass_update_cluster_instances --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_cluster 0 parameters
kosmo integrations:schema vultr.vultr_delete_cluster --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_cluster_metrics 0 parameters
kosmo integrations:schema vultr.vultr_get_cluster_metrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_cluster_instance 0 parameters
kosmo integrations:schema vultr.vultr_update_cluster_instance --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_list_instance_templates 0 parameters
kosmo integrations:schema vultr.vultr_list_instance_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_create_instance_template 0 parameters
kosmo integrations:schema vultr.vultr_create_instance_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_get_instance_template 0 parameters
kosmo integrations:schema vultr.vultr_get_instance_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_update_instance_template 0 parameters
kosmo integrations:schema vultr.vultr_update_instance_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
vultr.vultr_delete_instance_template 0 parameters
kosmo integrations:schema vultr.vultr_delete_instance_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.