Reckon
Docs Home
Reckon Site
Docs Home
Reckon Site
  1. Schemas
  • Start Here
  • Reckon Public APIs
    • Email Verification
      • Verify Email Address
    • Credits
      • Get Credit Balance
  • AI Tools
    • MCP Server
  • Schemas
    • Schemas
      • vfs_region
      • vfs_storage_size
      • vfs_billing
      • vfs
      • vfs_attachment
      • pull_zone
      • push_zone
      • file
      • file
      • upload_endpoint
      • inputs
      • billing
      • invoice
      • vke-cluster
      • nodepool-instances
      • nodepools
      • attached-vpcs
      • network
      • vpc
      • vpc-node
      • instance-vpc
      • vpc2
      • vpc2-node
      • instance-vpc2
      • user
      • ip-whitelist-entry
      • startup
      • ssh
      • snapshot
      • subaccount
      • reserved-ip
      • os
      • application
      • account
      • account BGP
      • bandwidth
      • backup
      • blockstorage
      • firewall-group
      • firewall-rule
      • iso
      • iso-public
      • storage-gateway
      • storage-gateway-network
      • storage-gateway-export
      • object-storage
      • object-storage
      • clusters
      • tiers
      • tiers
      • domain
      • dns-soa
      • dns-record
      • loadbalancer
      • log
      • log-meta
      • region
      • plans
      • plans-metal
      • baremetal
      • baremetal
      • baremetal-ipv4
      • baremetal-ipv6
      • bandwidth
      • instance
      • instance
      • meta
      • database
      • plan
      • usage
      • user
      • topic
      • quota
      • available-connector
      • connector-configuration-schema
      • connector
      • connector-status
      • connector-status-task
      • alert
      • migration
      • backup
      • backup
      • connection
      • connection_pool
      • available_option
      • db
      • pg-advanced-options
      • mysql-advanced-options
      • kafka-advanced-options
      • kafka-rest-advanced-options
      • schema-registry-advanced-options
      • kafka-connect-advanced-options
      • access-control
      • kafka-permissions
      • app-variable
      • inference-subscription
      • inference-usage
      • private-networks
      • backup-schedule
      • forwarding-rule
      • meta
      • loadbalancer-firewall-rule
      • registry
      • replication
      • registry-storage
      • registry-repository
      • registry-user
      • registry-user
      • registry-region
      • registry-plan
      • registry-docker-credentials
      • registry-kubernetes-docker-credentials
      • registry-repository-artifact
      • registry-robot
    • Response
      • BadRequest
      • Unauthorized
      • Forbidden
      • NotFound
      • TooManyRequests
      • PaymentRequired
      • MethodNotAllowed
      • InternalServerError
      • UnsupportedMediaType
      • Timeout
      • ValidationError
      • ServiceUnavailable
    • Account
    • ErrorResponse
    • AccountMember
    • VerificationResult
    • AccountMemberCreateRequest
    • AccountMemberUpdateRequest
    • AccountMemberListResponse
    • Error
    • APIKeyCreateRequest
    • UserUpdateRequest
    • UserCreateRequest
    • APIKeyUpdateRequest
    • UserListResponse
    • APIKeyResponse
    • UserProfileResponse
    • APIKeyListResponse
    • UserProfileUpdateRequest
    • UserAccountMemberResponse
    • UserPreferencesResponse
    • User
    • UserPreferencesUpdateRequest
    • CreditBalanceResponse
    • VerifyEmailRequest
    • CreditTransaction
    • VerifyEmailResponse
    • CreditTransactionListResponse
    • CreditGrantRequest
    • CreditGrantResponse
    • CreditGrantMetadata
    • SignupPromotionGrantRequest
    • SignupPromotionGrantResponse
  1. Schemas

loadbalancer(loadbalancer)

Load Balancer information.

{
    "id": "string",
    "date_created": "string",
    "region": "string",
    "label": "string",
    "status": "string",
    "ipv4": "string",
    "ipv6": "string",
    "generic_info": {
        "balancing_algorithm": "string",
        "ssl_redirect": true,
        "sticky_sessions": {
            "cookie_name": "string"
        },
        "proxy_protocol": true,
        "timeout": 0,
        "private_network": "string",
        "vpc": "string"
    },
    "health_check": {
        "protocol": "string",
        "port": 0,
        "path": "string",
        "check_interval": 0,
        "response_timeout": 0,
        "unhealthy_threshold": 0,
        "healthy_threshold": 0
    },
    "has_ssl": true,
    "http2": true,
    "http3": true,
    "nodes": 0,
    "forward_rules": [
        {
            "id": "string",
            "frontend_protocol": "string",
            "frontend_port": 0,
            "backend_portocol": "string",
            "backend_port": 0
        }
    ],
    "instances": [
        "string"
    ],
    "firewall_rules": [
        {
            "id": "string",
            "port": 0,
            "source": "string",
            "ip_type": "string"
        }
    ],
    "node_ips": {
        "v4": [
            "string"
        ],
        "v6": [
            "string"
        ]
    },
    "auto_ssl": {
        "domain_zone": "string",
        "domain": "string"
    },
    "global_regions": [
        "string"
    ],
    "ssl_cert_b64": "string",
    "pending_charges": null
}
Built with