sfapi-ts

Home > @cjh1/sfapi > StatusService > getNotesBySystem

StatusService.getNotesBySystem() method

Read Note Get information about NERSC system status notes for a specific system.

Signature:

getNotesBySystem(name: string): CancelablePromise<Array<Note>>;

Parameters

Parameter Type Description
name string  

Returns:

CancelablePromise<Array<Note>>

Note Successful Response

Exceptions

ApiError