Home > @cjh1/sfapi > StatusService > getOutagesBySystem
Read Outage Get information about NERSC outages for a specific system.
Signature:
getOutagesBySystem(name: string): CancelablePromise<Array<Outage>>;
Parameter | Type | Description |
---|---|---|
name | string |
Returns:
CancelablePromise<Array<Outage>>
Outage Successful Response
ApiError