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