sfapi-ts

Home > @cjh1/sfapi > StatusService > getPlannedOutagesBySystem

StatusService.getPlannedOutagesBySystem() method

Read Planned Outages Get information about NERSC planned outages for a specific system.

Signature:

getPlannedOutagesBySystem(name: string): CancelablePromise<Array<Outage>>;

Parameters

Parameter Type Description
name string  

Returns:

CancelablePromise<Array<Outage>>

Outage Successful Response

Exceptions

ApiError