Get information on all active jobs on a specific iServer node.
GET {{baseUrl}}/api/v2/monitors/jobs?nodeName={{clusterNodeName}}
Get information on all active jobs on a specific iServer node. You obtain the authorization token needed to execute the request using POST /auth/login; you pass the authorization token in the request header. You specify the iServer name you want to connect to. Use GET /api/monitors/iServer/nodes to get valid node name
Body
PARAM
Key | Datatype | Required | Description |
nodeName
|
string | (Required) Node Name | |
projectId
|
string | Field to filter on project ID of the job | |
projectName
|
string | Field to filter on project name | |
puName
|
string | Field to filter on PU name | |
subscriptionType
|
string | Field to filter on subscription type | |
subscriptionRecipient
|
null | Field to filter on subscription recipient | |
status
|
string | Field to filter on status of the job | |
type
|
string | Curl curl -X GET 'baseUrl/api/v2/monitors/jobs?nodeName=clusterNodeName?nodeName=clusterNodeName&projectId=projectId&projectName=projectName&puName=ncs&subscriptionType=blackberry&subscriptionRecipient=&status=completed&type=predictive_cache&user=&objectId=&objectType=report&description=&memoryUsage=&elapsedTime=&sortBy=&fields=' -H 'X-MSTR-AuthToken: authToken' ENDPOINTS |