Skip to content

Conversation

@changev
Copy link
Member

@changev changev commented Jun 2, 2017

jenkins: depend on RackHD/on-core#280

Modified ````generate-enclosure.js``` to use new DAL method to keep date consistency .

_addRelation is duplicated with the same function in on-http/lib/services/node-api-service.js
So the unit test is omitted here which causes Coverage decreased (-0.3%) to 72.391%


enclOutput.id = enclId;

var enclQuery = { name: enclInput.name, type: enclInput.type }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing semicolon.

return targetNodes;
.then(function(){
return waterline.nodes.addListItemsIfNotExistByIdentifier(
node.id, targetsToBeAdded

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'targetsToBeAdded' is not defined.

return waterline.nodes.addListItemsIfNotExistByIdentifier(
node.id, targetsToBeAdded
);
});

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected ')' and instead saw ';'.
Missing semicolon.

targetsToBeRemoveded
)
}
Promise.resolve()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing semicolon.

return waterline.nodes.removeListItemsByIdentifier(
node.id,
targetsToBeRemoveded
)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing semicolon.

return waterline.nodes.addListItemsIfNotExistByIdentifier(
node.id, targetsToBeAdded
);
});

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected ')' and instead saw ';'.
Missing semicolon.

@changev changev changed the title keep date consistency when generate enclosure [skip ci]keep date consistency when generate enclosure Jun 2, 2017
@changev changev changed the title [skip ci]keep date consistency when generate enclosure keep date consistency when generate enclosure Jun 5, 2017
enclosure: enclNode.id
});
.then(function(nodeSn){
var snName = self.enclConst.namePrefix + nodeSn;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

snName is not accurate, enclName might be better.

// Can not make sure prevent every exception in high concurrency.
if (type === 'containedBy' &&
modifiedNode.relations[index].targets.length + targets.length > 1) {
throw new Error("Node "+node.id+" can only be contained by one node");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This branch can be removed here since "containedBy" isn't in the job.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two same functions may be more easily to maintain?

var targetsItems = _.map([].concat(targets), function(targetNode) {
targetNode = targetNode.id || targetNode;
if(targetNode === node.id ) {
throw new Error('Node cannot have relationship '+type+' with itself');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use promise.reject here so that the error can be caught in job._done(err). Same as other "throw" in this function

})
.then(function(targetsToBeAdded){
return waterline.nodes.addListItemsIfNotExistByIdentifier(
node.id, targetsToBeAdded
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

without signs, is there any possibility that enclosure node will "encloses" one compute node more than once, if running this job multiple times?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mongo list update operator won't add two same items of value type to one list.

@changev
Copy link
Member Author

changev commented Jun 15, 2017

test this please

@RackHD RackHD deleted a comment from changev Jun 15, 2017
@RackHD RackHD deleted a comment from changev Jun 15, 2017
@JenkinsRHD
Copy link
Contributor

BUILD on-tasks #124 : FAILURE

BUILD on-tasks #124 Error Logs ▼Test Name: test09_check_discovery Error Details: string indices must be integers -------------------- >> begin captured stdout << --------------------- restful: Action = get , URL = http://localhost:9090/api/2.0/nodes restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff5fbc02c4b209de3683/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 400

--------------------- >> end captured stdout << ----------------------
-------------------- >> begin captured logging << --------------------
infra.run: DEBUG: relaying set_test((None,)) to all trackers {}
test.run: DEBUG: handle_after_test pluggin progression for <stream_sources.amqp_source.AMQPStreamMonitor object at 0x7f5b8199c790> test=test08_check_compute_nodes (test.deploy.rackhd_stack_init.rackhd_stack_init)
test.run: DEBUG: handle_after_test pluggin progression for <stream_sources.self_test_source.SelfTestStreamMonitor object at 0x7f5b81961410> test=test08_check_compute_nodes (test.deploy.rackhd_stack_init.rackhd_stack_init)
root: INFO: +1.09 - STARTING TEST: [test09_check_discovery (test.deploy.rackhd_stack_init.rackhd_stack_init)]
infra.run: DEBUG: relaying set_test((Test(<test.deploy.rackhd_stack_init.rackhd_stack_init testMethod=test09_check_discovery>),)) to all trackers {}
test.run: DEBUG: handle_start_test pluggin progression for <stream_sources.amqp_source.AMQPStreamMonitor object at 0x7f5b8199c790> test=test09_check_discovery (test.deploy.rackhd_stack_init.rackhd_stack_init)
test.run: DEBUG: handle_start_test pluggin progression for <stream_sources.self_test_source.SelfTestStreamMonitor object at 0x7f5b81961410> test=test09_check_discovery (test.deploy.rackhd_stack_init.rackhd_stack_init)
test.run: INFO_5: **** Waiting for node Discovery to complete.

--------------------- >> end captured logging << ---------------------
Stack Trace: File "/usr/lib/python2.7/unittest/case.py", line 331, in run
testMethod()
File "/home/jenkins/workspace/on-tasks/RackHD/test/deploy/rackhd_stack_init.py", line 194, in test09_check_discovery
self.assertTrue(self.check_for_active_workflows(MAX_CYCLES), "Node discovery not completed")
File "/home/jenkins/workspace/on-tasks/RackHD/test/deploy/rackhd_stack_init.py", line 213, in check_for_active_workflows
if fit_common.check_active_workflows(node_id):
File "/home/jenkins/workspace/on-tasks/RackHD/test/common/fit_common.py", line 968, in check_active_workflows
if item['status'] in ['running', 'pending']:
'string indices must be integers\n-------------------- >> begin captured stdout << ---------------------\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff5fbc02c4b209de3683/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 400 \n\n\n--------------------- >> end captured stdout << ----------------------\n-------------------- >> begin captured logging << --------------------\ninfra.run: DEBUG: relaying set_test((None,)) to all trackers {}\ntest.run: DEBUG: handle_after_test pluggin progression for <stream_sources.amqp_source.AMQPStreamMonitor object at 0x7f5b8199c790> test=test08_check_compute_nodes (test.deploy.rackhd_stack_init.rackhd_stack_init)\ntest.run: DEBUG: handle_after_test pluggin progression for <stream_sources.self_test_source.SelfTestStreamMonitor object at 0x7f5b81961410> test=test08_check_compute_nodes (test.deploy.rackhd_stack_init.rackhd_stack_init)\nroot: INFO: +1.09 - STARTING TEST: [test09_check_discovery (test.deploy.rackhd_stack_init.rackhd_stack_init)]\ninfra.run: DEBUG: relaying set_test((Test(<test.deploy.rackhd_stack_init.rackhd_stack_init testMethod=test09_check_discovery>),)) to all trackers {}\ntest.run: DEBUG: handle_start_test pluggin progression for <stream_sources.amqp_source.AMQPStreamMonitor object at 0x7f5b8199c790> test=test09_check_discovery (test.deploy.rackhd_stack_init.rackhd_stack_init)\ntest.run: DEBUG: handle_start_test pluggin progression for <stream_sources.self_test_source.SelfTestStreamMonitor object at 0x7f5b81961410> test=test09_check_discovery (test.deploy.rackhd_stack_init.rackhd_stack_init)\ntest.run: INFO_5: **** Waiting for node Discovery to complete.\n\n--------------------- >> end captured logging << ---------------------'

Test Name: test10_apply_obm_settings
Error Details: OBM settings failed.
-------------------- >> begin captured stdout << ---------------------
restful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs
restful: Status code = 201

restful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs
restful: Status code = 201

restful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs
restful: Status code = 201

restful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs
restful: Status code = 201

restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff5fbc02c4b209de3683
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/4af85ccd-378a-425d-b6fe-41af1d390c91
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff63bc02c4b209de3684
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/4af85ccd-378a-425d-b6fe-41af1d390c91
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab
restful: Status code = 200

restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff5fbc02c4b209de3683
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/4af85ccd-378a-425d-b6fe-41af1d390c91
restful: Status code = 200

restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff5fbc02c4b209de3683/workflows
restful: Status code = 201

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff63bc02c4b209de3684
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/4af85ccd-378a-425d-b6fe-41af1d390c91
restful: Status code = 200

restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff63bc02c4b209de3684/workflows
restful: Status code = 201

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3be00a32-54e5-4051-b1dc-466fa69e2a2b
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/bde6e377-a959-419a-a957-a5ab251db545
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab
restful: Status code = 200

restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 201

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3be00a32-54e5-4051-b1dc-466fa69e2a2b
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/bde6e377-a959-419a-a957-a5ab251db545
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "running"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "a2cf3235-e90d-4766-b8f8-27ba89d2ca8b",
"retry": 1,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/bde6e377-a959-419a-a957-a5ab251db545
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "a2cf3235-e90d-4766-b8f8-27ba89d2ca8b",
"retry": 3,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "a2cf3235-e90d-4766-b8f8-27ba89d2ca8b",
"retry": 5,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = delete , URL = http://localhost:9090/api/2.0/obms/594200aabad64b5416377ae1
restful: Status code = 204

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "a2cf3235-e90d-4766-b8f8-27ba89d2ca8b",
"retry": 7,
"sku": "Quanta T41",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab
restful: Status code = 200

restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab
restful: Status code = 200

restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 201

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "ae46532b-526c-4868-8935-af1a851fb90d",
"retry": 8,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "ae46532b-526c-4868-8935-af1a851fb90d",
"retry": 10,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "ae46532b-526c-4868-8935-af1a851fb90d",
"retry": 12,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = delete , URL = http://localhost:9090/api/2.0/obms/594201649cc053811a99b0f2
restful: Status code = 204

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "ae46532b-526c-4868-8935-af1a851fb90d",
"retry": 14,
"sku": "Quanta T41",
"status": "pending"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab
restful: Status code = 200

restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab
restful: Status code = 200

restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 201

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "3e3cb006-590c-4c01-83a8-072eeaf2c1d1",
"retry": 15,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "3e3cb006-590c-4c01-83a8-072eeaf2c1d1",
"retry": 17,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "3e3cb006-590c-4c01-83a8-072eeaf2c1d1",
"retry": 19,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = delete , URL = http://localhost:9090/api/2.0/obms/59420230a09b337b1ed246c9
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab
restful: Status code = 200

restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 201

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/39acf63f-5f7d-4485-9e76-aa0311427ef0
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "39acf63f-5f7d-4485-9e76-aa0311427ef0",
"retry": 21,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/39acf63f-5f7d-4485-9e76-aa0311427ef0
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/39acf63f-5f7d-4485-9e76-aa0311427ef0
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "39acf63f-5f7d-4485-9e76-aa0311427ef0",
"retry": 23,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/39acf63f-5f7d-4485-9e76-aa0311427ef0
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = delete , URL = http://localhost:9090/api/2.0/obms/594202b7550f4bfe209d02f0
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab
restful: Status code = 200

restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 201

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "8f7e8db4-baac-4b2d-a022-b6221e2407e4",
"retry": 25,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "8f7e8db4-baac-4b2d-a022-b6221e2407e4",
"retry": 27,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "8f7e8db4-baac-4b2d-a022-b6221e2407e4",
"retry": 29,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "8f7e8db4-baac-4b2d-a022-b6221e2407e4",
"retry": 31,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = delete , URL = http://localhost:9090/api/2.0/obms/594202f60288ada621fd95cf
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab
restful: Status code = 200

restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 201

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "6d5106b6-f892-4ffc-acd0-cfec327c67ef",
"retry": 33,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "6d5106b6-f892-4ffc-acd0-cfec327c67ef",
"retry": 35,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "6d5106b6-f892-4ffc-acd0-cfec327c67ef",
"retry": 37,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "6d5106b6-f892-4ffc-acd0-cfec327c67ef",
"retry": 39,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = delete , URL = http://localhost:9090/api/2.0/obms/5942038769337a312490e316
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab
restful: Status code = 200

restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 201

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "4f9d4b0a-4485-464a-b73a-fb0aed762c6c",
"retry": 41,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "4f9d4b0a-4485-464a-b73a-fb0aed762c6c",
"retry": 43,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "4f9d4b0a-4485-464a-b73a-fb0aed762c6c",
"retry": 45,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = delete , URL = http://localhost:9090/api/2.0/obms/5942041908f195d72672f298
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab
restful: Status code = 200

restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 201

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/78ebb9ee-bf92-4f24-a7b0-9c332ec20dfc
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "78ebb9ee-bf92-4f24-a7b0-9c332ec20dfc",
"retry": 47,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/78ebb9ee-bf92-4f24-a7b0-9c332ec20dfc
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/78ebb9ee-bf92-4f24-a7b0-9c332ec20dfc
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "78ebb9ee-bf92-4f24-a7b0-9c332ec20dfc",
"retry": 49,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/78ebb9ee-bf92-4f24-a7b0-9c332ec20dfc
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = delete , URL = http://localhost:9090/api/2.0/obms/594204a38dc9775429b4c417
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab
restful: Status code = 200

restful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows
restful: Status code = 201

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "5e71fab2-aa37-46dd-96b4-6f2ec26b7a08",
"retry": 51,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "5e71fab2-aa37-46dd-96b4-6f2ec26b7a08",
"retry": 53,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "5e71fab2-aa37-46dd-96b4-6f2ec26b7a08",
"retry": 55,
"sku": "Quanta T41",
"status": "running"
}
}
restful: Action = get , URL = http://localhost:9090/api/2.0/skus
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08
restful: Status code = 200

**** Node(s) OBM status:
{
"5941ff5fbc02c4b209de3683": {
"instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b",
"retry": 2,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff63bc02c4b209de3684": {
"instanceId": "bde6e377-a959-419a-a957-a5ab251db545",
"retry": 3,
"sku": "Unidentified-Compute",
"status": "succeeded"
},
"5941ff69bc02c4b209de3685": {
"instanceId": "5e71fab2-aa37-46dd-96b4-6f2ec26b7a08",
"retry": 57,
"sku": "Quanta T41",
"status": "running"
}
}
**** Node(s) OBM settings failed.

--------------------- >> end captured stdout << ----------------------
-------------------- >> begin captured logging << --------------------
infra.run: DEBUG: relaying set_test((None,)) to all trackers {}
test.run: DEBUG: handle_after_test pluggin progression for <stream_sources.amqp_source.AMQPStreamMonitor object at 0x7f5b8199c790> test=test09_check_discovery (test.deploy.rackhd_stack_init.rackhd_stack_init)
test.run: DEBUG: handle_after_test pluggin progression for <stream_sources.self_test_source.SelfTestStreamMonitor object at 0x7f5b81961410> test=test09_check_discovery (test.deploy.rackhd_stack_init.rackhd_stack_init)
root: INFO: +1.10 - STARTING TEST: [test10_apply_obm_settings (test.deploy.rackhd_stack_init.rackhd_stack_init)]
infra.run: DEBUG: relaying set_test((Test(<test.deploy.rackhd_stack_init.rackhd_stack_init testMethod=test10_apply_obm_settings>),)) to all trackers {}
test.run: DEBUG: handle_start_test pluggin progression for <stream_sources.amqp_source.AMQPStreamMonitor object at 0x7f5b8199c790> test=test10_apply_obm_settings (test.deploy.rackhd_stack_init.rackhd_stack_init)
test.run: DEBUG: handle_start_test pluggin progression for <stream_sources.self_test_source.SelfTestStreamMonitor object at 0x7f5b81961410> test=test10_apply_obm_settings (test.deploy.rackhd_stack_init.rackhd_stack_init)
test.run: INFO_5: **** Apply OBM setting to compute nodes.
--------------------- >> end captured logging << ---------------------
Stack Trace: File "/usr/lib/python2.7/unittest/case.py", line 331, in run
testMethod()
File "/home/jenkins/workspace/on-tasks/RackHD/test/deploy/rackhd_stack_init.py", line 223, in test10_apply_obm_settings
self.assertTrue(fit_common.apply_obm_settings(), "OBM settings failed.")
File "/usr/lib/python2.7/unittest/case.py", line 424, in assertTrue
raise self.failureException(msg)
'OBM settings failed.\n-------------------- >> begin captured stdout << ---------------------\nrestful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs\nrestful: Status code = 201 \n\nrestful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs\nrestful: Status code = 201 \n\nrestful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs\nrestful: Status code = 201 \n\nrestful: Action = put , URL = http://localhost:9090/api/2.0/workflows/graphs\nrestful: Status code = 201 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff5fbc02c4b209de3683\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/4af85ccd-378a-425d-b6fe-41af1d390c91\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff63bc02c4b209de3684\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/4af85ccd-378a-425d-b6fe-41af1d390c91\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab\nrestful: Status code = 200 \n\nrestful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff5fbc02c4b209de3683\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/4af85ccd-378a-425d-b6fe-41af1d390c91\nrestful: Status code = 200 \n\nrestful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff5fbc02c4b209de3683/workflows\nrestful: Status code = 201 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff63bc02c4b209de3684\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/4af85ccd-378a-425d-b6fe-41af1d390c91\nrestful: Status code = 200 \n\nrestful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff63bc02c4b209de3684/workflows\nrestful: Status code = 201 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3be00a32-54e5-4051-b1dc-466fa69e2a2b\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/bde6e377-a959-419a-a957-a5ab251db545\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab\nrestful: Status code = 200 \n\nrestful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 201 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3be00a32-54e5-4051-b1dc-466fa69e2a2b\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/bde6e377-a959-419a-a957-a5ab251db545\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "running"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "a2cf3235-e90d-4766-b8f8-27ba89d2ca8b", \n "retry": 1, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/bde6e377-a959-419a-a957-a5ab251db545\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "a2cf3235-e90d-4766-b8f8-27ba89d2ca8b", \n "retry": 3, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "a2cf3235-e90d-4766-b8f8-27ba89d2ca8b", \n "retry": 5, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/a2cf3235-e90d-4766-b8f8-27ba89d2ca8b\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = delete , URL = http://localhost:9090/api/2.0/obms/594200aabad64b5416377ae1\nrestful: Status code = 204 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "a2cf3235-e90d-4766-b8f8-27ba89d2ca8b", \n "retry": 7, \n "sku": "Quanta T41", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab\nrestful: Status code = 200 \n\nrestful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab\nrestful: Status code = 200 \n\nrestful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 201 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "ae46532b-526c-4868-8935-af1a851fb90d", \n "retry": 8, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "ae46532b-526c-4868-8935-af1a851fb90d", \n "retry": 10, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "ae46532b-526c-4868-8935-af1a851fb90d", \n "retry": 12, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/ae46532b-526c-4868-8935-af1a851fb90d\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = delete , URL = http://localhost:9090/api/2.0/obms/594201649cc053811a99b0f2\nrestful: Status code = 204 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "ae46532b-526c-4868-8935-af1a851fb90d", \n "retry": 14, \n "sku": "Quanta T41", \n "status": "pending"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab\nrestful: Status code = 200 \n\nrestful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab\nrestful: Status code = 200 \n\nrestful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 201 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "3e3cb006-590c-4c01-83a8-072eeaf2c1d1", \n "retry": 15, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "3e3cb006-590c-4c01-83a8-072eeaf2c1d1", \n "retry": 17, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "3e3cb006-590c-4c01-83a8-072eeaf2c1d1", \n "retry": 19, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/3e3cb006-590c-4c01-83a8-072eeaf2c1d1\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = delete , URL = http://localhost:9090/api/2.0/obms/59420230a09b337b1ed246c9\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab\nrestful: Status code = 200 \n\nrestful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 201 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/39acf63f-5f7d-4485-9e76-aa0311427ef0\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "39acf63f-5f7d-4485-9e76-aa0311427ef0", \n "retry": 21, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/39acf63f-5f7d-4485-9e76-aa0311427ef0\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/39acf63f-5f7d-4485-9e76-aa0311427ef0\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "39acf63f-5f7d-4485-9e76-aa0311427ef0", \n "retry": 23, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/39acf63f-5f7d-4485-9e76-aa0311427ef0\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = delete , URL = http://localhost:9090/api/2.0/obms/594202b7550f4bfe209d02f0\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab\nrestful: Status code = 200 \n\nrestful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 201 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "8f7e8db4-baac-4b2d-a022-b6221e2407e4", \n "retry": 25, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "8f7e8db4-baac-4b2d-a022-b6221e2407e4", \n "retry": 27, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "8f7e8db4-baac-4b2d-a022-b6221e2407e4", \n "retry": 29, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "8f7e8db4-baac-4b2d-a022-b6221e2407e4", \n "retry": 31, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/8f7e8db4-baac-4b2d-a022-b6221e2407e4\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = delete , URL = http://localhost:9090/api/2.0/obms/594202f60288ada621fd95cf\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab\nrestful: Status code = 200 \n\nrestful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 201 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "6d5106b6-f892-4ffc-acd0-cfec327c67ef", \n "retry": 33, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "6d5106b6-f892-4ffc-acd0-cfec327c67ef", \n "retry": 35, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "6d5106b6-f892-4ffc-acd0-cfec327c67ef", \n "retry": 37, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "6d5106b6-f892-4ffc-acd0-cfec327c67ef", \n "retry": 39, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/6d5106b6-f892-4ffc-acd0-cfec327c67ef\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = delete , URL = http://localhost:9090/api/2.0/obms/5942038769337a312490e316\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab\nrestful: Status code = 200 \n\nrestful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 201 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "4f9d4b0a-4485-464a-b73a-fb0aed762c6c", \n "retry": 41, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "4f9d4b0a-4485-464a-b73a-fb0aed762c6c", \n "retry": 43, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "4f9d4b0a-4485-464a-b73a-fb0aed762c6c", \n "retry": 45, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/4f9d4b0a-4485-464a-b73a-fb0aed762c6c\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = delete , URL = http://localhost:9090/api/2.0/obms/5942041908f195d72672f298\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab\nrestful: Status code = 200 \n\nrestful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 201 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/78ebb9ee-bf92-4f24-a7b0-9c332ec20dfc\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "78ebb9ee-bf92-4f24-a7b0-9c332ec20dfc", \n "retry": 47, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/78ebb9ee-bf92-4f24-a7b0-9c332ec20dfc\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/78ebb9ee-bf92-4f24-a7b0-9c332ec20dfc\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "78ebb9ee-bf92-4f24-a7b0-9c332ec20dfc", \n "retry": 49, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/78ebb9ee-bf92-4f24-a7b0-9c332ec20dfc\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = delete , URL = http://localhost:9090/api/2.0/obms/594204a38dc9775429b4c417\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus/20da4de1-4c45-4a71-9189-5b5502a9efab\nrestful: Status code = 200 \n\nrestful: Action = post , URL = http://localhost:9090/api/2.0/nodes/5941ff69bc02c4b209de3685/workflows\nrestful: Status code = 201 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "5e71fab2-aa37-46dd-96b4-6f2ec26b7a08", \n "retry": 51, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "5e71fab2-aa37-46dd-96b4-6f2ec26b7a08", \n "retry": 53, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "5e71fab2-aa37-46dd-96b4-6f2ec26b7a08", \n "retry": 55, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\nrestful: Action = get , URL = http://localhost:9090/api/2.0/skus\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/nodes?type=compute\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/workflows/5e71fab2-aa37-46dd-96b4-6f2ec26b7a08\nrestful: Status code = 200 \n\n**** Node(s) OBM status:\n{\n "5941ff5fbc02c4b209de3683": {\n "instanceId": "3be00a32-54e5-4051-b1dc-466fa69e2a2b", \n "retry": 2, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff63bc02c4b209de3684": {\n "instanceId": "bde6e377-a959-419a-a957-a5ab251db545", \n "retry": 3, \n "sku": "Unidentified-Compute", \n "status": "succeeded"\n }, \n "5941ff69bc02c4b209de3685": {\n "instanceId": "5e71fab2-aa37-46dd-96b4-6f2ec26b7a08", \n "retry": 57, \n "sku": "Quanta T41", \n "status": "running"\n }\n}\n**** Node(s) OBM settings failed.\n\n--------------------- >> end captured stdout << ----------------------\n-------------------- >> begin captured logging << --------------------\ninfra.run: DEBUG: relaying set_test((None,)) to all trackers {}\ntest.run: DEBUG: handle_after_test pluggin progression for <stream_sources.amqp_source.AMQPStreamMonitor object at 0x7f5b8199c790> test=test09_check_discovery (test.deploy.rackhd_stack_init.rackhd_stack_init)\ntest.run: DEBUG: handle_after_test pluggin progression for <stream_sources.self_test_source.SelfTestStreamMonitor object at 0x7f5b81961410> test=test09_check_discovery (test.deploy.rackhd_stack_init.rackhd_stack_init)\nroot: INFO: +1.10 - STARTING TEST: [test10_apply_obm_settings (test.deploy.rackhd_stack_init.rackhd_stack_init)]\ninfra.run: DEBUG: relaying set_test((Test(<test.deploy.rackhd_stack_init.rackhd_stack_init testMethod=test10_apply_obm_settings>),)) to all trackers {}\ntest.run: DEBUG: handle_start_test pluggin progression for <stream_sources.amqp_source.AMQPStreamMonitor object at 0x7f5b8199c790> test=test10_apply_obm_settings (test.deploy.rackhd_stack_init.rackhd_stack_init)\ntest.run: DEBUG: handle_start_test pluggin progression for <stream_sources.self_test_source.SelfTestStreamMonitor object at 0x7f5b81961410> test=test10_apply_obm_settings (test.deploy.rackhd_stack_init.rackhd_stack_init)\ntest.run: INFO_5: **** Apply OBM setting to compute nodes.\n--------------------- >> end captured logging << ---------------------'

Test Name: test12_check_pollers
Error Details: All pollers are not active
-------------------- >> begin captured stdout << ---------------------
restful: Action = get , URL = http://localhost:9090/api/2.0/pollers
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad2/data/current
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ada/data/current
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad7/data/current
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad5/data/current
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad3/data/current
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad8/data/current
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current
restful: Status code = 200

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 204

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current
restful: Status code = 400

restful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current
restful: Status code = 400

--------------------- >> end captured stdout << ----------------------
-------------------- >> begin captured logging << --------------------
infra.run: DEBUG: relaying set_test((None,)) to all trackers {}
test.run: DEBUG: handle_after_test pluggin progression for <stream_sources.amqp_source.AMQPStreamMonitor object at 0x7f5b8199c790> test=test11_add_management_server (test.deploy.rackhd_stack_init.rackhd_stack_init)
test.run: DEBUG: handle_after_test pluggin progression for <stream_sources.self_test_source.SelfTestStreamMonitor object at 0x7f5b81961410> test=test11_add_management_server (test.deploy.rackhd_stack_init.rackhd_stack_init)
root: INFO: +1.12 - STARTING TEST: [test12_check_pollers (test.deploy.rackhd_stack_init.rackhd_stack_init)]
infra.run: DEBUG: relaying set_test((Test(<test.deploy.rackhd_stack_init.rackhd_stack_init testMethod=test12_check_pollers>),)) to all trackers {}
test.run: DEBUG: handle_start_test pluggin progression for <stream_sources.amqp_source.AMQPStreamMonitor object at 0x7f5b8199c790> test=test12_check_pollers (test.deploy.rackhd_stack_init.rackhd_stack_init)
test.run: DEBUG: handle_start_test pluggin progression for <stream_sources.self_test_source.SelfTestStreamMonitor object at 0x7f5b81961410> test=test12_check_pollers (test.deploy.rackhd_stack_init.rackhd_stack_init)
test.run: INFO_5: **** Waiting for pollers.
test.run: INFO_5: **** Waiting for pollers data.
test.run: ERROR: Poller IDs with error or no data: [
"594200a9bad64b5416377acf",
"594200a9bad64b5416377ad0",
"594200aabad64b5416377ad9",
"594200aabad64b5416377ae0",
"594200aabad64b5416377adb",
"594200aabad64b5416377adc",
"594200aabad64b5416377add",
"594200aabad64b5416377ade",
"594200aabad64b5416377adf"
]
--------------------- >> end captured logging << ---------------------
Stack Trace: File "/usr/lib/python2.7/unittest/case.py", line 331, in run
testMethod()
File "/home/jenkins/workspace/on-tasks/RackHD/test/deploy/rackhd_stack_init.py", line 263, in test12_check_pollers
self.assertTrue(self.check_for_active_poller_data(MAX_CYCLES), 'All pollers are not active')
File "/usr/lib/python2.7/unittest/case.py", line 424, in assertTrue
raise self.failureException(msg)
'All pollers are not active\n-------------------- >> begin captured stdout << ---------------------\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad2/data/current\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ada/data/current\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad7/data/current\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad5/data/current\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad3/data/current\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad8/data/current\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad1/data/current\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad4/data/current\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad6/data/current\nrestful: Status code = 200 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 204 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adf/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ade/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377add/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adc/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377adb/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ae0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200aabad64b5416377ad9/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377ad0/data/current\nrestful: Status code = 400 \n\nrestful: Action = get , URL = http://localhost:9090/api/2.0/pollers/594200a9bad64b5416377acf/data/current\nrestful: Status code = 400 \n\n\n--------------------- >> end captured stdout << ----------------------\n-------------------- >> begin captured logging << --------------------\ninfra.run: DEBUG: relaying set_test((None,)) to all trackers {}\ntest.run: DEBUG: handle_after_test pluggin progression for <stream_sources.amqp_source.AMQPStreamMonitor object at 0x7f5b8199c790> test=test11_add_management_server (test.deploy.rackhd_stack_init.rackhd_stack_init)\ntest.run: DEBUG: handle_after_test pluggin progression for <stream_sources.self_test_source.SelfTestStreamMonitor object at 0x7f5b81961410> test=test11_add_management_server (test.deploy.rackhd_stack_init.rackhd_stack_init)\nroot: INFO: +1.12 - STARTING TEST: [test12_check_pollers (test.deploy.rackhd_stack_init.rackhd_stack_init)]\ninfra.run: DEBUG: relaying set_test((Test(<test.deploy.rackhd_stack_init.rackhd_stack_init testMethod=test12_check_pollers>),)) to all trackers {}\ntest.run: DEBUG: handle_start_test pluggin progression for <stream_sources.amqp_source.AMQPStreamMonitor object at 0x7f5b8199c790> test=test12_check_pollers (test.deploy.rackhd_stack_init.rackhd_stack_init)\ntest.run: DEBUG: handle_start_test pluggin progression for <stream_sources.self_test_source.SelfTestStreamMonitor object at 0x7f5b81961410> test=test12_check_pollers (test.deploy.rackhd_stack_init.rackhd_stack_init)\ntest.run: INFO_5: **** Waiting for pollers.\ntest.run: INFO_5: **** Waiting for pollers data.\ntest.run: ERROR: Poller IDs with error or no data: [\n "594200a9bad64b5416377acf", \n "594200a9bad64b5416377ad0", \n "594200aabad64b5416377ad9", \n "594200aabad64b5416377ae0", \n "594200aabad64b5416377adb", \n "594200aabad64b5416377adc", \n "594200aabad64b5416377add", \n "594200aabad64b5416377ade", \n "594200aabad64b5416377adf"\n]\n--------------------- >> end captured logging << ---------------------'

@changev
Copy link
Member Author

changev commented Jun 16, 2017

test this please

Copy link
Member

@iceiilin iceiilin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make sure the PR gate failures before are irrelevant to this PR. I want to make sure this PR won't bring in any random problem.

If the uncertainty above is cleared, a +1 for this PR.

Having the same logic (addRelation here) in two processes is not a good structure, which points to data model (data base) separation for further architecture improvement.

@iceiilin iceiilin merged commit 8dea522 into RackHD:master Jun 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants