com.atproto.sync.getHostStatus
Returns information about a specified upstream host, as consumed by the server. Implemented by relays.
- class atproto_client.models.com.atproto.sync.get_host_status.Params
Bases:
ParamsModelBaseParameters model for
com.atproto.sync.getHostStatus.- field hostname: str [Required]
Hostname of the host (eg, PDS or relay) being queried.
- class atproto_client.models.com.atproto.sync.get_host_status.ParamsDict
Bases:
TypedDict- hostname: str
Hostname of the host (eg, PDS or relay) being queried.
- class atproto_client.models.com.atproto.sync.get_host_status.Response
Bases:
ResponseModelBaseOutput data model for
com.atproto.sync.getHostStatus.- field hostname: str [Required]
Hostname.
- field status: models.ComAtprotoSyncDefs.HostStatus | None = None
Status.