Compute Platform Status

Description

The status resource allows you to view the status of the compute platform service.

Request parameters

ParameterDetails

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the status resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/admin/system/platformservices/f44d878f-1341-4444-aa1d-53597f6756c3/status?f=json

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "configuredState": "STARTED",
  "details": [
    {
      "machine": "MACHINE.DOMAIN.COM",
      "realtimeState": "STARTED"
    }
  ],
  "properties": {
    "totalCoresAvailable": 6.0,
    "minMemoryAvailable": 104796.0
  }
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.