Skip to content

Class: LoadBalancer

The load balancer object describes the load balancer entity and contains

additional information regarding the distribution of traffic across a network.

URI: ocsf:LoadBalancer

 classDiagram
    class LoadBalancer
    click LoadBalancer href "../LoadBalancer/"
      Entity <|-- LoadBalancer
        click Entity href "../Entity/"

      LoadBalancer : classification

      LoadBalancer : code

      LoadBalancer : dst_endpoint





        LoadBalancer --> "0..1 _recommended_" NetworkEndpoint : dst_endpoint
        click NetworkEndpoint href "../NetworkEndpoint/"



      LoadBalancer : endpoint_connections





        LoadBalancer --> "* _recommended_" EndpointConnection : endpoint_connections
        click EndpointConnection href "../EndpointConnection/"



      LoadBalancer : error_message

      LoadBalancer : ip

      LoadBalancer : message

      LoadBalancer : metrics





        LoadBalancer --> "*" Metric : metrics
        click Metric href "../Metric/"



      LoadBalancer : name

      LoadBalancer : status_detail

      LoadBalancer : uid

Inheritance

Slots

Name Cardinality and Range Description Inheritance
classification 0..1
String
The request classification as defined by the load balancer direct
code 0..1 recommended
Integer
The numeric response status code detailing the connection from the load direct
dst_endpoint 0..1 recommended
NetworkEndpoint
The destination to which the load balancer is distributing traffic direct
endpoint_connections * recommended
EndpointConnection
An object detailing the load balancer connection attempts and responses direct
error_message 0..1
String
The load balancer error message direct
ip 0..1
IpT
The IP address of the load balancer node that handled the client request direct
message 0..1
String
The load balancer message direct
metrics *
Metric
General purpose metrics associated with the load balancer direct
name 0..1 recommended
String
The name of the load balancer direct
status_detail 0..1
String
The status detail contains additional status information about the load direct
uid 0..1 recommended
String
The unique identifier for the load balancer direct

Usages

used by used in type used
LoadBalancerProfile load_balancer range LoadBalancer
NetworkEvent load_balancer range LoadBalancer
DhcpActivity load_balancer range LoadBalancer
DnsActivity load_balancer range LoadBalancer
FtpActivity load_balancer range LoadBalancer
HttpActivity load_balancer range LoadBalancer
NetworkActivity load_balancer range LoadBalancer
NetworkFileActivity load_balancer range LoadBalancer
NtpActivity load_balancer range LoadBalancer
RdpActivity load_balancer range LoadBalancer
SmbActivity load_balancer range LoadBalancer
SshActivity load_balancer range LoadBalancer
TunnelActivity load_balancer range LoadBalancer

In Subsets

Aliases

  • Load Balancer

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self ocsf:LoadBalancer
native ocsf:LoadBalancer

LinkML Source

Direct

name: LoadBalancer
description: 'The load balancer object describes the load balancer entity and contains

  additional information regarding the distribution of traffic across a network.'
in_subset:
- objects_subset
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Load Balancer
is_a: Entity
slots:
- classification
- code
- dst_endpoint
- endpoint_connections
- error_message
- ip
- message
- metrics
- name
- status_detail
- uid
slot_usage:
  classification:
    name: classification
    description: The request classification as defined by the load balancer.
  code:
    name: code
    description: 'The numeric response status code detailing the connection from the
      load

      balancer to the destination target.'
    recommended: true
  dst_endpoint:
    name: dst_endpoint
    description: The destination to which the load balancer is distributing traffic.
    recommended: true
  endpoint_connections:
    name: endpoint_connections
    description: An object detailing the load balancer connection attempts and responses.
    recommended: true
  error_message:
    name: error_message
    description: The load balancer error message.
  ip:
    name: ip
    description: 'The IP address of the load balancer node that handled the client
      request. Note:

      the load balancer may have other IP addresses, and this is not an IP address
      of

      the target/distribution endpoint - see <code>dst_endpoint</code>.'
  message:
    name: message
    description: The load balancer message.
  metrics:
    name: metrics
    description: General purpose metrics associated with the load balancer.
  name:
    name: name
    description: The name of the load balancer.
  status_detail:
    name: status_detail
    description: 'The status detail contains additional status information about the
      load

      balancer distribution event.'
  uid:
    name: uid
    description: The unique identifier for the load balancer.

