sfapi-ts

Home > @cjh1/sfapi > StatusService > getOutagesBySystem

StatusService.getOutagesBySystem() method

Read Outage Get information about NERSC outages for a specific system.

Signature:

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

Parameters

Parameter Type Description
name string  

Returns:

CancelablePromise<Array<Outage>>

Outage Successful Response

Exceptions

ApiError