Home > @cjh1/sfapi > StatusService > getStatusBySystem
StatusService.getStatusBySystem() method
Read Status Get the status of a specific NERSC system.
  - **name**: the name of the NERSC resource to query
 
Return values for **status** are:
  - **“active”**: system is fully functional - **“degraded”**: system functional but possibly with degraded performance - **“unavailable”**: system is down, e.g. during a maintenance - **“other”**: status undefined (rare)
 
Signature:
getStatusBySystem(name: string): CancelablePromise<Status>;
 
Parameters
  
    
      | Parameter | 
      Type | 
      Description | 
    
  
  
    
      | name | 
      string | 
        | 
    
  
Returns:
CancelablePromise<Status>
app__routers__status__models__Status Successful Response
Exceptions
ApiError