Jobs
|
Description |
These interfaces allow users to retrieve Jobs data in NEO |
|||||||||||
|
Request URL |
/neo/app/jobs |
|||||||||||
|
Main Operations |
Get Jobs:
|
|||||||||||
|
Description |
Retrieves Jobs data in NEO (all jobs, parent jobs alone, sub jobs for specific parent jobs, and jobs for specific system) |
|
|
Request URL |
list_of_systems: can be one or more instanceID for systems separated by comma such as <system1_IP>.system,<system2_IP>.system |
|
|
Request Data |
N/A |
|
Response:
{
"Status": "Completed", "Foreground": true,
"Description": " Enabling PFC and setting priority level", "RelatedObjects": [
"10.224.26.118"
],
"Created": "2015-12-30 12:10:18",
"LastUpdated": "2015-12-30 12:10:25",
"Summary": "dcb priority-flow-control enable force\n\ndcb priority-flow-control priority 5 enable\n\n",
"CreatedBy": "admin",
"Progress": 100,
"Operation": "Provisioning",
"ID": "35.1"
}
If an invalid or a non-existing system or job ID were specified, an empty list will be returned.