-
Notifications
You must be signed in to change notification settings - Fork 2
RestStatsCategory
stockiNail edited this page May 24, 2017
·
3 revisions
The statistics services give you the access to stats and some other special services of JEM.
Provides a collection of samples about stats collected by JEM about workload and queues status.
Parameter | Value |
---|---|
URL | /stats/samples |
Method | GET |
Path | none |
Query | none |
Content-Type | application/json |
Accept-Type | application/json |
Body | none |
Status code | Description |
---|---|
200 | OK - Returns a list of samples in JEM |
500 | Internal Server Error - The service had an exception |
503 | Service Unavailable - JEM cluster is not available. |
Provides the current sample collected by JEM about workload and queues status.
Parameter | Value |
---|---|
URL | /stats/currentSamples |
Method | GET |
Path | none |
Query | none |
Content-Type | application/json |
Accept-Type | application/json |
Body | none |
Status code | Description |
---|---|
200 | OK - Returns the current sample in JEM |
500 | Internal Server Error - The service had an exception |
503 | Service Unavailable - JEM cluster is not available. |
Provides the list of enqueued requestors on the same resource (if GRS is activated)
Parameter | Value |
---|---|
URL | /swarm/displayRequestors?filter= |
Method | GET |
Path | none |
Query | filter parameter is optional and contains a wildcard string to filter the resource name to search. Default is * |
Content-Type | application/json |
Accept-Type | text/plain |
Body | none |
Status code | Description |
---|---|
200 | OK - Returns a list of requestors, in text format |
500 | Internal Server Error - The service had an exception |
503 | Service Unavailable - JEM cluster is not available. |
Provides the list of REDO statements inside of JEM, created when the data base is not available.
Parameter | Value |
---|---|
URL | /stats/redoStatements |
Method | GET |
Path | none |
Query | none |
Content-Type | application/json |
Accept-Type | application/json |
Body | none |
Status code | Description |
---|---|
200 | OK - Returns a list of REDO statements if there are |
500 | Internal Server Error - The service had an exception |
503 | Service Unavailable - JEM cluster is not available. |
Provides the about of JEM.
Parameter | Value |
---|---|
URL | /stats/about |
Method | GET |
Path | none |
Query | none |
Content-Type | application/json |
Accept-Type | application/json |
Body | none |
Status code | Description |
---|---|
200 | OK - Returns the about of JEM |
500 | Internal Server Error - The service had an exception |
503 | Service Unavailable - JEM cluster is not available. |
Provides some info of JEM.
Parameter | Value |
---|---|
URL | /stats/infos |
Method | GET |
Path | none |
Query | none |
Content-Type | application/json |
Accept-Type | application/json |
Body | none |
Status code | Description |
---|---|
200 | OK - Returns the JEM infos |
500 | Internal Server Error - The service had an exception |
503 | Service Unavailable - JEM cluster is not available. |
- Introduction
- Installation
- Configuration
- Job Execution
- JCL
- User Interfaces
- Security
- REST api
- Features
- Log Messages
- Sandbox
- Software Quality
- Some performance data