Induced

name: LoadBalancer
description: 'The load balancer object describes the load balancer entity and contains

  additional information regarding the distribution of traffic across a network.'
in_subset:
- objects_subset
from_schema: https://w3id.org/lmodel/ocsf
aliases:
- Load Balancer
is_a: Entity
slot_usage:
  classification:
    name: classification
    description: The request classification as defined by the load balancer.
  code:
    name: code
    description: 'The numeric response status code detailing the connection from the
      load

      balancer to the destination target.'
    recommended: true
  dst_endpoint:
    name: dst_endpoint
    description: The destination to which the load balancer is distributing traffic.
    recommended: true
  endpoint_connections:
    name: endpoint_connections
    description: An object detailing the load balancer connection attempts and responses.
    recommended: true
  error_message:
    name: error_message
    description: The load balancer error message.
  ip:
    name: ip
    description: 'The IP address of the load balancer node that handled the client
      request. Note:

      the load balancer may have other IP addresses, and this is not an IP address
      of

      the target/distribution endpoint - see <code>dst_endpoint</code>.'
  message:
    name: message
    description: The load balancer message.
  metrics:
    name: metrics
    description: General purpose metrics associated with the load balancer.
  name:
    name: name
    description: The name of the load balancer.
  status_detail:
    name: status_detail
    description: 'The status detail contains additional status information about the
      load

      balancer distribution event.'
  uid:
    name: uid
    description: The unique identifier for the load balancer.
