Get Host Status Response
data class GetHostStatusResponse(val hostname: String, val seq: Long? = null, val accountCount: Long? = null, val status: HostStatus? = null)
Parameters
seq
Recent repo stream event sequence number. May be delayed from actual stream processing (eg, persisted cursor not in-memory cursor).
account Count
Number of accounts on the server which are associated with the upstream host. Note that the upstream may actually have more accounts.
Constructors
Link copied to clipboard
constructor(hostname: String, seq: Long? = null, accountCount: Long? = null, status: HostStatus? = null)