| AgentCommitID | string | The agent ID | [optional] |
| AgentLabel | string | The build label for the agent | [optional] |
| AgentVersionNumber | string | the agent version | [optional] |
| AiwareVersion | string | the current aiWARE version. may be githash: realtime: manifest: or channel: | [optional] |
| CloudProviderInstanceID | string | The instance id for the cloud provider | [optional] |
| ControllerPort | int64 | Controller Port | [optional] |
| ControllerUpdatingDateTime | int64 | This is the epoch time that the controller requested the agent to update | [optional] |
| CreatedDateTime | time.Time | | [optional] |
| DbPort | int64 | DB Port | [optional] |
| DockerHostID | string | This is the docker host ID. On K8s host is the node's machine ID followed by its name, separated by a colon. | [optional] |
| DockerInfo | string | The output from `docker info` | [optional] |
| Drain | bool | It should indicate whether the server is draining or not | [optional] |
| DrainDetail | string | More information if available on the drain action | [optional] |
| DrainReason | HostDrainReasonEnum | | [optional] |
| ExpirationDateTime | time.Time | | [optional] |
| GpuAvailable | int64 | This is the number of GPU available on the host | [optional] |
| GpuType | string | This is the type of GPU such as Tesla K80 | [optional] |
| HostID | string | This is the host id | [optional] |
| HostName | string | This is the name of this host. On K8s this is the node's name. | [optional] |
| Ips | []string | An array of IPs either IPv4 or IPv6 that are valid for this host | [optional] |
| IsAPI | bool | Is this host core api | [optional] |
| IsActive | bool | Is this host active | [optional] |
| IsApps | bool | Is this host core apps | [optional] |
| IsAssigned | bool | Is this host assigned | [optional] |
| IsAutomate | bool | Is this host automate | [optional] |
| IsControlPlane | bool | Is this host is for control plane processes | [optional] |
| IsController | bool | Is this host a controller | [optional] |
| IsDB | bool | Is this host a db server | [optional] |
| IsES | bool | Is this host elasticsearch | [optional] |
| IsEngine | bool | Is this host an engine | [optional] |
| IsEventing | bool | Is this host eventing | [optional] |
| IsInfra | bool | Is this host is for infrastructure processes | [optional] |
| IsLB | bool | Is this host load balancer | [optional] |
| IsNFS | bool | Is this host an nfs server | [optional] |
| IsNSQ | bool | Is this host nsq | [optional] |
| IsPrometheus | bool | Is this host prometheus | [optional] |
| IsRedis | bool | Is this host redis | [optional] |
| IsRegistry | bool | Is this host a docker registry | [optional] |
| IsResources | bool | Is this host is for resources processes | [optional] |
| IsServices | bool | Is this host is for services processes | [optional] |
| IsStorage | bool | Is this host storage | [optional] |
| LastUpdateDateTime | time.Time | | [optional] |
| Memory | int64 | This is the memory in bytes | [optional] |
| ModifiedDateTime | time.Time | | [optional] |
| NfsPartition | int64 | NFS Partition number | [optional] |
| NfsPort | int64 | NFS Port | [optional] |
| NumCPU | int64 | This is the number of CPUs on the host | [optional] |
| NumEngines | int64 | This is the number of engines on the host | [optional] |
| NumGPU | int64 | This is the number of GPUs on the host | [optional] |
| RegistryPort | int64 | Registry Port | [optional] |
| RunModes | []string | This is the modes of server type to run | [optional] |
| ServerTypeID | string | This is the server type | [optional] |
| ServerTypeName | string | This is the name of server type | [optional] |
| ShouldExpire | bool | Should this host expire. Default to false. | [optional] |
| StorageHttpPort | int64 | Storage HTTP Port | [optional] |
| StoragePort | int64 | Storage Port | [optional] |
| SuggestedRuntimeTTL | int32 | The length of time this host suggest it should be up | [optional] |
| TerminationDateTime | time.Time | | [optional] |
| TerminationDetail | string | More information if available on the termination | [optional] |
| TerminationReason | HostTerminationReasonEnum | | [optional] |
| VcpuAvailable | int64 | This is the number of vcpu available on the host | [optional] |