Reckon
Docs HomeReckon Site
Docs HomeReckon Site
  1. Schemas
  • Start Here
  • Reckon Public APIs
    • Email Verification
      • Verify Email Address
    • Credits
      • Get Credit Balance
  • Schemas
    • Schemas
      • Account
      • ErrorResponse
      • vfs_region
      • AccountMember
      • VerificationResult
      • vfs_storage_size
      • AccountMemberCreateRequest
      • vfs_billing
      • AccountMemberUpdateRequest
      • vfs
      • AccountMemberListResponse
      • vfs_attachment
      • pull_zone
      • Error
      • APIKeyCreateRequest
      • UserUpdateRequest
      • UserCreateRequest
      • push_zone
      • APIKeyUpdateRequest
      • UserListResponse
      • file
      • APIKeyResponse
      • UserProfileResponse
      • file
      • APIKeyListResponse
      • UserProfileUpdateRequest
      • upload_endpoint
      • UserAccountMemberResponse
      • UserPreferencesResponse
      • inputs
      • User
      • UserPreferencesUpdateRequest
      • billing
      • invoice
      • vke-cluster
      • nodepool-instances
      • nodepools
      • attached-vpcs
      • network
      • CreditBalanceResponse
      • VerifyEmailRequest
      • vpc
      • CreditTransaction
      • VerifyEmailResponse
      • vpc-node
      • CreditTransactionListResponse
      • instance-vpc
      • CreditGrantRequest
      • vpc2
      • CreditGrantResponse
      • vpc2-node
      • CreditGrantMetadata
      • 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
Docs HomeReckon Site
Docs HomeReckon Site
  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