attributes:
  classification:
    name: classification
    description: The request classification as defined by the load balancer.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Classification
    rank: 1000
    alias: classification
    owner: LoadBalancer
    domain_of:
    - Advisory
    - KbArticle
    - LoadBalancer
    - DroneFlightsActivity
    range: string
  code:
    name: code
    description: 'The numeric response status code detailing the connection from the
      load

      balancer to the destination target.'
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Response Code
    rank: 1000
    alias: code
    owner: LoadBalancer
    domain_of:
    - Response
    - EndpointConnection
    - HttpResponse
    - LoadBalancer
    range: integer
    recommended: true
  dst_endpoint:
    name: dst_endpoint
    description: The destination to which the load balancer is distributing traffic.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Destination Endpoint
    rank: 1000
    alias: dst_endpoint
    owner: LoadBalancer
    domain_of:
    - Evidences
    - LoadBalancer
    - ApiActivity
    - DatastoreActivity
    - FileHosting
    - WebResourcesActivity
    - DataSecurityFinding
    - Authentication
    - AuthorizeSession
    - NetworkEvent
    - DhcpActivity
    - DnsActivity
    - EmailActivity
    - NetworkActivity
    - NetworkFileActivity
    - TunnelActivity
    - EventLogActvity
    - UnmannedSystemsEvent
    - AirborneBroadcastActivity
    range: NetworkEndpoint
    recommended: true
  endpoint_connections:
    name: endpoint_connections
    description: An object detailing the load balancer connection attempts and responses.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Endpoint Connections
    rank: 1000
    alias: endpoint_connections
    owner: LoadBalancer
    domain_of:
    - LoadBalancer
    range: EndpointConnection
    recommended: true
    multivalued: true
  error_message:
    name: error_message
    description: The load balancer error message.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Error Message
    rank: 1000
    alias: error_message
    owner: LoadBalancer
    domain_of:
    - Response
    - Scim
    - LoadBalancer
    range: string
  ip:
    name: ip
    description: 'The IP address of the load balancer node that handled the client
      request. Note:

      the load balancer may have other IP addresses, and this is not an IP address
      of

      the target/distribution endpoint - see <code>dst_endpoint</code>.'
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - IP Address
    rank: 1000
    alias: ip
    owner: LoadBalancer
    domain_of:
    - Databucket
    - Endpoint
    - LoadBalancer
    - NetworkInterface
    - Reporter
    - ResourceDetails
    - Device
    range: IpT
  message:
    name: message
    description: The load balancer message.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Message
    rank: 1000
    alias: message
    owner: LoadBalancer
    domain_of:
    - Response
    - Span
    - HttpResponse
    - LoadBalancer
    - BaseEvent
    - ApplicationError
    range: string
  metrics:
    name: metrics
    description: General purpose metrics associated with the load balancer.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Metrics
    rank: 1000
    alias: metrics
    owner: LoadBalancer
    domain_of:
    - Cvss
    - LoadBalancer
    range: Metric
    multivalued: true
  name:
    name: name
    description: The name of the load balancer.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Name
    rank: 1000
    alias: name
    owner: LoadBalancer
    domain_of:
    - AnalysisTarget
    - Observable
    - Os
    - Osint
    - Package
    - Parameter
    - PrivilegeInfo
    - San
    - Scim
    - Script
    - ServicePrivilegeAnalysis
    - SoftwareComponent
    - Sso
    - StartupItem
    - ThreatActor
    - Token
    - Entity
    - Resource
    - Account
    - Agent
    - AiModel
    - Aircraft
    - Analytic
    - ApplicationObject
    - Assessment
    - AutonomousSystem
    - Campaign
    - Check
    - CisBenchmark
    - CisBenchmarkResult
    - CisControl
    - ClassifierDetails
    - Container
    - D3fTactic
    - D3fTechnique
    - Database
    - Databucket
    - DomainContact
    - Edge
    - Endpoint
    - Enrichment
    - EnvironmentVariable
    - Evidences
    - Extension
    - Feature
    - File
    - Graph
    - Group
    - HttpCookie
    - HttpHeader
    - Idp
    - Image
    - Job
    - Kernel
    - KeyValueObject
    - LoadBalancer
    - Logger
    - Malware
    - ManagedEntity
    - MessageContext
    - Metric
    - Mitigation
    - NetworkInterface
    - Node
    - Organization
    - PeripheralDevice
    - Policy
    - ProcessEntity
    - Product
    - QueryInfo
    - Reporter
    - ResourceDetails
    - Rule
    - Scan
    - Service
    - SubTechnique
    - Table
    - Tactic
    - Technique
    - Trait
    - TransformationInfo
    - UnmannedAerialSystem
    - User
    - WebResource
    - Device
    - FtpActivity
    - RegValue
    - WinResource
    - WinService
    - PrefetchQuery
    range: string
    recommended: true
  status_detail:
    name: status_detail
    description: 'The status detail contains additional status information about the
      load

      balancer distribution event.'
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Status Detail
    rank: 1000
    alias: status_detail
    owner: LoadBalancer
    domain_of:
    - Compliance
    - LoadBalancer
    - BaseEvent
    - Authentication
    - EventLogActvity
    range: string
  uid:
    name: uid
    description: The unique identifier for the load balancer.
    from_schema: https://w3id.org/lmodel/ocsf
    aliases:
    - Unique ID
    rank: 1000
    alias: uid
    owner: LoadBalancer
    domain_of:
    - Osint
    - Package
    - ProgrammaticCredential
    - RelatedEvent
    - Request
    - Sbom
    - Scim
    - Script
    - Session
    - Span
    - Sso
    - Ticket
    - Token
    - Trace
    - Entity
    - Resource
    - Account
    - Advisory
    - Agent
    - AiModel
    - Aircraft
    - Analytic
    - ApplicationObject
    - Assessment
    - Certificate
    - Check
    - ClassifierDetails
    - Container
    - Cve
    - Cwe
    - D3fTactic
    - D3fTechnique
    - DataClassification
    - Database
    - Databucket
    - DomainContact
    - Edge
    - Email
    - Endpoint
    - Evidences
    - Extension
    - Feature
    - File
    - FindingObject
    - FindingInfo
    - Graph
    - Group
    - HttpRequest
    - Idp
    - Image
    - KbArticle
    - LoadBalancer
    - Logger
    - Malware
    - ManagedEntity
    - MessageContext
    - Metadata
    - Mitigation
    - NetworkConnectionInfo
    - NetworkEndpoint
    - NetworkInterface
    - Node
    - Organization
    - PeripheralDevice
    - Policy
    - ProcessEntity
    - Product
    - QueryInfo
    - Reporter
    - Rule
    - Scan
    - Service
    - SubTechnique
    - Table
    - Tactic
    - Technique
    - Trait
    - TransformationInfo
    - UnmannedAerialSystem
    - User
    - WebResource
    - Device
    - WinResource
    range: string
    recommended: true