Site Status

Manager for interacting with site status resources.

class gpp_client.managers.site_status.SiteStatusManager[source]

Bases: object

Manager for interacting with site status resources.

async get_by_id(site_id: Literal['south', 'north']) dict[str, Any][source]

Get the current site status payload for Gemini North or South.

Parameters:

site_id (Literal["south", "north"]) – The observatory site name (case-insensitive).

Returns:

A dictionary containing current status, instruments, and GMOS config info.

Return type:

dict[str, Any]