- URL:
- https://<notebookserveradmin>/machines/<machinename>/status
- Methods:
- GET
- Required Capability:
- Administrator
- Version Introduced:
- 10.8
Description
The status  resource provides information about the status of a machine in an ArcGIS Notebook Server site.
Request parameters
| Parameter | Details | 
|---|---|
| 
 (Optional) | The response format. The default response format is  Values:  | 
Response properties
| Property | Details | 
|---|---|
| 
 | Specifies the health of the machine. If  If the  Values:  | 
| 
 | Introduced at 11.2 Specifies whether  Values:  | 
| 
 | Introduced at 11.2 Specifies whether the  Values:  | 
| 
 | Specifies the status of the machine. Values:  | 
JSON Response syntax
{
  "healthcheck": true|false,
  "canProvisionExecuteNotebooks": true|false,
  "canProvisionInteractiveNotebooks": true|false,
  "status": "success|failure"
}JSON Response example
{
  "healthcheck": true,
  "canProvisionExecuteNotebooks": true,
  "canProvisionInteractiveNotebooks": true,
  "status": "success"
}