Commit 9fb2cb09 authored by Spiros Koulouzis's avatar Spiros Koulouzis

roll back to simple format. Provisioner cat read formated yamls

parent afb495a3
......@@ -72,7 +72,7 @@
<h1 class="page-header">Files and Libraries</h1>
<h3 id="artifact_gwt_json_overlay">GWT JSON Overlay</h3>
<p class="lead">Created November 7, 2017</p>
<p class="lead">Created November 9, 2017</p>
<p> <p>
The <a href="http://code.google.com/webtoolkit/">Google Web Toolkit</a> JSON Overlay library provides the JSON Overlays that
can be used to access the Web service API for this application.
......@@ -91,13 +91,13 @@
<tbody data-link="row" class="rowlink">
<tr class="clickable-row" data-href="drip-api-gwt-json-overlay.jar">
<td><span class="downloadfile-name">drip-api-gwt-json-overlay.jar</span></td>
<td><span class="downloadfile-size">14.45K</span></td>
<td><span class="downloadfile-size">14.46K</span></td>
<td><span class="downloadfile-description">The sources for the GWT JSON overlay.</span></td>
</tr>
</tbody>
</table>
<h3 id="artifact_java_json_client_library">Java JSON Client Library</h3>
<p class="lead">Created November 7, 2017</p>
<p class="lead">Created November 9, 2017</p>
<p><p>
The Java client-side library is used to provide the set of Java objects that can be serialized
to/from JSON using <a href="http://jackson.codehaus.org/">Jackson</a>. This is useful for accessing the
......@@ -127,7 +127,7 @@
</tbody>
</table>
<h3 id="artifact_java_xml_client_library">Java XML Client Library</h3>
<p class="lead">Created November 7, 2017</p>
<p class="lead">Created November 9, 2017</p>
<p><p>
The Java client-side library is used to access the Web service API for this application using Java.
</p>
......@@ -155,7 +155,7 @@
</tbody>
</table>
<h3 id="artifact_js_client_library">JavaScript Client Library</h3>
<p class="lead">Created November 7, 2017</p>
<p class="lead">Created November 9, 2017</p>
<p><p>
The JavaScript client-side library defines classes that can be (de)serialized to/from JSON.
This is useful for accessing the resources that are published by this application, but only
......@@ -184,13 +184,13 @@
<tbody data-link="row" class="rowlink">
<tr class="clickable-row" data-href="drip-api-js.zip">
<td><span class="downloadfile-name">drip-api-js.zip</span></td>
<td><span class="downloadfile-size">6.04K</span></td>
<td><span class="downloadfile-size">5.92K</span></td>
<td><span class="downloadfile-description">&nbsp;</span></td>
</tr>
</tbody>
</table>
<h3 id="artifact_php_json_client_library">PHP JSON Client Library</h3>
<p class="lead">Created November 7, 2017</p>
<p class="lead">Created November 9, 2017</p>
<p><p>
The PHP JSON client-side library defines the PHP classes that can be (de)serialized to/from JSON.
This is useful for accessing the resources that are published by this application, but only
......@@ -213,13 +213,13 @@
<tbody data-link="row" class="rowlink">
<tr class="clickable-row" data-href="drip-api-php.zip">
<td><span class="downloadfile-name">drip-api-php.zip</span></td>
<td><span class="downloadfile-size">6.74K</span></td>
<td><span class="downloadfile-size">6.65K</span></td>
<td><span class="downloadfile-description">&nbsp;</span></td>
</tr>
</tbody>
</table>
<h3 id="artifact_php_xml_client_library">PHP XML Client Library</h3>
<p class="lead">Created November 7, 2017</p>
<p class="lead">Created November 9, 2017</p>
<p><p>
The PHP client-side library defines the PHP classes that can be (de)serialized to/from XML.
This is useful for accessing the resources that are published by this application, but only
......@@ -245,13 +245,13 @@
<tbody data-link="row" class="rowlink">
<tr class="clickable-row" data-href="drip-api-php.zip">
<td><span class="downloadfile-name">drip-api-php.zip</span></td>
<td><span class="downloadfile-size">9.62K</span></td>
<td><span class="downloadfile-size">9.61K</span></td>
<td><span class="downloadfile-description">&nbsp;</span></td>
</tr>
</tbody>
</table>
<h3 id="artifact_ruby_json_client_library">Ruby JSON Client Library</h3>
<p class="lead">Created November 7, 2017</p>
<p class="lead">Created November 9, 2017</p>
<p><p>
The Ruby JSON client-side library defines the Ruby classes that can be (de)serialized to/from JSON.
This is useful for accessing the REST endpoints that are published by this application, but only
......
......@@ -1211,110 +1211,156 @@ module V1
module External
module Ansible
# (no documentation provided)
class CloudCredentials < Nl::Uva::Sne::Drip::Drip::Commons::Data::V1::External::OwnedObject
class BenchmarkResult < Nl::Uva::Sne::Drip::Drip::Commons::Data::V1::External::OwnedObject
# the secret key
attr_accessor :secretKey
# the cloudProviderName
attr_accessor :cloudProviderName
# the accessKeyId
attr_accessor :accessKeyId
# the attributes
attr_accessor :attributes
# (no documentation provided)
attr_accessor :cloudDeploymentDomain
# (no documentation provided)
attr_accessor :host
# (no documentation provided)
attr_accessor :delta
# (no documentation provided)
attr_accessor :end
# (no documentation provided)
attr_accessor :start
# (no documentation provided)
attr_accessor :vmType
# the json hash for this CloudCredentials
# the json hash for this BenchmarkResult
def to_jaxb_json_hash
_h = super
_h['secretKey'] = secretKey.to_jaxb_json_hash unless secretKey.nil?
_h['cloudProviderName'] = cloudProviderName.to_jaxb_json_hash unless cloudProviderName.nil?
_h['accessKeyId'] = accessKeyId.to_jaxb_json_hash unless accessKeyId.nil?
_h['attributes'] = attributes.to_jaxb_json_hash unless attributes.nil?
_h['cloudDeploymentDomain'] = cloudDeploymentDomain.to_jaxb_json_hash unless cloudDeploymentDomain.nil?
_h['host'] = host.to_jaxb_json_hash unless host.nil?
_h['delta'] = delta.to_jaxb_json_hash unless delta.nil?
_h['end'] = end.to_jaxb_json_hash unless end.nil?
_h['start'] = start.to_jaxb_json_hash unless start.nil?
_h['vmType'] = vmType.to_jaxb_json_hash unless vmType.nil?
return _h
end
#initializes this CloudCredentials with a json hash
#initializes this BenchmarkResult with a json hash
def init_jaxb_json_hash(_o)
super _o
if !_o['secretKey'].nil?
_oa = _o['secretKey']
if !_o['cloudDeploymentDomain'].nil?
_oa = _o['cloudDeploymentDomain']
if(_oa.is_a? Hash)
@secretKey = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@secretKey = String.from_json(_oa) unless _oa['@class']
@cloudDeploymentDomain = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@cloudDeploymentDomain = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@secretKey = Array.new
@cloudDeploymentDomain = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@secretKey.push String.from_json(_item)
@cloudDeploymentDomain.push String.from_json(_item)
else
@secretKey.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@cloudDeploymentDomain.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@secretKey = _oa
@cloudDeploymentDomain = _oa
end
end
if !_o['cloudProviderName'].nil?
_oa = _o['cloudProviderName']
if !_o['host'].nil?
_oa = _o['host']
if(_oa.is_a? Hash)
@cloudProviderName = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@cloudProviderName = String.from_json(_oa) unless _oa['@class']
@host = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@host = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@cloudProviderName = Array.new
@host = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@cloudProviderName.push String.from_json(_item)
@host.push String.from_json(_item)
else
@cloudProviderName.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@host.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@cloudProviderName = _oa
@host = _oa
end
end
if !_o['accessKeyId'].nil?
_oa = _o['accessKeyId']
if !_o['delta'].nil?
_oa = _o['delta']
if(_oa.is_a? Hash)
@accessKeyId = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@accessKeyId = String.from_json(_oa) unless _oa['@class']
@delta = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@delta = Time.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@accessKeyId = Array.new
@delta = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@accessKeyId.push String.from_json(_item)
@delta.push Time.from_json(_item)
else
@accessKeyId.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@delta.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@accessKeyId = _oa
@delta = _oa
end
end
if !_o['attributes'].nil?
_oa = _o['attributes']
if !_o['end'].nil?
_oa = _o['end']
if(_oa.is_a? Hash)
@attributes = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@attributes = Hash.from_json(_oa) unless _oa['@class']
@end = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@end = Time.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@attributes = Array.new
@end = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@attributes.push Hash.from_json(_item)
@end.push Time.from_json(_item)
else
@attributes.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@end.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@attributes = _oa
@end = _oa
end
end
if !_o['start'].nil?
_oa = _o['start']
if(_oa.is_a? Hash)
@start = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@start = Time.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@start = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@start.push Time.from_json(_item)
else
@start.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@start = _oa
end
end
if !_o['vmType'].nil?
_oa = _o['vmType']
if(_oa.is_a? Hash)
@vmType = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@vmType = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@vmType = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@vmType.push String.from_json(_item)
else
@vmType.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@vmType = _oa
end
end
end
# constructs a CloudCredentials from a (parsed) JSON hash
# constructs a BenchmarkResult from a (parsed) JSON hash
def self.from_json(o)
if o.nil?
return nil
......@@ -1344,6 +1390,8 @@ end
end
end
module Nl
module Uva
......@@ -1733,153 +1781,87 @@ module V1
module External
# (no documentation provided)
class MonitorringMessage < Nl::Uva::Sne::Drip::Drip::Commons::Data::V1::External::OwnedObject
class DeployRequest < Nl::Uva::Sne::Drip::Drip::Commons::Data::V1::External::OwnedObject
# the metricMame
attr_accessor :metricMame
# the subid
attr_accessor :subid
# the value
attr_accessor :value
# the messageType
attr_accessor :messageType
# the date
attr_accessor :date
# the time
attr_accessor :time
# the provisionID
attr_accessor :provisionID
# the managerType
attr_accessor :managerType
# the configurationID
attr_accessor :configurationID
# the json hash for this MonitorringMessage
# the json hash for this DeployRequest
def to_jaxb_json_hash
_h = super
_h['metricMame'] = metricMame.to_jaxb_json_hash unless metricMame.nil?
_h['subid'] = subid.to_jaxb_json_hash unless subid.nil?
_h['value'] = value.to_jaxb_json_hash unless value.nil?
_h['messageType'] = messageType.to_jaxb_json_hash unless messageType.nil?
_h['date'] = date.to_jaxb_json_hash unless date.nil?
_h['time'] = time.to_jaxb_json_hash unless time.nil?
_h['provisionID'] = provisionID.to_jaxb_json_hash unless provisionID.nil?
_h['managerType'] = managerType.to_jaxb_json_hash unless managerType.nil?
_h['configurationID'] = configurationID.to_jaxb_json_hash unless configurationID.nil?
return _h
end
#initializes this MonitorringMessage with a json hash
#initializes this DeployRequest with a json hash
def init_jaxb_json_hash(_o)
super _o
if !_o['metricMame'].nil?
_oa = _o['metricMame']
if(_oa.is_a? Hash)
@metricMame = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@metricMame = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@metricMame = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@metricMame.push String.from_json(_item)
else
@metricMame.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@metricMame = _oa
end
end
if !_o['subid'].nil?
_oa = _o['subid']
if !_o['provisionID'].nil?
_oa = _o['provisionID']
if(_oa.is_a? Hash)
@subid = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@subid = String.from_json(_oa) unless _oa['@class']
@provisionID = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@provisionID = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@subid = Array.new
@provisionID = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@subid.push String.from_json(_item)
@provisionID.push String.from_json(_item)
else
@subid.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@provisionID.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@subid = _oa
@provisionID = _oa
end
end
if !_o['value'].nil?
_oa = _o['value']
if !_o['managerType'].nil?
_oa = _o['managerType']
if(_oa.is_a? Hash)
@value = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@value = Float.from_json(_oa) unless _oa['@class']
@managerType = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@managerType = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@value = Array.new
@managerType = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@value.push Float.from_json(_item)
@managerType.push String.from_json(_item)
else
@value.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@managerType.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@value = _oa
@managerType = _oa
end
end
if !_o['messageType'].nil?
_oa = _o['messageType']
if !_o['configurationID'].nil?
_oa = _o['configurationID']
if(_oa.is_a? Hash)
@messageType = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@messageType = String.from_json(_oa) unless _oa['@class']
@configurationID = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@configurationID = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@messageType = Array.new
@configurationID = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@messageType.push String.from_json(_item)
@configurationID.push String.from_json(_item)
else
@messageType.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@configurationID.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@messageType = _oa
end
end
if !_o['date'].nil?
_oa = _o['date']
if(_oa.is_a? Hash)
@date = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@date = Time.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@date = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@date.push Time.from_json(_item)
else
@date.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@date = _oa
end
end
if !_o['time'].nil?
_oa = _o['time']
if(_oa.is_a? Hash)
@time = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@time = Time.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@time = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@time.push Time.from_json(_item)
else
@time.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@time = _oa
@configurationID = _oa
end
end
end
# constructs a MonitorringMessage from a (parsed) JSON hash
# constructs a DeployRequest from a (parsed) JSON hash
def self.from_json(o)
if o.nil?
return nil
......@@ -1928,87 +1910,153 @@ module V1
module External
# (no documentation provided)
class DeployRequest < Nl::Uva::Sne::Drip::Drip::Commons::Data::V1::External::OwnedObject
class MonitorringMessage < Nl::Uva::Sne::Drip::Drip::Commons::Data::V1::External::OwnedObject
# the provisionID
attr_accessor :provisionID
# the managerType
attr_accessor :managerType
# the configurationID
attr_accessor :configurationID
# the metricMame
attr_accessor :metricMame
# the subid
attr_accessor :subid
# the value
attr_accessor :value
# the messageType
attr_accessor :messageType
# the date
attr_accessor :date
# the time
attr_accessor :time
# the json hash for this DeployRequest
# the json hash for this MonitorringMessage
def to_jaxb_json_hash
_h = super
_h['provisionID'] = provisionID.to_jaxb_json_hash unless provisionID.nil?
_h['managerType'] = managerType.to_jaxb_json_hash unless managerType.nil?
_h['configurationID'] = configurationID.to_jaxb_json_hash unless configurationID.nil?
_h['metricMame'] = metricMame.to_jaxb_json_hash unless metricMame.nil?
_h['subid'] = subid.to_jaxb_json_hash unless subid.nil?
_h['value'] = value.to_jaxb_json_hash unless value.nil?
_h['messageType'] = messageType.to_jaxb_json_hash unless messageType.nil?
_h['date'] = date.to_jaxb_json_hash unless date.nil?
_h['time'] = time.to_jaxb_json_hash unless time.nil?
return _h
end
#initializes this DeployRequest with a json hash
#initializes this MonitorringMessage with a json hash
def init_jaxb_json_hash(_o)
super _o
if !_o['provisionID'].nil?
_oa = _o['provisionID']
if !_o['metricMame'].nil?
_oa = _o['metricMame']
if(_oa.is_a? Hash)
@provisionID = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@provisionID = String.from_json(_oa) unless _oa['@class']
@metricMame = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@metricMame = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@provisionID = Array.new
@metricMame = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@provisionID.push String.from_json(_item)
@metricMame.push String.from_json(_item)
else
@provisionID.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@metricMame.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@provisionID = _oa
@metricMame = _oa
end
end
if !_o['managerType'].nil?
_oa = _o['managerType']
if !_o['subid'].nil?
_oa = _o['subid']
if(_oa.is_a? Hash)
@managerType = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@managerType = String.from_json(_oa) unless _oa['@class']
@subid = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@subid = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@managerType = Array.new
@subid = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@managerType.push String.from_json(_item)
@subid.push String.from_json(_item)
else
@managerType.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@subid.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@managerType = _oa
@subid = _oa
end
end
if !_o['configurationID'].nil?
_oa = _o['configurationID']
if !_o['value'].nil?
_oa = _o['value']
if(_oa.is_a? Hash)
@configurationID = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@configurationID = String.from_json(_oa) unless _oa['@class']
@value = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@value = Float.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@configurationID = Array.new
@value = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@configurationID.push String.from_json(_item)
@value.push Float.from_json(_item)
else
@configurationID.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@value.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@configurationID = _oa
@value = _oa
end
end
if !_o['messageType'].nil?
_oa = _o['messageType']
if(_oa.is_a? Hash)
@messageType = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@messageType = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@messageType = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@messageType.push String.from_json(_item)
else
@messageType.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@messageType = _oa
end
end
if !_o['date'].nil?
_oa = _o['date']
if(_oa.is_a? Hash)
@date = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@date = Time.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@date = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@date.push Time.from_json(_item)
else
@date.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@date = _oa
end
end
if !_o['time'].nil?
_oa = _o['time']
if(_oa.is_a? Hash)
@time = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@time = Time.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@time = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@time.push Time.from_json(_item)
else
@time.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@time = _oa
end
end
end
# constructs a DeployRequest from a (parsed) JSON hash
# constructs a MonitorringMessage from a (parsed) JSON hash
def self.from_json(o)
if o.nil?
return nil
......@@ -2141,156 +2189,110 @@ module V1
module External
module Ansible
# (no documentation provided)
class BenchmarkResult < Nl::Uva::Sne::Drip::Drip::Commons::Data::V1::External::OwnedObject
class CloudCredentials < Nl::Uva::Sne::Drip::Drip::Commons::Data::V1::External::OwnedObject
# (no documentation provided)
attr_accessor :host
# (no documentation provided)
attr_accessor :vmType
# (no documentation provided)
attr_accessor :cloudDeploymentDomain
# (no documentation provided)
attr_accessor :delta
# (no documentation provided)
attr_accessor :end
# (no documentation provided)
attr_accessor :start
# the secret key
attr_accessor :secretKey
# the cloudProviderName
attr_accessor :cloudProviderName
# the accessKeyId
attr_accessor :accessKeyId
# the attributes
attr_accessor :attributes
# the json hash for this BenchmarkResult
# the json hash for this CloudCredentials
def to_jaxb_json_hash
_h = super
_h['host'] = host.to_jaxb_json_hash unless host.nil?
_h['vmType'] = vmType.to_jaxb_json_hash unless vmType.nil?
_h['cloudDeploymentDomain'] = cloudDeploymentDomain.to_jaxb_json_hash unless cloudDeploymentDomain.nil?
_h['delta'] = delta.to_jaxb_json_hash unless delta.nil?
_h['end'] = end.to_jaxb_json_hash unless end.nil?
_h['start'] = start.to_jaxb_json_hash unless start.nil?
_h['secretKey'] = secretKey.to_jaxb_json_hash unless secretKey.nil?
_h['cloudProviderName'] = cloudProviderName.to_jaxb_json_hash unless cloudProviderName.nil?
_h['accessKeyId'] = accessKeyId.to_jaxb_json_hash unless accessKeyId.nil?
_h['attributes'] = attributes.to_jaxb_json_hash unless attributes.nil?
return _h
end
#initializes this BenchmarkResult with a json hash
#initializes this CloudCredentials with a json hash
def init_jaxb_json_hash(_o)
super _o
if !_o['host'].nil?
_oa = _o['host']
if(_oa.is_a? Hash)
@host = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@host = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@host = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@host.push String.from_json(_item)
else
@host.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@host = _oa
end
end
if !_o['vmType'].nil?
_oa = _o['vmType']
if(_oa.is_a? Hash)
@vmType = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@vmType = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@vmType = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@vmType.push String.from_json(_item)
else
@vmType.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@vmType = _oa
end
end
if !_o['cloudDeploymentDomain'].nil?
_oa = _o['cloudDeploymentDomain']
if !_o['secretKey'].nil?
_oa = _o['secretKey']
if(_oa.is_a? Hash)
@cloudDeploymentDomain = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@cloudDeploymentDomain = String.from_json(_oa) unless _oa['@class']
@secretKey = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@secretKey = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@cloudDeploymentDomain = Array.new
@secretKey = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@cloudDeploymentDomain.push String.from_json(_item)
@secretKey.push String.from_json(_item)
else
@cloudDeploymentDomain.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@secretKey.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@cloudDeploymentDomain = _oa
@secretKey = _oa
end
end
if !_o['delta'].nil?
_oa = _o['delta']
if !_o['cloudProviderName'].nil?
_oa = _o['cloudProviderName']
if(_oa.is_a? Hash)
@delta = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@delta = Time.from_json(_oa) unless _oa['@class']
@cloudProviderName = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@cloudProviderName = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@delta = Array.new
@cloudProviderName = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@delta.push Time.from_json(_item)
@cloudProviderName.push String.from_json(_item)
else
@delta.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@cloudProviderName.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@delta = _oa
@cloudProviderName = _oa
end
end
if !_o['end'].nil?
_oa = _o['end']
if !_o['accessKeyId'].nil?
_oa = _o['accessKeyId']
if(_oa.is_a? Hash)
@end = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@end = Time.from_json(_oa) unless _oa['@class']
@accessKeyId = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@accessKeyId = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@end = Array.new
@accessKeyId = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@end.push Time.from_json(_item)
@accessKeyId.push String.from_json(_item)
else
@end.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@accessKeyId.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@end = _oa
@accessKeyId = _oa
end
end
if !_o['start'].nil?
_oa = _o['start']
if !_o['attributes'].nil?
_oa = _o['attributes']
if(_oa.is_a? Hash)
@start = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@start = Time.from_json(_oa) unless _oa['@class']
@attributes = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@attributes = Hash.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@start = Array.new
@attributes = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@start.push Time.from_json(_item)
@attributes.push Hash.from_json(_item)
else
@start.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@attributes.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@start = _oa
@attributes = _oa
end
end
end
# constructs a BenchmarkResult from a (parsed) JSON hash
# constructs a CloudCredentials from a (parsed) JSON hash
def self.from_json(o)
if o.nil?
return nil
......@@ -2320,8 +2322,6 @@ end
end
end
module Nl
module Uva
......
......@@ -81,18 +81,18 @@ class</p>
</thead>
<tbody>
<tr>
<td> <span class="property-name">host</span>
<td> <span class="property-name">start</span>
</td>
<td> <span class="datatype-reference">string
<td> <span class="datatype-reference">number
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span class="property-name">delta</span>
<td> <span class="property-name">host</span>
</td>
<td> <span class="datatype-reference">number
<td> <span class="datatype-reference">string
</span>
</td>
<td> <span class="property-description"></span>
......@@ -117,7 +117,7 @@ class</p>
</td>
</tr>
<tr>
<td> <span class="property-name">start</span>
<td> <span class="property-name">delta</span>
</td>
<td> <span class="datatype-reference">number
</span>
......@@ -167,11 +167,11 @@ No need to set during a POST</span></td>
<p class="lead">Example</p>
<pre class="prettyprint language-js example">{
&quot;start&quot; : 12345,
&quot;host&quot; : &quot;147.228.242.58&quot;,
&quot;delta&quot; : 12345,
&quot;cloudDeploymentDomain&quot; : &quot;us-east-1&quot;,
&quot;end&quot; : 12345,
&quot;start&quot; : 12345,
&quot;delta&quot; : 12345,
&quot;vmType&quot; : &quot;...&quot;,
&quot;owner&quot; : &quot;user1&quot;,
&quot;id&quot; : &quot;58e3946e0fb4f562d84ba1ad&quot;,
......
......@@ -69,7 +69,7 @@ class</p>
<dl class="dl-horizontal">
<dt>Subtypes</dt>
<dd><a href="json_KeyPair.html">KeyPair</a>, <a href="json_AnsibleOutput.html">AnsibleOutput</a>, <a href="json_ScaleRequest.html">ScaleRequest</a>, <a href="json_CloudCredentials.html">CloudCredentials</a>, <a href="json_BenchmarkResult.html">BenchmarkResult</a>, <a href="json_DeployResponse.html">DeployResponse</a>, <a href="json_DRIPLogRecord.html">DRIPLogRecord</a>, <a href="json_ProvisionRequest.html">ProvisionRequest</a>, <a href="json_Script.html">Script</a>, <a href="json_KeyValueHolder.html">KeyValueHolder</a>, <a href="json_DeployRequest.html">DeployRequest</a>, <a href="json_MonitorringMessage.html">MonitorringMessage</a>, <a href="json_ProvisionResponse.html">ProvisionResponse</a></dd>
<dd><a href="json_KeyPair.html">KeyPair</a>, <a href="json_ScaleRequest.html">ScaleRequest</a>, <a href="json_AnsibleOutput.html">AnsibleOutput</a>, <a href="json_CloudCredentials.html">CloudCredentials</a>, <a href="json_BenchmarkResult.html">BenchmarkResult</a>, <a href="json_DeployResponse.html">DeployResponse</a>, <a href="json_DRIPLogRecord.html">DRIPLogRecord</a>, <a href="json_ProvisionRequest.html">ProvisionRequest</a>, <a href="json_Script.html">Script</a>, <a href="json_KeyValueHolder.html">KeyValueHolder</a>, <a href="json_DeployRequest.html">DeployRequest</a>, <a href="json_ProvisionResponse.html">ProvisionResponse</a>, <a href="json_MonitorringMessage.html">MonitorringMessage</a></dd>
</dl>
<table class="table datatype-properties">
......
......@@ -821,18 +821,18 @@ class]]>
<xs:complexContent>
<xs:extension base="ownedObject">
<xs:sequence>
<xs:element name="end" type="xs:dateTime" minOccurs="0">
</xs:element>
<xs:element name="cloudDeploymentDomain" type="xs:string" minOccurs="0">
</xs:element>
<xs:element name="delta" type="xs:dateTime" minOccurs="0">
</xs:element>
<xs:element name="start" type="xs:dateTime" minOccurs="0">
<xs:element name="end" type="xs:dateTime" minOccurs="0">
</xs:element>
<xs:element name="host" type="xs:string" minOccurs="0">
</xs:element>
<xs:element name="start" type="xs:dateTime" minOccurs="0">
</xs:element>
<xs:element name="vmType" type="xs:string" minOccurs="0">
</xs:element>
<xs:element name="delta" type="xs:dateTime" minOccurs="0">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
......
......@@ -144,11 +144,11 @@ Content-Type: application/json
<code class="prettyprint language-js">
[ {
&quot;start&quot; : 12345,
&quot;host&quot; : &quot;147.228.242.58&quot;,
&quot;delta&quot; : 12345,
&quot;cloudDeploymentDomain&quot; : &quot;us-east-1&quot;,
&quot;end&quot; : 12345,
&quot;start&quot; : 12345,
&quot;delta&quot; : 12345,
&quot;vmType&quot; : &quot;...&quot;,
&quot;owner&quot; : &quot;user1&quot;,
&quot;id&quot; : &quot;58e3946e0fb4f562d84ba1ad&quot;,
......@@ -514,11 +514,11 @@ Content-Type: application/json
<code class="prettyprint language-js">
{
&quot;start&quot; : 12345,
&quot;host&quot; : &quot;147.228.242.58&quot;,
&quot;delta&quot; : 12345,
&quot;cloudDeploymentDomain&quot; : &quot;us-east-1&quot;,
&quot;end&quot; : 12345,
&quot;start&quot; : 12345,
&quot;delta&quot; : 12345,
&quot;vmType&quot; : &quot;...&quot;,
&quot;owner&quot; : &quot;user1&quot;,
&quot;id&quot; : &quot;58e3946e0fb4f562d84ba1ad&quot;,
......
......@@ -220,12 +220,12 @@ It is created automatically. No need to set during a POST</span></td>
<p class="lead">Example</p>
<pre class="prettyprint language-xml example">&lt;b-----&gt;
&lt;end&gt;...&lt;/end&gt;
&lt;cloudDeploymentDomain&gt;us-east-1&lt;/cloudDeploymentDomain&gt;
&lt;delta&gt;...&lt;/delta&gt;
&lt;start&gt;...&lt;/start&gt;
&lt;end&gt;...&lt;/end&gt;
&lt;host&gt;147.228.242.58&lt;/host&gt;
&lt;start&gt;...&lt;/start&gt;
&lt;vmType&gt;...&lt;/vmType&gt;
&lt;delta&gt;...&lt;/delta&gt;
&lt;owner&gt;user1&lt;/owner&gt;
&lt;/b-----&gt;
</pre>
......
......@@ -72,7 +72,7 @@
<h1 class="page-header">Files and Libraries</h1>
<h3 id="artifact_gwt_json_overlay">GWT JSON Overlay</h3>
<p class="lead">Created November 7, 2017</p>
<p class="lead">Created November 9, 2017</p>
<p> <p>
The <a href="http://code.google.com/webtoolkit/">Google Web Toolkit</a> JSON Overlay library provides the JSON Overlays that
can be used to access the Web service API for this application.
......@@ -91,13 +91,13 @@
<tbody data-link="row" class="rowlink">
<tr class="clickable-row" data-href="drip-api-gwt-json-overlay.jar">
<td><span class="downloadfile-name">drip-api-gwt-json-overlay.jar</span></td>
<td><span class="downloadfile-size">14.45K</span></td>
<td><span class="downloadfile-size">14.46K</span></td>
<td><span class="downloadfile-description">The sources for the GWT JSON overlay.</span></td>
</tr>
</tbody>
</table>
<h3 id="artifact_java_json_client_library">Java JSON Client Library</h3>
<p class="lead">Created November 7, 2017</p>
<p class="lead">Created November 9, 2017</p>
<p><p>
The Java client-side library is used to provide the set of Java objects that can be serialized
to/from JSON using <a href="http://jackson.codehaus.org/">Jackson</a>. This is useful for accessing the
......@@ -127,7 +127,7 @@
</tbody>
</table>
<h3 id="artifact_java_xml_client_library">Java XML Client Library</h3>
<p class="lead">Created November 7, 2017</p>
<p class="lead">Created November 9, 2017</p>
<p><p>
The Java client-side library is used to access the Web service API for this application using Java.
</p>
......@@ -155,7 +155,7 @@
</tbody>
</table>
<h3 id="artifact_js_client_library">JavaScript Client Library</h3>
<p class="lead">Created November 7, 2017</p>
<p class="lead">Created November 9, 2017</p>
<p><p>
The JavaScript client-side library defines classes that can be (de)serialized to/from JSON.
This is useful for accessing the resources that are published by this application, but only
......@@ -184,13 +184,13 @@
<tbody data-link="row" class="rowlink">
<tr class="clickable-row" data-href="drip-api-js.zip">
<td><span class="downloadfile-name">drip-api-js.zip</span></td>
<td><span class="downloadfile-size">6.04K</span></td>
<td><span class="downloadfile-size">5.92K</span></td>
<td><span class="downloadfile-description">&nbsp;</span></td>
</tr>
</tbody>
</table>
<h3 id="artifact_php_json_client_library">PHP JSON Client Library</h3>
<p class="lead">Created November 7, 2017</p>
<p class="lead">Created November 9, 2017</p>
<p><p>
The PHP JSON client-side library defines the PHP classes that can be (de)serialized to/from JSON.
This is useful for accessing the resources that are published by this application, but only
......@@ -213,13 +213,13 @@
<tbody data-link="row" class="rowlink">
<tr class="clickable-row" data-href="drip-api-php.zip">
<td><span class="downloadfile-name">drip-api-php.zip</span></td>
<td><span class="downloadfile-size">6.74K</span></td>
<td><span class="downloadfile-size">6.65K</span></td>
<td><span class="downloadfile-description">&nbsp;</span></td>
</tr>
</tbody>
</table>
<h3 id="artifact_php_xml_client_library">PHP XML Client Library</h3>
<p class="lead">Created November 7, 2017</p>
<p class="lead">Created November 9, 2017</p>
<p><p>
The PHP client-side library defines the PHP classes that can be (de)serialized to/from XML.
This is useful for accessing the resources that are published by this application, but only
......@@ -245,13 +245,13 @@
<tbody data-link="row" class="rowlink">
<tr class="clickable-row" data-href="drip-api-php.zip">
<td><span class="downloadfile-name">drip-api-php.zip</span></td>
<td><span class="downloadfile-size">9.62K</span></td>
<td><span class="downloadfile-size">9.61K</span></td>
<td><span class="downloadfile-description">&nbsp;</span></td>
</tr>
</tbody>
</table>
<h3 id="artifact_ruby_json_client_library">Ruby JSON Client Library</h3>
<p class="lead">Created November 7, 2017</p>
<p class="lead">Created November 9, 2017</p>
<p><p>
The Ruby JSON client-side library defines the Ruby classes that can be (de)serialized to/from JSON.
This is useful for accessing the REST endpoints that are published by this application, but only
......
......@@ -1211,110 +1211,156 @@ module V1
module External
module Ansible
# (no documentation provided)
class CloudCredentials < Nl::Uva::Sne::Drip::Drip::Commons::Data::V1::External::OwnedObject
class BenchmarkResult < Nl::Uva::Sne::Drip::Drip::Commons::Data::V1::External::OwnedObject
# the secret key
attr_accessor :secretKey
# the cloudProviderName
attr_accessor :cloudProviderName
# the accessKeyId
attr_accessor :accessKeyId
# the attributes
attr_accessor :attributes
# (no documentation provided)
attr_accessor :cloudDeploymentDomain
# (no documentation provided)
attr_accessor :host
# (no documentation provided)
attr_accessor :delta
# (no documentation provided)
attr_accessor :end
# (no documentation provided)
attr_accessor :start
# (no documentation provided)
attr_accessor :vmType
# the json hash for this CloudCredentials
# the json hash for this BenchmarkResult
def to_jaxb_json_hash
_h = super
_h['secretKey'] = secretKey.to_jaxb_json_hash unless secretKey.nil?
_h['cloudProviderName'] = cloudProviderName.to_jaxb_json_hash unless cloudProviderName.nil?
_h['accessKeyId'] = accessKeyId.to_jaxb_json_hash unless accessKeyId.nil?
_h['attributes'] = attributes.to_jaxb_json_hash unless attributes.nil?
_h['cloudDeploymentDomain'] = cloudDeploymentDomain.to_jaxb_json_hash unless cloudDeploymentDomain.nil?
_h['host'] = host.to_jaxb_json_hash unless host.nil?
_h['delta'] = delta.to_jaxb_json_hash unless delta.nil?
_h['end'] = end.to_jaxb_json_hash unless end.nil?
_h['start'] = start.to_jaxb_json_hash unless start.nil?
_h['vmType'] = vmType.to_jaxb_json_hash unless vmType.nil?
return _h
end
#initializes this CloudCredentials with a json hash
#initializes this BenchmarkResult with a json hash
def init_jaxb_json_hash(_o)
super _o
if !_o['secretKey'].nil?
_oa = _o['secretKey']
if !_o['cloudDeploymentDomain'].nil?
_oa = _o['cloudDeploymentDomain']
if(_oa.is_a? Hash)
@secretKey = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@secretKey = String.from_json(_oa) unless _oa['@class']
@cloudDeploymentDomain = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@cloudDeploymentDomain = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@secretKey = Array.new
@cloudDeploymentDomain = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@secretKey.push String.from_json(_item)
@cloudDeploymentDomain.push String.from_json(_item)
else
@secretKey.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@cloudDeploymentDomain.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@secretKey = _oa
@cloudDeploymentDomain = _oa
end
end
if !_o['cloudProviderName'].nil?
_oa = _o['cloudProviderName']
if !_o['host'].nil?
_oa = _o['host']
if(_oa.is_a? Hash)
@cloudProviderName = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@cloudProviderName = String.from_json(_oa) unless _oa['@class']
@host = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@host = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@cloudProviderName = Array.new
@host = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@cloudProviderName.push String.from_json(_item)
@host.push String.from_json(_item)
else
@cloudProviderName.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@host.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@cloudProviderName = _oa
@host = _oa
end
end
if !_o['accessKeyId'].nil?
_oa = _o['accessKeyId']
if !_o['delta'].nil?
_oa = _o['delta']
if(_oa.is_a? Hash)
@accessKeyId = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@accessKeyId = String.from_json(_oa) unless _oa['@class']
@delta = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@delta = Time.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@accessKeyId = Array.new
@delta = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@accessKeyId.push String.from_json(_item)
@delta.push Time.from_json(_item)
else
@accessKeyId.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@delta.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@accessKeyId = _oa
@delta = _oa
end
end
if !_o['attributes'].nil?
_oa = _o['attributes']
if !_o['end'].nil?
_oa = _o['end']
if(_oa.is_a? Hash)
@attributes = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@attributes = Hash.from_json(_oa) unless _oa['@class']
@end = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@end = Time.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@attributes = Array.new
@end = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@attributes.push Hash.from_json(_item)
@end.push Time.from_json(_item)
else
@attributes.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@end.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@attributes = _oa
@end = _oa
end
end
if !_o['start'].nil?
_oa = _o['start']
if(_oa.is_a? Hash)
@start = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@start = Time.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@start = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@start.push Time.from_json(_item)
else
@start.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@start = _oa
end
end
if !_o['vmType'].nil?
_oa = _o['vmType']
if(_oa.is_a? Hash)
@vmType = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@vmType = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@vmType = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@vmType.push String.from_json(_item)
else
@vmType.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@vmType = _oa
end
end
end
# constructs a CloudCredentials from a (parsed) JSON hash
# constructs a BenchmarkResult from a (parsed) JSON hash
def self.from_json(o)
if o.nil?
return nil
......@@ -1344,6 +1390,8 @@ end
end
end
module Nl
module Uva
......@@ -1733,153 +1781,87 @@ module V1
module External
# (no documentation provided)
class MonitorringMessage < Nl::Uva::Sne::Drip::Drip::Commons::Data::V1::External::OwnedObject
class DeployRequest < Nl::Uva::Sne::Drip::Drip::Commons::Data::V1::External::OwnedObject
# the metricMame
attr_accessor :metricMame
# the subid
attr_accessor :subid
# the value
attr_accessor :value
# the messageType
attr_accessor :messageType
# the date
attr_accessor :date
# the time
attr_accessor :time
# the provisionID
attr_accessor :provisionID
# the managerType
attr_accessor :managerType
# the configurationID
attr_accessor :configurationID
# the json hash for this MonitorringMessage
# the json hash for this DeployRequest
def to_jaxb_json_hash
_h = super
_h['metricMame'] = metricMame.to_jaxb_json_hash unless metricMame.nil?
_h['subid'] = subid.to_jaxb_json_hash unless subid.nil?
_h['value'] = value.to_jaxb_json_hash unless value.nil?
_h['messageType'] = messageType.to_jaxb_json_hash unless messageType.nil?
_h['date'] = date.to_jaxb_json_hash unless date.nil?
_h['time'] = time.to_jaxb_json_hash unless time.nil?
_h['provisionID'] = provisionID.to_jaxb_json_hash unless provisionID.nil?
_h['managerType'] = managerType.to_jaxb_json_hash unless managerType.nil?
_h['configurationID'] = configurationID.to_jaxb_json_hash unless configurationID.nil?
return _h
end
#initializes this MonitorringMessage with a json hash
#initializes this DeployRequest with a json hash
def init_jaxb_json_hash(_o)
super _o
if !_o['metricMame'].nil?
_oa = _o['metricMame']
if(_oa.is_a? Hash)
@metricMame = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@metricMame = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@metricMame = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@metricMame.push String.from_json(_item)
else
@metricMame.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@metricMame = _oa
end
end
if !_o['subid'].nil?
_oa = _o['subid']
if !_o['provisionID'].nil?
_oa = _o['provisionID']
if(_oa.is_a? Hash)
@subid = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@subid = String.from_json(_oa) unless _oa['@class']
@provisionID = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@provisionID = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@subid = Array.new
@provisionID = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@subid.push String.from_json(_item)
@provisionID.push String.from_json(_item)
else
@subid.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@provisionID.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@subid = _oa
@provisionID = _oa
end
end
if !_o['value'].nil?
_oa = _o['value']
if !_o['managerType'].nil?
_oa = _o['managerType']
if(_oa.is_a? Hash)
@value = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@value = Float.from_json(_oa) unless _oa['@class']
@managerType = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@managerType = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@value = Array.new
@managerType = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@value.push Float.from_json(_item)
@managerType.push String.from_json(_item)
else
@value.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@managerType.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@value = _oa
@managerType = _oa
end
end
if !_o['messageType'].nil?
_oa = _o['messageType']
if !_o['configurationID'].nil?
_oa = _o['configurationID']
if(_oa.is_a? Hash)
@messageType = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@messageType = String.from_json(_oa) unless _oa['@class']
@configurationID = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@configurationID = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@messageType = Array.new
@configurationID = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@messageType.push String.from_json(_item)
@configurationID.push String.from_json(_item)
else
@messageType.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@configurationID.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@messageType = _oa
end
end
if !_o['date'].nil?
_oa = _o['date']
if(_oa.is_a? Hash)
@date = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@date = Time.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@date = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@date.push Time.from_json(_item)
else
@date.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@date = _oa
end
end
if !_o['time'].nil?
_oa = _o['time']
if(_oa.is_a? Hash)
@time = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@time = Time.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@time = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@time.push Time.from_json(_item)
else
@time.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@time = _oa
@configurationID = _oa
end
end
end
# constructs a MonitorringMessage from a (parsed) JSON hash
# constructs a DeployRequest from a (parsed) JSON hash
def self.from_json(o)
if o.nil?
return nil
......@@ -1928,87 +1910,153 @@ module V1
module External
# (no documentation provided)
class DeployRequest < Nl::Uva::Sne::Drip::Drip::Commons::Data::V1::External::OwnedObject
class MonitorringMessage < Nl::Uva::Sne::Drip::Drip::Commons::Data::V1::External::OwnedObject
# the provisionID
attr_accessor :provisionID
# the managerType
attr_accessor :managerType
# the configurationID
attr_accessor :configurationID
# the metricMame
attr_accessor :metricMame
# the subid
attr_accessor :subid
# the value
attr_accessor :value
# the messageType
attr_accessor :messageType
# the date
attr_accessor :date
# the time
attr_accessor :time
# the json hash for this DeployRequest
# the json hash for this MonitorringMessage
def to_jaxb_json_hash
_h = super
_h['provisionID'] = provisionID.to_jaxb_json_hash unless provisionID.nil?
_h['managerType'] = managerType.to_jaxb_json_hash unless managerType.nil?
_h['configurationID'] = configurationID.to_jaxb_json_hash unless configurationID.nil?
_h['metricMame'] = metricMame.to_jaxb_json_hash unless metricMame.nil?
_h['subid'] = subid.to_jaxb_json_hash unless subid.nil?
_h['value'] = value.to_jaxb_json_hash unless value.nil?
_h['messageType'] = messageType.to_jaxb_json_hash unless messageType.nil?
_h['date'] = date.to_jaxb_json_hash unless date.nil?
_h['time'] = time.to_jaxb_json_hash unless time.nil?
return _h
end
#initializes this DeployRequest with a json hash
#initializes this MonitorringMessage with a json hash
def init_jaxb_json_hash(_o)
super _o
if !_o['provisionID'].nil?
_oa = _o['provisionID']
if !_o['metricMame'].nil?
_oa = _o['metricMame']
if(_oa.is_a? Hash)
@provisionID = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@provisionID = String.from_json(_oa) unless _oa['@class']
@metricMame = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@metricMame = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@provisionID = Array.new
@metricMame = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@provisionID.push String.from_json(_item)
@metricMame.push String.from_json(_item)
else
@provisionID.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@metricMame.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@provisionID = _oa
@metricMame = _oa
end
end
if !_o['managerType'].nil?
_oa = _o['managerType']
if !_o['subid'].nil?
_oa = _o['subid']
if(_oa.is_a? Hash)
@managerType = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@managerType = String.from_json(_oa) unless _oa['@class']
@subid = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@subid = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@managerType = Array.new
@subid = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@managerType.push String.from_json(_item)
@subid.push String.from_json(_item)
else
@managerType.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@subid.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@managerType = _oa
@subid = _oa
end
end
if !_o['configurationID'].nil?
_oa = _o['configurationID']
if !_o['value'].nil?
_oa = _o['value']
if(_oa.is_a? Hash)
@configurationID = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@configurationID = String.from_json(_oa) unless _oa['@class']
@value = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@value = Float.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@configurationID = Array.new
@value = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@configurationID.push String.from_json(_item)
@value.push Float.from_json(_item)
else
@configurationID.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@value.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@configurationID = _oa
@value = _oa
end
end
if !_o['messageType'].nil?
_oa = _o['messageType']
if(_oa.is_a? Hash)
@messageType = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@messageType = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@messageType = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@messageType.push String.from_json(_item)
else
@messageType.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@messageType = _oa
end
end
if !_o['date'].nil?
_oa = _o['date']
if(_oa.is_a? Hash)
@date = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@date = Time.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@date = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@date.push Time.from_json(_item)
else
@date.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@date = _oa
end
end
if !_o['time'].nil?
_oa = _o['time']
if(_oa.is_a? Hash)
@time = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@time = Time.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@time = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@time.push Time.from_json(_item)
else
@time.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@time = _oa
end
end
end
# constructs a DeployRequest from a (parsed) JSON hash
# constructs a MonitorringMessage from a (parsed) JSON hash
def self.from_json(o)
if o.nil?
return nil
......@@ -2141,156 +2189,110 @@ module V1
module External
module Ansible
# (no documentation provided)
class BenchmarkResult < Nl::Uva::Sne::Drip::Drip::Commons::Data::V1::External::OwnedObject
class CloudCredentials < Nl::Uva::Sne::Drip::Drip::Commons::Data::V1::External::OwnedObject
# (no documentation provided)
attr_accessor :host
# (no documentation provided)
attr_accessor :vmType
# (no documentation provided)
attr_accessor :cloudDeploymentDomain
# (no documentation provided)
attr_accessor :delta
# (no documentation provided)
attr_accessor :end
# (no documentation provided)
attr_accessor :start
# the secret key
attr_accessor :secretKey
# the cloudProviderName
attr_accessor :cloudProviderName
# the accessKeyId
attr_accessor :accessKeyId
# the attributes
attr_accessor :attributes
# the json hash for this BenchmarkResult
# the json hash for this CloudCredentials
def to_jaxb_json_hash
_h = super
_h['host'] = host.to_jaxb_json_hash unless host.nil?
_h['vmType'] = vmType.to_jaxb_json_hash unless vmType.nil?
_h['cloudDeploymentDomain'] = cloudDeploymentDomain.to_jaxb_json_hash unless cloudDeploymentDomain.nil?
_h['delta'] = delta.to_jaxb_json_hash unless delta.nil?
_h['end'] = end.to_jaxb_json_hash unless end.nil?
_h['start'] = start.to_jaxb_json_hash unless start.nil?
_h['secretKey'] = secretKey.to_jaxb_json_hash unless secretKey.nil?
_h['cloudProviderName'] = cloudProviderName.to_jaxb_json_hash unless cloudProviderName.nil?
_h['accessKeyId'] = accessKeyId.to_jaxb_json_hash unless accessKeyId.nil?
_h['attributes'] = attributes.to_jaxb_json_hash unless attributes.nil?
return _h
end
#initializes this BenchmarkResult with a json hash
#initializes this CloudCredentials with a json hash
def init_jaxb_json_hash(_o)
super _o
if !_o['host'].nil?
_oa = _o['host']
if(_oa.is_a? Hash)
@host = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@host = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@host = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@host.push String.from_json(_item)
else
@host.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@host = _oa
end
end
if !_o['vmType'].nil?
_oa = _o['vmType']
if(_oa.is_a? Hash)
@vmType = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@vmType = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@vmType = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@vmType.push String.from_json(_item)
else
@vmType.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@vmType = _oa
end
end
if !_o['cloudDeploymentDomain'].nil?
_oa = _o['cloudDeploymentDomain']
if !_o['secretKey'].nil?
_oa = _o['secretKey']
if(_oa.is_a? Hash)
@cloudDeploymentDomain = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@cloudDeploymentDomain = String.from_json(_oa) unless _oa['@class']
@secretKey = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@secretKey = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@cloudDeploymentDomain = Array.new
@secretKey = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@cloudDeploymentDomain.push String.from_json(_item)
@secretKey.push String.from_json(_item)
else
@cloudDeploymentDomain.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@secretKey.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@cloudDeploymentDomain = _oa
@secretKey = _oa
end
end
if !_o['delta'].nil?
_oa = _o['delta']
if !_o['cloudProviderName'].nil?
_oa = _o['cloudProviderName']
if(_oa.is_a? Hash)
@delta = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@delta = Time.from_json(_oa) unless _oa['@class']
@cloudProviderName = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@cloudProviderName = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@delta = Array.new
@cloudProviderName = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@delta.push Time.from_json(_item)
@cloudProviderName.push String.from_json(_item)
else
@delta.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@cloudProviderName.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@delta = _oa
@cloudProviderName = _oa
end
end
if !_o['end'].nil?
_oa = _o['end']
if !_o['accessKeyId'].nil?
_oa = _o['accessKeyId']
if(_oa.is_a? Hash)
@end = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@end = Time.from_json(_oa) unless _oa['@class']
@accessKeyId = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@accessKeyId = String.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@end = Array.new
@accessKeyId = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@end.push Time.from_json(_item)
@accessKeyId.push String.from_json(_item)
else
@end.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@accessKeyId.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@end = _oa
@accessKeyId = _oa
end
end
if !_o['start'].nil?
_oa = _o['start']
if !_o['attributes'].nil?
_oa = _o['attributes']
if(_oa.is_a? Hash)
@start = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@start = Time.from_json(_oa) unless _oa['@class']
@attributes = EnunciateHelpers::LAMB_CLASS_AWARE.call(_oa) if _oa['@class']
@attributes = Hash.from_json(_oa) unless _oa['@class']
elsif (_oa.is_a? Array)
#an array(of hashes hopefully) or scalar
@start = Array.new
@attributes = Array.new
_oa.each { | _item |
if ((_item.nil? || _item['@class'].nil?)rescue true)
@start.push Time.from_json(_item)
@attributes.push Hash.from_json(_item)
else
@start.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
@attributes.push EnunciateHelpers::LAMB_CLASS_AWARE.call(_item)
end
}
else
@start = _oa
@attributes = _oa
end
end
end
# constructs a BenchmarkResult from a (parsed) JSON hash
# constructs a CloudCredentials from a (parsed) JSON hash
def self.from_json(o)
if o.nil?
return nil
......@@ -2320,8 +2322,6 @@ end
end
end
module Nl
module Uva
......
......@@ -81,7 +81,7 @@ class</p>
</thead>
<tbody>
<tr>
<td> <span class="property-name">host</span>
<td> <span class="property-name">cloudDeploymentDomain</span>
</td>
<td> <span class="datatype-reference">string
</span>
......@@ -90,7 +90,7 @@ class</p>
</td>
</tr>
<tr>
<td> <span class="property-name">vmType</span>
<td> <span class="property-name">host</span>
</td>
<td> <span class="datatype-reference">string
</span>
......@@ -99,16 +99,16 @@ class</p>
</td>
</tr>
<tr>
<td> <span class="property-name">cloudDeploymentDomain</span>
<td> <span class="property-name">delta</span>
</td>
<td> <span class="datatype-reference">string
<td> <span class="datatype-reference">number
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span class="property-name">delta</span>
<td> <span class="property-name">end</span>
</td>
<td> <span class="datatype-reference">number
</span>
......@@ -117,7 +117,7 @@ class</p>
</td>
</tr>
<tr>
<td> <span class="property-name">end</span>
<td> <span class="property-name">start</span>
</td>
<td> <span class="datatype-reference">number
</span>
......@@ -126,9 +126,9 @@ class</p>
</td>
</tr>
<tr>
<td> <span class="property-name">start</span>
<td> <span class="property-name">vmType</span>
</td>
<td> <span class="datatype-reference">number
<td> <span class="datatype-reference">string
</span>
</td>
<td> <span class="property-description"></span>
......@@ -167,12 +167,12 @@ No need to set during a POST</span></td>
<p class="lead">Example</p>
<pre class="prettyprint language-js example">{
&quot;host&quot; : &quot;147.228.242.58&quot;,
&quot;vmType&quot; : &quot;...&quot;,
&quot;cloudDeploymentDomain&quot; : &quot;us-east-1&quot;,
&quot;host&quot; : &quot;147.228.242.58&quot;,
&quot;delta&quot; : 12345,
&quot;end&quot; : 12345,
&quot;start&quot; : 12345,
&quot;vmType&quot; : &quot;...&quot;,
&quot;owner&quot; : &quot;user1&quot;,
&quot;id&quot; : &quot;58e3946e0fb4f562d84ba1ad&quot;,
&quot;timestamp&quot; : 1499793079011
......
......@@ -69,7 +69,7 @@ class</p>
<dl class="dl-horizontal">
<dt>Subtypes</dt>
<dd><a href="json_KeyPair.html">KeyPair</a>, <a href="json_ScaleRequest.html">ScaleRequest</a>, <a href="json_AnsibleOutput.html">AnsibleOutput</a>, <a href="json_BenchmarkResult.html">BenchmarkResult</a>, <a href="json_CloudCredentials.html">CloudCredentials</a>, <a href="json_DeployResponse.html">DeployResponse</a>, <a href="json_DRIPLogRecord.html">DRIPLogRecord</a>, <a href="json_ProvisionRequest.html">ProvisionRequest</a>, <a href="json_Script.html">Script</a>, <a href="json_KeyValueHolder.html">KeyValueHolder</a>, <a href="json_DeployRequest.html">DeployRequest</a>, <a href="json_MonitorringMessage.html">MonitorringMessage</a>, <a href="json_ProvisionResponse.html">ProvisionResponse</a></dd>
<dd><a href="json_KeyPair.html">KeyPair</a>, <a href="json_ScaleRequest.html">ScaleRequest</a>, <a href="json_AnsibleOutput.html">AnsibleOutput</a>, <a href="json_CloudCredentials.html">CloudCredentials</a>, <a href="json_BenchmarkResult.html">BenchmarkResult</a>, <a href="json_DeployResponse.html">DeployResponse</a>, <a href="json_DRIPLogRecord.html">DRIPLogRecord</a>, <a href="json_ProvisionRequest.html">ProvisionRequest</a>, <a href="json_Script.html">Script</a>, <a href="json_KeyValueHolder.html">KeyValueHolder</a>, <a href="json_DeployRequest.html">DeployRequest</a>, <a href="json_ProvisionResponse.html">ProvisionResponse</a>, <a href="json_MonitorringMessage.html">MonitorringMessage</a></dd>
</dl>
<table class="table datatype-properties">
......
......@@ -821,17 +821,17 @@ class]]>
<xs:complexContent>
<xs:extension base="ownedObject">
<xs:sequence>
<xs:element name="end" type="xs:dateTime" minOccurs="0">
<xs:element name="host" type="xs:string" minOccurs="0">
</xs:element>
<xs:element name="vmType" type="xs:string" minOccurs="0">
</xs:element>
<xs:element name="cloudDeploymentDomain" type="xs:string" minOccurs="0">
</xs:element>
<xs:element name="host" type="xs:string" minOccurs="0">
<xs:element name="start" type="xs:dateTime" minOccurs="0">
</xs:element>
<xs:element name="delta" type="xs:dateTime" minOccurs="0">
</xs:element>
<xs:element name="start" type="xs:dateTime" minOccurs="0">
<xs:element name="cloudDeploymentDomain" type="xs:string" minOccurs="0">
</xs:element>
<xs:element name="end" type="xs:dateTime" minOccurs="0">
</xs:element>
</xs:sequence>
</xs:extension>
......
......@@ -144,12 +144,12 @@ Content-Type: application/json
<code class="prettyprint language-js">
[ {
&quot;host&quot; : &quot;147.228.242.58&quot;,
&quot;vmType&quot; : &quot;...&quot;,
&quot;cloudDeploymentDomain&quot; : &quot;us-east-1&quot;,
&quot;host&quot; : &quot;147.228.242.58&quot;,
&quot;delta&quot; : 12345,
&quot;end&quot; : 12345,
&quot;start&quot; : 12345,
&quot;vmType&quot; : &quot;...&quot;,
&quot;owner&quot; : &quot;user1&quot;,
&quot;id&quot; : &quot;58e3946e0fb4f562d84ba1ad&quot;,
&quot;timestamp&quot; : 1499793079011
......@@ -514,12 +514,12 @@ Content-Type: application/json
<code class="prettyprint language-js">
{
&quot;host&quot; : &quot;147.228.242.58&quot;,
&quot;vmType&quot; : &quot;...&quot;,
&quot;cloudDeploymentDomain&quot; : &quot;us-east-1&quot;,
&quot;host&quot; : &quot;147.228.242.58&quot;,
&quot;delta&quot; : 12345,
&quot;end&quot; : 12345,
&quot;start&quot; : 12345,
&quot;vmType&quot; : &quot;...&quot;,
&quot;owner&quot; : &quot;user1&quot;,
&quot;id&quot; : &quot;58e3946e0fb4f562d84ba1ad&quot;,
&quot;timestamp&quot; : 1499793079011
......
......@@ -220,12 +220,12 @@ It is created automatically. No need to set during a POST</span></td>
<p class="lead">Example</p>
<pre class="prettyprint language-xml example">&lt;b-----&gt;
&lt;end&gt;...&lt;/end&gt;
&lt;vmType&gt;...&lt;/vmType&gt;
&lt;cloudDeploymentDomain&gt;us-east-1&lt;/cloudDeploymentDomain&gt;
&lt;host&gt;147.228.242.58&lt;/host&gt;
&lt;delta&gt;...&lt;/delta&gt;
&lt;vmType&gt;...&lt;/vmType&gt;
&lt;start&gt;...&lt;/start&gt;
&lt;delta&gt;...&lt;/delta&gt;
&lt;cloudDeploymentDomain&gt;us-east-1&lt;/cloudDeploymentDomain&gt;
&lt;end&gt;...&lt;/end&gt;
&lt;owner&gt;user1&lt;/owner&gt;
&lt;/b-----&gt;
</pre>
......
......@@ -139,11 +139,11 @@ public class Converter {
}
public static String json2Yml2(String jsonString) throws JSONException {
DumperOptions options = new DumperOptions();
options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
options.setPrettyFlow(true);
options.setDefaultScalarStyle(DumperOptions.ScalarStyle.SINGLE_QUOTED);
Yaml yaml = new Yaml(options);
// DumperOptions options = new DumperOptions();
// options.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);
// options.setPrettyFlow(true);
// options.setDefaultScalarStyle(DumperOptions.ScalarStyle.SINGLE_QUOTED);
Yaml yaml = new Yaml();
String yamlStr = yaml.dump(ymlString2Map(jsonString));
return yamlStr;
}
......
2017-10-24 17:02:29,283 - rpc_server - INFO - Awaiting RPC requests
2017-10-24 17:02:39,292 - rpc_server - INFO - Threads successfully closed
2017-10-25 12:32:37,432 - rpc_server - INFO - Awaiting RPC requests
2017-10-25 13:30:40,422 - rpc_server - INFO - Response: {"creationDate": 1508931040422, "parameters": [{"url": "null", "attributes": "null", "name": "credential", "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQCs21iMQDrBWEl9RM5jRlGQRp+Kg6Wko2wnqq/dfM0dnlWTOBU5\n+zEcO/SFyTIZz8ZKEjYTAbuTxo/k93Gs6Ko8jzN88viNAv1WNMQR7oGHZ2Jw1SHE\nFI/Hz83dptLHH8Jkb6/rOZVTw8nBvOAkCPuHEMC6+gNW3NZoR2w/kfCUQwIDAQAB\nAoGAHT6/LHtxdWTKijcp9AHhqtdIBtdfHwvHMK7gMkj7KxeuwsmqTbUCChTaugfg\nQh21HrMWEwEoC0h87/Ate2Oh6XWmsNvXzrcTuGoB9P8fG0BQNPGpn6w1szbzQ+OA\nd90y2veBOMA5ePLSwgJ9yvCafCZJwJxrmhjGwMIuWwIoQoECQQDkG6synnzykBBi\nvKzr4ppkEpROKmhnnvVPl7OJYNl18CjCex0xHLr3fmDD5svus7f0lggRgHdkC1je\nTVM5X0m9AkEAwf4uC4LSxKRTin5d93GeV6RVpmYmWJdwUMcXfQVt5uVA+oAogTde\nhFvj/cfnGcktSpNzmM5zgOaLseopp+o1/wJABVX0WjnE2HOwPm8FaHsje2XH3FA3\novzf5h25UGRYkd6tRWdV1nlCkll9b/etG4dOrUT5KVek800kpgaPBM+KzQJBAL9Q\nZSiFBEdZp+nVZeY57uaP8sf/xaFo+CMxtUBeslwbi1GAQnHsoRH3bYlCM++CL2B0\nunPgZpigxPPY8uveVxECQFVCM3hlWtvOltexcAeTOsnadVKYAbzs3rvQMyPls+1D\nSNoFbZEwh8tnrl0sFIHbOsa+r3G0D+1NEWDvKNTXf5I=\n-----END RSA PRIVATE KEY-----\n", "encoding": "UTF-8"}]}
2017-10-25 13:31:20,109 - rpc_server - INFO - Threads successfully closed
2017-10-25 13:31:23,012 - rpc_server - INFO - Awaiting RPC requests
2017-10-25 13:31:49,370 - rpc_server - INFO - Response: {"creationDate": 1508931109370, "parameters": [{"url": "null", "attributes": "null", "name": "credential", "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQCs21iMQDrBWEl9RM5jRlGQRp+Kg6Wko2wnqq/dfM0dnlWTOBU5\n+zEcO/SFyTIZz8ZKEjYTAbuTxo/k93Gs6Ko8jzN88viNAv1WNMQR7oGHZ2Jw1SHE\nFI/Hz83dptLHH8Jkb6/rOZVTw8nBvOAkCPuHEMC6+gNW3NZoR2w/kfCUQwIDAQAB\nAoGAHT6/LHtxdWTKijcp9AHhqtdIBtdfHwvHMK7gMkj7KxeuwsmqTbUCChTaugfg\nQh21HrMWEwEoC0h87/Ate2Oh6XWmsNvXzrcTuGoB9P8fG0BQNPGpn6w1szbzQ+OA\nd90y2veBOMA5ePLSwgJ9yvCafCZJwJxrmhjGwMIuWwIoQoECQQDkG6synnzykBBi\nvKzr4ppkEpROKmhnnvVPl7OJYNl18CjCex0xHLr3fmDD5svus7f0lggRgHdkC1je\nTVM5X0m9AkEAwf4uC4LSxKRTin5d93GeV6RVpmYmWJdwUMcXfQVt5uVA+oAogTde\nhFvj/cfnGcktSpNzmM5zgOaLseopp+o1/wJABVX0WjnE2HOwPm8FaHsje2XH3FA3\novzf5h25UGRYkd6tRWdV1nlCkll9b/etG4dOrUT5KVek800kpgaPBM+KzQJBAL9Q\nZSiFBEdZp+nVZeY57uaP8sf/xaFo+CMxtUBeslwbi1GAQnHsoRH3bYlCM++CL2B0\nunPgZpigxPPY8uveVxECQFVCM3hlWtvOltexcAeTOsnadVKYAbzs3rvQMyPls+1D\nSNoFbZEwh8tnrl0sFIHbOsa+r3G0D+1NEWDvKNTXf5I=\n-----END RSA PRIVATE KEY-----\n", "encoding": "UTF-8"}]}
2017-10-25 13:33:23,103 - rpc_server - INFO - Threads successfully closed
2017-10-25 13:33:24,663 - rpc_server - INFO - Awaiting RPC requests
2017-10-25 13:33:39,109 - rpc_server - INFO - Response: {"creationDate": 1508931219109, "parameters": [{"url": "null", "attributes": "null", "name": "credential", "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQCs21iMQDrBWEl9RM5jRlGQRp+Kg6Wko2wnqq/dfM0dnlWTOBU5\n+zEcO/SFyTIZz8ZKEjYTAbuTxo/k93Gs6Ko8jzN88viNAv1WNMQR7oGHZ2Jw1SHE\nFI/Hz83dptLHH8Jkb6/rOZVTw8nBvOAkCPuHEMC6+gNW3NZoR2w/kfCUQwIDAQAB\nAoGAHT6/LHtxdWTKijcp9AHhqtdIBtdfHwvHMK7gMkj7KxeuwsmqTbUCChTaugfg\nQh21HrMWEwEoC0h87/Ate2Oh6XWmsNvXzrcTuGoB9P8fG0BQNPGpn6w1szbzQ+OA\nd90y2veBOMA5ePLSwgJ9yvCafCZJwJxrmhjGwMIuWwIoQoECQQDkG6synnzykBBi\nvKzr4ppkEpROKmhnnvVPl7OJYNl18CjCex0xHLr3fmDD5svus7f0lggRgHdkC1je\nTVM5X0m9AkEAwf4uC4LSxKRTin5d93GeV6RVpmYmWJdwUMcXfQVt5uVA+oAogTde\nhFvj/cfnGcktSpNzmM5zgOaLseopp+o1/wJABVX0WjnE2HOwPm8FaHsje2XH3FA3\novzf5h25UGRYkd6tRWdV1nlCkll9b/etG4dOrUT5KVek800kpgaPBM+KzQJBAL9Q\nZSiFBEdZp+nVZeY57uaP8sf/xaFo+CMxtUBeslwbi1GAQnHsoRH3bYlCM++CL2B0\nunPgZpigxPPY8uveVxECQFVCM3hlWtvOltexcAeTOsnadVKYAbzs3rvQMyPls+1D\nSNoFbZEwh8tnrl0sFIHbOsa+r3G0D+1NEWDvKNTXf5I=\n-----END RSA PRIVATE KEY-----\n", "encoding": "UTF-8"}]}
2017-10-25 13:35:44,793 - rpc_server - INFO - Threads successfully closed
2017-10-25 13:35:46,061 - rpc_server - INFO - Awaiting RPC requests
2017-10-25 13:35:59,961 - rpc_server - INFO - Response: {"creationDate": 1508931359961, "parameters": [{"url": "null", "attributes": "null", "name": "credential", "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQCs21iMQDrBWEl9RM5jRlGQRp+Kg6Wko2wnqq/dfM0dnlWTOBU5\n+zEcO/SFyTIZz8ZKEjYTAbuTxo/k93Gs6Ko8jzN88viNAv1WNMQR7oGHZ2Jw1SHE\nFI/Hz83dptLHH8Jkb6/rOZVTw8nBvOAkCPuHEMC6+gNW3NZoR2w/kfCUQwIDAQAB\nAoGAHT6/LHtxdWTKijcp9AHhqtdIBtdfHwvHMK7gMkj7KxeuwsmqTbUCChTaugfg\nQh21HrMWEwEoC0h87/Ate2Oh6XWmsNvXzrcTuGoB9P8fG0BQNPGpn6w1szbzQ+OA\nd90y2veBOMA5ePLSwgJ9yvCafCZJwJxrmhjGwMIuWwIoQoECQQDkG6synnzykBBi\nvKzr4ppkEpROKmhnnvVPl7OJYNl18CjCex0xHLr3fmDD5svus7f0lggRgHdkC1je\nTVM5X0m9AkEAwf4uC4LSxKRTin5d93GeV6RVpmYmWJdwUMcXfQVt5uVA+oAogTde\nhFvj/cfnGcktSpNzmM5zgOaLseopp+o1/wJABVX0WjnE2HOwPm8FaHsje2XH3FA3\novzf5h25UGRYkd6tRWdV1nlCkll9b/etG4dOrUT5KVek800kpgaPBM+KzQJBAL9Q\nZSiFBEdZp+nVZeY57uaP8sf/xaFo+CMxtUBeslwbi1GAQnHsoRH3bYlCM++CL2B0\nunPgZpigxPPY8uveVxECQFVCM3hlWtvOltexcAeTOsnadVKYAbzs3rvQMyPls+1D\nSNoFbZEwh8tnrl0sFIHbOsa+r3G0D+1NEWDvKNTXf5I=\n-----END RSA PRIVATE KEY-----\n", "encoding": "UTF-8"}]}
2017-10-25 13:36:16,083 - rpc_server - INFO - Threads successfully closed
2017-10-25 13:36:17,714 - rpc_server - INFO - Awaiting RPC requests
2017-10-25 13:36:39,437 - rpc_server - INFO - Response: {"creationDate": 1508931399437, "parameters": [{"url": "null", "attributes": "null", "name": "credential", "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQCs21iMQDrBWEl9RM5jRlGQRp+Kg6Wko2wnqq/dfM0dnlWTOBU5\n+zEcO/SFyTIZz8ZKEjYTAbuTxo/k93Gs6Ko8jzN88viNAv1WNMQR7oGHZ2Jw1SHE\nFI/Hz83dptLHH8Jkb6/rOZVTw8nBvOAkCPuHEMC6+gNW3NZoR2w/kfCUQwIDAQAB\nAoGAHT6/LHtxdWTKijcp9AHhqtdIBtdfHwvHMK7gMkj7KxeuwsmqTbUCChTaugfg\nQh21HrMWEwEoC0h87/Ate2Oh6XWmsNvXzrcTuGoB9P8fG0BQNPGpn6w1szbzQ+OA\nd90y2veBOMA5ePLSwgJ9yvCafCZJwJxrmhjGwMIuWwIoQoECQQDkG6synnzykBBi\nvKzr4ppkEpROKmhnnvVPl7OJYNl18CjCex0xHLr3fmDD5svus7f0lggRgHdkC1je\nTVM5X0m9AkEAwf4uC4LSxKRTin5d93GeV6RVpmYmWJdwUMcXfQVt5uVA+oAogTde\nhFvj/cfnGcktSpNzmM5zgOaLseopp+o1/wJABVX0WjnE2HOwPm8FaHsje2XH3FA3\novzf5h25UGRYkd6tRWdV1nlCkll9b/etG4dOrUT5KVek800kpgaPBM+KzQJBAL9Q\nZSiFBEdZp+nVZeY57uaP8sf/xaFo+CMxtUBeslwbi1GAQnHsoRH3bYlCM++CL2B0\nunPgZpigxPPY8uveVxECQFVCM3hlWtvOltexcAeTOsnadVKYAbzs3rvQMyPls+1D\nSNoFbZEwh8tnrl0sFIHbOsa+r3G0D+1NEWDvKNTXf5I=\n-----END RSA PRIVATE KEY-----\n", "encoding": "UTF-8"}]}
2017-10-25 13:38:37,842 - rpc_server - INFO - Threads successfully closed
2017-10-25 13:38:39,005 - rpc_server - INFO - Awaiting RPC requests
2017-10-25 13:38:52,476 - rpc_server - INFO - Response: {"creationDate": 1508931532476, "parameters": [{"url": "null", "attributes": "null", "name": "credential", "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQCs21iMQDrBWEl9RM5jRlGQRp+Kg6Wko2wnqq/dfM0dnlWTOBU5\n+zEcO/SFyTIZz8ZKEjYTAbuTxo/k93Gs6Ko8jzN88viNAv1WNMQR7oGHZ2Jw1SHE\nFI/Hz83dptLHH8Jkb6/rOZVTw8nBvOAkCPuHEMC6+gNW3NZoR2w/kfCUQwIDAQAB\nAoGAHT6/LHtxdWTKijcp9AHhqtdIBtdfHwvHMK7gMkj7KxeuwsmqTbUCChTaugfg\nQh21HrMWEwEoC0h87/Ate2Oh6XWmsNvXzrcTuGoB9P8fG0BQNPGpn6w1szbzQ+OA\nd90y2veBOMA5ePLSwgJ9yvCafCZJwJxrmhjGwMIuWwIoQoECQQDkG6synnzykBBi\nvKzr4ppkEpROKmhnnvVPl7OJYNl18CjCex0xHLr3fmDD5svus7f0lggRgHdkC1je\nTVM5X0m9AkEAwf4uC4LSxKRTin5d93GeV6RVpmYmWJdwUMcXfQVt5uVA+oAogTde\nhFvj/cfnGcktSpNzmM5zgOaLseopp+o1/wJABVX0WjnE2HOwPm8FaHsje2XH3FA3\novzf5h25UGRYkd6tRWdV1nlCkll9b/etG4dOrUT5KVek800kpgaPBM+KzQJBAL9Q\nZSiFBEdZp+nVZeY57uaP8sf/xaFo+CMxtUBeslwbi1GAQnHsoRH3bYlCM++CL2B0\nunPgZpigxPPY8uveVxECQFVCM3hlWtvOltexcAeTOsnadVKYAbzs3rvQMyPls+1D\nSNoFbZEwh8tnrl0sFIHbOsa+r3G0D+1NEWDvKNTXf5I=\n-----END RSA PRIVATE KEY-----\n", "encoding": "UTF-8"}]}
2017-10-25 13:40:34,085 - rpc_server - INFO - Threads successfully closed
2017-10-25 13:40:35,445 - rpc_server - INFO - Awaiting RPC requests
2017-10-25 13:40:50,135 - rpc_server - INFO - Response: {"creationDate": 1508931650135, "parameters": [{"url": "null", "attributes": "null", "name": "credential", "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQCs21iMQDrBWEl9RM5jRlGQRp+Kg6Wko2wnqq/dfM0dnlWTOBU5\n+zEcO/SFyTIZz8ZKEjYTAbuTxo/k93Gs6Ko8jzN88viNAv1WNMQR7oGHZ2Jw1SHE\nFI/Hz83dptLHH8Jkb6/rOZVTw8nBvOAkCPuHEMC6+gNW3NZoR2w/kfCUQwIDAQAB\nAoGAHT6/LHtxdWTKijcp9AHhqtdIBtdfHwvHMK7gMkj7KxeuwsmqTbUCChTaugfg\nQh21HrMWEwEoC0h87/Ate2Oh6XWmsNvXzrcTuGoB9P8fG0BQNPGpn6w1szbzQ+OA\nd90y2veBOMA5ePLSwgJ9yvCafCZJwJxrmhjGwMIuWwIoQoECQQDkG6synnzykBBi\nvKzr4ppkEpROKmhnnvVPl7OJYNl18CjCex0xHLr3fmDD5svus7f0lggRgHdkC1je\nTVM5X0m9AkEAwf4uC4LSxKRTin5d93GeV6RVpmYmWJdwUMcXfQVt5uVA+oAogTde\nhFvj/cfnGcktSpNzmM5zgOaLseopp+o1/wJABVX0WjnE2HOwPm8FaHsje2XH3FA3\novzf5h25UGRYkd6tRWdV1nlCkll9b/etG4dOrUT5KVek800kpgaPBM+KzQJBAL9Q\nZSiFBEdZp+nVZeY57uaP8sf/xaFo+CMxtUBeslwbi1GAQnHsoRH3bYlCM++CL2B0\nunPgZpigxPPY8uveVxECQFVCM3hlWtvOltexcAeTOsnadVKYAbzs3rvQMyPls+1D\nSNoFbZEwh8tnrl0sFIHbOsa+r3G0D+1NEWDvKNTXf5I=\n-----END RSA PRIVATE KEY-----\n", "encoding": "UTF-8"}]}
2017-10-25 13:42:40,541 - rpc_server - INFO - Threads successfully closed
2017-10-25 13:42:41,082 - rpc_server - INFO - Awaiting RPC requests
2017-10-25 13:42:53,014 - rpc_server - INFO - Response: {"creationDate": 1508931773015, "parameters": [{"url": "null", "attributes": "null", "name": "credential", "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQCs21iMQDrBWEl9RM5jRlGQRp+Kg6Wko2wnqq/dfM0dnlWTOBU5\n+zEcO/SFyTIZz8ZKEjYTAbuTxo/k93Gs6Ko8jzN88viNAv1WNMQR7oGHZ2Jw1SHE\nFI/Hz83dptLHH8Jkb6/rOZVTw8nBvOAkCPuHEMC6+gNW3NZoR2w/kfCUQwIDAQAB\nAoGAHT6/LHtxdWTKijcp9AHhqtdIBtdfHwvHMK7gMkj7KxeuwsmqTbUCChTaugfg\nQh21HrMWEwEoC0h87/Ate2Oh6XWmsNvXzrcTuGoB9P8fG0BQNPGpn6w1szbzQ+OA\nd90y2veBOMA5ePLSwgJ9yvCafCZJwJxrmhjGwMIuWwIoQoECQQDkG6synnzykBBi\nvKzr4ppkEpROKmhnnvVPl7OJYNl18CjCex0xHLr3fmDD5svus7f0lggRgHdkC1je\nTVM5X0m9AkEAwf4uC4LSxKRTin5d93GeV6RVpmYmWJdwUMcXfQVt5uVA+oAogTde\nhFvj/cfnGcktSpNzmM5zgOaLseopp+o1/wJABVX0WjnE2HOwPm8FaHsje2XH3FA3\novzf5h25UGRYkd6tRWdV1nlCkll9b/etG4dOrUT5KVek800kpgaPBM+KzQJBAL9Q\nZSiFBEdZp+nVZeY57uaP8sf/xaFo+CMxtUBeslwbi1GAQnHsoRH3bYlCM++CL2B0\nunPgZpigxPPY8uveVxECQFVCM3hlWtvOltexcAeTOsnadVKYAbzs3rvQMyPls+1D\nSNoFbZEwh8tnrl0sFIHbOsa+r3G0D+1NEWDvKNTXf5I=\n-----END RSA PRIVATE KEY-----\n", "encoding": "UTF-8"}]}
2017-10-25 13:43:26,299 - rpc_server - INFO - Awaiting RPC requests
2017-10-25 13:43:44,544 - rpc_server - INFO - Response: {"creationDate": 1508931824545, "parameters": [{"url": "null", "attributes": "null", "name": "credential", "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQCs21iMQDrBWEl9RM5jRlGQRp+Kg6Wko2wnqq/dfM0dnlWTOBU5\n+zEcO/SFyTIZz8ZKEjYTAbuTxo/k93Gs6Ko8jzN88viNAv1WNMQR7oGHZ2Jw1SHE\nFI/Hz83dptLHH8Jkb6/rOZVTw8nBvOAkCPuHEMC6+gNW3NZoR2w/kfCUQwIDAQAB\nAoGAHT6/LHtxdWTKijcp9AHhqtdIBtdfHwvHMK7gMkj7KxeuwsmqTbUCChTaugfg\nQh21HrMWEwEoC0h87/Ate2Oh6XWmsNvXzrcTuGoB9P8fG0BQNPGpn6w1szbzQ+OA\nd90y2veBOMA5ePLSwgJ9yvCafCZJwJxrmhjGwMIuWwIoQoECQQDkG6synnzykBBi\nvKzr4ppkEpROKmhnnvVPl7OJYNl18CjCex0xHLr3fmDD5svus7f0lggRgHdkC1je\nTVM5X0m9AkEAwf4uC4LSxKRTin5d93GeV6RVpmYmWJdwUMcXfQVt5uVA+oAogTde\nhFvj/cfnGcktSpNzmM5zgOaLseopp+o1/wJABVX0WjnE2HOwPm8FaHsje2XH3FA3\novzf5h25UGRYkd6tRWdV1nlCkll9b/etG4dOrUT5KVek800kpgaPBM+KzQJBAL9Q\nZSiFBEdZp+nVZeY57uaP8sf/xaFo+CMxtUBeslwbi1GAQnHsoRH3bYlCM++CL2B0\nunPgZpigxPPY8uveVxECQFVCM3hlWtvOltexcAeTOsnadVKYAbzs3rvQMyPls+1D\nSNoFbZEwh8tnrl0sFIHbOsa+r3G0D+1NEWDvKNTXf5I=\n-----END RSA PRIVATE KEY-----\n", "encoding": "UTF-8"}]}
2017-10-25 13:44:51,351 - rpc_server - INFO - Threads successfully closed
2017-10-25 13:45:20,047 - rpc_server - INFO - Awaiting RPC requests
2017-10-25 13:45:44,733 - rpc_server - INFO - Response: {"creationDate": 1508931944733, "parameters": [{"url": "null", "attributes": "null", "name": "credential", "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQCs21iMQDrBWEl9RM5jRlGQRp+Kg6Wko2wnqq/dfM0dnlWTOBU5\n+zEcO/SFyTIZz8ZKEjYTAbuTxo/k93Gs6Ko8jzN88viNAv1WNMQR7oGHZ2Jw1SHE\nFI/Hz83dptLHH8Jkb6/rOZVTw8nBvOAkCPuHEMC6+gNW3NZoR2w/kfCUQwIDAQAB\nAoGAHT6/LHtxdWTKijcp9AHhqtdIBtdfHwvHMK7gMkj7KxeuwsmqTbUCChTaugfg\nQh21HrMWEwEoC0h87/Ate2Oh6XWmsNvXzrcTuGoB9P8fG0BQNPGpn6w1szbzQ+OA\nd90y2veBOMA5ePLSwgJ9yvCafCZJwJxrmhjGwMIuWwIoQoECQQDkG6synnzykBBi\nvKzr4ppkEpROKmhnnvVPl7OJYNl18CjCex0xHLr3fmDD5svus7f0lggRgHdkC1je\nTVM5X0m9AkEAwf4uC4LSxKRTin5d93GeV6RVpmYmWJdwUMcXfQVt5uVA+oAogTde\nhFvj/cfnGcktSpNzmM5zgOaLseopp+o1/wJABVX0WjnE2HOwPm8FaHsje2XH3FA3\novzf5h25UGRYkd6tRWdV1nlCkll9b/etG4dOrUT5KVek800kpgaPBM+KzQJBAL9Q\nZSiFBEdZp+nVZeY57uaP8sf/xaFo+CMxtUBeslwbi1GAQnHsoRH3bYlCM++CL2B0\nunPgZpigxPPY8uveVxECQFVCM3hlWtvOltexcAeTOsnadVKYAbzs3rvQMyPls+1D\nSNoFbZEwh8tnrl0sFIHbOsa+r3G0D+1NEWDvKNTXf5I=\n-----END RSA PRIVATE KEY-----\n", "encoding": "UTF-8"}]}
2017-10-25 13:45:45,072 - rpc_server - INFO - Threads successfully closed
2017-10-25 13:45:49,918 - rpc_server - INFO - Awaiting RPC requests
2017-10-25 13:46:06,425 - rpc_server - INFO - Response: {"creationDate": 1508931966426, "parameters": [{"url": "null", "attributes": "null", "name": "credential", "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQCs21iMQDrBWEl9RM5jRlGQRp+Kg6Wko2wnqq/dfM0dnlWTOBU5\n+zEcO/SFyTIZz8ZKEjYTAbuTxo/k93Gs6Ko8jzN88viNAv1WNMQR7oGHZ2Jw1SHE\nFI/Hz83dptLHH8Jkb6/rOZVTw8nBvOAkCPuHEMC6+gNW3NZoR2w/kfCUQwIDAQAB\nAoGAHT6/LHtxdWTKijcp9AHhqtdIBtdfHwvHMK7gMkj7KxeuwsmqTbUCChTaugfg\nQh21HrMWEwEoC0h87/Ate2Oh6XWmsNvXzrcTuGoB9P8fG0BQNPGpn6w1szbzQ+OA\nd90y2veBOMA5ePLSwgJ9yvCafCZJwJxrmhjGwMIuWwIoQoECQQDkG6synnzykBBi\nvKzr4ppkEpROKmhnnvVPl7OJYNl18CjCex0xHLr3fmDD5svus7f0lggRgHdkC1je\nTVM5X0m9AkEAwf4uC4LSxKRTin5d93GeV6RVpmYmWJdwUMcXfQVt5uVA+oAogTde\nhFvj/cfnGcktSpNzmM5zgOaLseopp+o1/wJABVX0WjnE2HOwPm8FaHsje2XH3FA3\novzf5h25UGRYkd6tRWdV1nlCkll9b/etG4dOrUT5KVek800kpgaPBM+KzQJBAL9Q\nZSiFBEdZp+nVZeY57uaP8sf/xaFo+CMxtUBeslwbi1GAQnHsoRH3bYlCM++CL2B0\nunPgZpigxPPY8uveVxECQFVCM3hlWtvOltexcAeTOsnadVKYAbzs3rvQMyPls+1D\nSNoFbZEwh8tnrl0sFIHbOsa+r3G0D+1NEWDvKNTXf5I=\n-----END RSA PRIVATE KEY-----\n", "encoding": "UTF-8"}]}
2017-10-25 13:46:59,975 - rpc_server - INFO - Threads successfully closed
2017-10-25 13:47:01,313 - rpc_server - INFO - Awaiting RPC requests
2017-10-25 13:47:20,223 - rpc_server - INFO - Response: {"creationDate": 1508932040223, "parameters": [{"url": "null", "attributes": "null", "name": "credential", "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQCs21iMQDrBWEl9RM5jRlGQRp+Kg6Wko2wnqq/dfM0dnlWTOBU5\n+zEcO/SFyTIZz8ZKEjYTAbuTxo/k93Gs6Ko8jzN88viNAv1WNMQR7oGHZ2Jw1SHE\nFI/Hz83dptLHH8Jkb6/rOZVTw8nBvOAkCPuHEMC6+gNW3NZoR2w/kfCUQwIDAQAB\nAoGAHT6/LHtxdWTKijcp9AHhqtdIBtdfHwvHMK7gMkj7KxeuwsmqTbUCChTaugfg\nQh21HrMWEwEoC0h87/Ate2Oh6XWmsNvXzrcTuGoB9P8fG0BQNPGpn6w1szbzQ+OA\nd90y2veBOMA5ePLSwgJ9yvCafCZJwJxrmhjGwMIuWwIoQoECQQDkG6synnzykBBi\nvKzr4ppkEpROKmhnnvVPl7OJYNl18CjCex0xHLr3fmDD5svus7f0lggRgHdkC1je\nTVM5X0m9AkEAwf4uC4LSxKRTin5d93GeV6RVpmYmWJdwUMcXfQVt5uVA+oAogTde\nhFvj/cfnGcktSpNzmM5zgOaLseopp+o1/wJABVX0WjnE2HOwPm8FaHsje2XH3FA3\novzf5h25UGRYkd6tRWdV1nlCkll9b/etG4dOrUT5KVek800kpgaPBM+KzQJBAL9Q\nZSiFBEdZp+nVZeY57uaP8sf/xaFo+CMxtUBeslwbi1GAQnHsoRH3bYlCM++CL2B0\nunPgZpigxPPY8uveVxECQFVCM3hlWtvOltexcAeTOsnadVKYAbzs3rvQMyPls+1D\nSNoFbZEwh8tnrl0sFIHbOsa+r3G0D+1NEWDvKNTXf5I=\n-----END RSA PRIVATE KEY-----\n", "encoding": "UTF-8"}]}
2017-10-25 13:48:41,390 - rpc_server - INFO - Threads successfully closed
2017-10-25 13:48:42,666 - rpc_server - INFO - Awaiting RPC requests
2017-10-25 13:48:55,231 - rpc_server - INFO - Response: {"creationDate": 1508932135231, "parameters": [{"url": "null", "attributes": "null", "name": "credential", "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQCs21iMQDrBWEl9RM5jRlGQRp+Kg6Wko2wnqq/dfM0dnlWTOBU5\n+zEcO/SFyTIZz8ZKEjYTAbuTxo/k93Gs6Ko8jzN88viNAv1WNMQR7oGHZ2Jw1SHE\nFI/Hz83dptLHH8Jkb6/rOZVTw8nBvOAkCPuHEMC6+gNW3NZoR2w/kfCUQwIDAQAB\nAoGAHT6/LHtxdWTKijcp9AHhqtdIBtdfHwvHMK7gMkj7KxeuwsmqTbUCChTaugfg\nQh21HrMWEwEoC0h87/Ate2Oh6XWmsNvXzrcTuGoB9P8fG0BQNPGpn6w1szbzQ+OA\nd90y2veBOMA5ePLSwgJ9yvCafCZJwJxrmhjGwMIuWwIoQoECQQDkG6synnzykBBi\nvKzr4ppkEpROKmhnnvVPl7OJYNl18CjCex0xHLr3fmDD5svus7f0lggRgHdkC1je\nTVM5X0m9AkEAwf4uC4LSxKRTin5d93GeV6RVpmYmWJdwUMcXfQVt5uVA+oAogTde\nhFvj/cfnGcktSpNzmM5zgOaLseopp+o1/wJABVX0WjnE2HOwPm8FaHsje2XH3FA3\novzf5h25UGRYkd6tRWdV1nlCkll9b/etG4dOrUT5KVek800kpgaPBM+KzQJBAL9Q\nZSiFBEdZp+nVZeY57uaP8sf/xaFo+CMxtUBeslwbi1GAQnHsoRH3bYlCM++CL2B0\nunPgZpigxPPY8uveVxECQFVCM3hlWtvOltexcAeTOsnadVKYAbzs3rvQMyPls+1D\nSNoFbZEwh8tnrl0sFIHbOsa+r3G0D+1NEWDvKNTXf5I=\n-----END RSA PRIVATE KEY-----\n", "encoding": "UTF-8"}]}
2017-10-25 13:49:32,711 - rpc_server - INFO - Threads successfully closed
2017-10-25 13:49:35,581 - rpc_server - INFO - Awaiting RPC requests
2017-10-25 13:50:18,731 - rpc_server - INFO - Awaiting RPC requests
2017-10-25 13:50:21,350 - rpc_server - INFO - Awaiting RPC requests
2017-10-25 13:50:46,771 - rpc_server - INFO - Awaiting RPC requests
2017-10-25 13:50:59,027 - rpc_server - INFO - Response: {"creationDate": 1508932259028, "parameters": [{"url": "null", "attributes": "null", "name": "credential", "value": "-----BEGIN RSA PRIVATE KEY-----\nMIICXAIBAAKBgQCs21iMQDrBWEl9RM5jRlGQRp+Kg6Wko2wnqq/dfM0dnlWTOBU5\n+zEcO/SFyTIZz8ZKEjYTAbuTxo/k93Gs6Ko8jzN88viNAv1WNMQR7oGHZ2Jw1SHE\nFI/Hz83dptLHH8Jkb6/rOZVTw8nBvOAkCPuHEMC6+gNW3NZoR2w/kfCUQwIDAQAB\nAoGAHT6/LHtxdWTKijcp9AHhqtdIBtdfHwvHMK7gMkj7KxeuwsmqTbUCChTaugfg\nQh21HrMWEwEoC0h87/Ate2Oh6XWmsNvXzrcTuGoB9P8fG0BQNPGpn6w1szbzQ+OA\nd90y2veBOMA5ePLSwgJ9yvCafCZJwJxrmhjGwMIuWwIoQoECQQDkG6synnzykBBi\nvKzr4ppkEpROKmhnnvVPl7OJYNl18CjCex0xHLr3fmDD5svus7f0lggRgHdkC1je\nTVM5X0m9AkEAwf4uC4LSxKRTin5d93GeV6RVpmYmWJdwUMcXfQVt5uVA+oAogTde\nhFvj/cfnGcktSpNzmM5zgOaLseopp+o1/wJABVX0WjnE2HOwPm8FaHsje2XH3FA3\novzf5h25UGRYkd6tRWdV1nlCkll9b/etG4dOrUT5KVek800kpgaPBM+KzQJBAL9Q\nZSiFBEdZp+nVZeY57uaP8sf/xaFo+CMxtUBeslwbi1GAQnHsoRH3bYlCM++CL2B0\nunPgZpigxPPY8uveVxECQFVCM3hlWtvOltexcAeTOsnadVKYAbzs3rvQMyPls+1D\nSNoFbZEwh8tnrl0sFIHbOsa+r3G0D+1NEWDvKNTXf5I=\n-----END RSA PRIVATE KEY-----\n", "encoding": "UTF-8"}]}
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | WARNING: USER DID NOT PROVIDE PUBLICALY ROUTABLE IP OF THE HOST MACHINE WHERE CONTAINER WILL RUN. TRYING TO FIND OUT THIS IP WITH https://api.apify.org!
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | WARINING: USER DID NOT PROVIDE MONITORING SERVER IP. DEFAULT VALUE WILL BE USED!
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | chmod: invalid mode: ‘x’
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Try 'chmod --help' for more information.
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | sed: -e expression #1, char 18: unknown option to `s'
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | /root/start.sh: line 61: ./installer.sh: Permission denied
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | chmod: invalid mode: ‘x’
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Try 'chmod --help' for more information.
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | chmod: invalid mode: ‘x’
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Try 'chmod --help' for more information.
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | sed: -e expression #1, char 54: unknown option to `s'
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Before
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | After
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | 147.228.242.130
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | WARNING: USER DID NOT PROVIDE PUBLICALY ROUTABLE IP OF THE HOST MACHINE WHERE CONTAINER WILL RUN. TRYING TO FIND OUT THIS IP WITH https://api.apify.org!
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | WARINING: USER DID NOT PROVIDE MONITORING SERVER IP. DEFAULT VALUE WILL BE USED!
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | chmod: invalid mode: ‘x’
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Try 'chmod --help' for more information.
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | sed: -e expression #1, char 18: unknown option to `s'
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | /root/start.sh: line 61: ./installer.sh: Permission denied
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | chmod: invalid mode: ‘x’
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Try 'chmod --help' for more information.
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | chmod: invalid mode: ‘x’
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Try 'chmod --help' for more information.
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | WARNING: USER DID NOT PROVIDE PUBLICALY ROUTABLE IP OF THE HOST MACHINE WHERE CONTAINER WILL RUN. TRYING TO FIND OUT THIS IP WITH https://api.apify.org!
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | WARNING: USER DID NOT PROVIDE PUBLICALY ROUTABLE IP OF THE HOST MACHINE WHERE CONTAINER WILL RUN. TRYING TO FIND OUT THIS IP WITH https://api.apify.org!
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | WARINING: USER DID NOT PROVIDE MONITORING SERVER IP. DEFAULT VALUE WILL BE USED!
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Before
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | After
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | 147.228.242.130
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Before
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | chmod: invalid mode: ‘x’
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Try 'chmod --help' for more information.
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | chmod: invalid mode: ‘x’
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | After
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | 147.228.242.130
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Before
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | After
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Try 'chmod --help' for more information.
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | WARINING: USER DID NOT PROVIDE MONITORING SERVER IP. DEFAULT VALUE WILL BE USED!
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | 147.228.242.130
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Nov 07, 2017 3:06:43 PM eu.celarcloud.jcatascopia.agentpack.MonitoringAgent initLogging
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | INFO: JCatascopia-Agent: Created and Initialized
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Nov 07, 2017 3:06:44 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | INFO: CPUProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | sed: -e expression #1, char 18: unknown option to `s'
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | sed: -e expression #1, char 18: unknown option to `s'
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | /root/start.sh: line 61: ./installer.sh: Permission denied
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | /root/start.sh: line 61: ./installer.sh: Permission denied
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | chmod: invalid mode: ‘x’
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | chmod: invalid mode: ‘x’
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Nov 07, 2017 3:06:44 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | INFO: MemoryProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Nov 07, 2017 3:06:44 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | INFO: DiskStatsProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Nov 07, 2017 3:06:44 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | INFO: StaticInfoProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Try 'chmod --help' for more information.
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Try 'chmod --help' for more information.
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | WARNING: USER DID NOT PROVIDE PUBLICALY ROUTABLE IP OF THE HOST MACHINE WHERE CONTAINER WILL RUN. TRYING TO FIND OUT THIS IP WITH https://api.apify.org!
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | WARINING: USER DID NOT PROVIDE MONITORING SERVER IP. DEFAULT VALUE WILL BE USED!
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | chmod: invalid mode: ‘x’
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Try 'chmod --help' for more information.
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | sed: -e expression #1, char 18: unknown option to `s'
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | /root/start.sh: line 61: ./installer.sh: Permission denied
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | chmod: invalid mode: ‘x’
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Try 'chmod --help' for more information.
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | sed: -e expression #1, char 54: unknown option to `s'
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | chmod: invalid mode: ‘x’
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Try 'chmod --help' for more information.
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | sed: -e expression #1, char 54: unknown option to `s'
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Before
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | After
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | 147.228.242.131
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Before
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | After
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | 147.228.242.131
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Before
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | After
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | 147.228.242.131
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Before
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | After
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | 147.228.242.131
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Nov 07, 2017 3:21:16 PM eu.celarcloud.jcatascopia.agentpack.MonitoringAgent initLogging
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | INFO: JCatascopia-Agent: Created and Initialized
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Nov 07, 2017 3:21:16 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | INFO: CPUProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Nov 07, 2017 3:21:16 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | INFO: MemoryProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Nov 07, 2017 3:21:16 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | INFO: DiskStatsProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Nov 07, 2017 3:21:16 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | INFO: StaticInfoProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Nov 07, 2017 3:21:16 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | INFO: DiskProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Nov 07, 2017 3:21:16 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | INFO: NetworkProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Nov 07, 2017 3:21:16 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | INFO: CPUProbe: CPUProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Nov 07, 2017 3:21:16 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | INFO: MemoryProbe: MemoryProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Nov 07, 2017 3:06:44 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Nov 07, 2017 3:21:16 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | INFO: DiskProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Nov 07, 2017 3:06:44 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | INFO: NetworkProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Nov 07, 2017 3:06:44 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | INFO: CPUProbe: CPUProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Nov 07, 2017 3:06:44 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | INFO: MemoryProbe: MemoryProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | chmod: invalid mode: ‘x’
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | chmod: invalid mode: ‘x’
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Before
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | After
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | 147.228.242.127
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Before
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | After
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | 147.228.242.127
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Before
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | After
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | 147.228.242.127
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Before
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | After
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | 147.228.242.127
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Nov 07, 2017 3:24:52 PM eu.celarcloud.jcatascopia.agentpack.MonitoringAgent initLogging
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | INFO: JCatascopia-Agent: Created and Initialized
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Nov 07, 2017 3:24:52 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | INFO: CPUProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Nov 07, 2017 3:24:52 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | INFO: MemoryProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Try 'chmod --help' for more information.
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | sed: -e expression #1, char 54: unknown option to `s'
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Try 'chmod --help' for more information.
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Before
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | After
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | sed: -e expression #1, char 54: unknown option to `s'
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | 147.228.242.133
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Before
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Before
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | After
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | 147.228.242.133
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | After
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Before
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | After
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | 147.228.242.133
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | 147.228.242.133
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Before
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Before
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | After
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | After
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | 147.228.242.133
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | 147.228.242.133
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Before
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Nov 07, 2017 3:23:06 PM eu.celarcloud.jcatascopia.agentpack.MonitoringAgent initLogging
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | After
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | 147.228.242.133
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | INFO: JCatascopia-Agent: Created and Initialized
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Nov 07, 2017 3:24:52 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | INFO: DiskStatsProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Nov 07, 2017 3:24:52 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | INFO: StaticInfoProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Nov 07, 2017 3:24:52 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | INFO: DiskProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Nov 07, 2017 3:24:52 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | INFO: NetworkProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Nov 07, 2017 3:24:52 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | INFO: CPUProbe: CPUProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Nov 07, 2017 3:24:52 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | INFO: MemoryProbe: MemoryProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Nov 07, 2017 3:24:52 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | INFO: DiskStatsProbe: DiskStatsProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Nov 07, 2017 3:24:52 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | INFO: StaticInfoProbe: StaticInfoProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Nov 07, 2017 3:24:52 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | INFO: DiskProbe: DiskProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Nov 07, 2017 3:24:52 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | INFO: NetworkProbe: NetworkProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | Nov 07, 2017 3:24:52 PM eu.celarcloud.jcatascopia.agentpack.MonitoringAgent writeToLog
5a01c48bfa965310b7421cca_agent.1.p8nj8ebua24m@stoor127 | INFO: JCatascopia-Agent: Probes Activated: CPUProbe,MemoryProbe,DiskStatsProbe,StaticInfoProbe,DiskProbe,NetworkProbe
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | INFO: DiskStatsProbe: DiskStatsProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Nov 07, 2017 3:21:16 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | INFO: StaticInfoProbe: StaticInfoProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Nov 07, 2017 3:21:16 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | INFO: DiskProbe: DiskProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Nov 07, 2017 3:21:16 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | INFO: NetworkProbe: NetworkProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Nov 07, 2017 3:21:16 PM eu.celarcloud.jcatascopia.agentpack.MonitoringAgent writeToLog
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | INFO: JCatascopia-Agent: Probes Activated: CPUProbe,MemoryProbe,DiskStatsProbe,StaticInfoProbe,DiskProbe,NetworkProbe
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | Nov 07, 2017 3:22:01 PM eu.celarcloud.jcatascopia.agentpack.MonitoringAgent writeToLog
5a01c48bfa965310b7421cca_agent.1.xngi87xtwbff@stoor131 | SEVERE: JCatascopia-Agent: FAILED to CONNECT to Monitoring Server at: 194.249.0.192
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Nov 07, 2017 3:06:44 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | INFO: DiskStatsProbe: DiskStatsProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Nov 07, 2017 3:06:44 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | INFO: StaticInfoProbe: StaticInfoProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Nov 07, 2017 3:06:44 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | INFO: DiskProbe: DiskProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Nov 07, 2017 3:06:44 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | INFO: NetworkProbe: NetworkProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Nov 07, 2017 3:06:44 PM eu.celarcloud.jcatascopia.agentpack.MonitoringAgent writeToLog
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | INFO: JCatascopia-Agent: Probes Activated: CPUProbe,MemoryProbe,DiskStatsProbe,StaticInfoProbe,DiskProbe,NetworkProbe
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | Nov 07, 2017 3:07:29 PM eu.celarcloud.jcatascopia.agentpack.MonitoringAgent writeToLog
5a01c48bfa965310b7421cca_agent.1.yp4hm3grdrft@stoor130 | SEVERE: JCatascopia-Agent: FAILED to CONNECT to Monitoring Server at: 194.249.0.192
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Before
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | After
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Nov 07, 2017 3:23:06 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | 147.228.242.133
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Nov 07, 2017 3:23:59 PM eu.celarcloud.jcatascopia.agentpack.MonitoringAgent initLogging
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | INFO: CPUProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | INFO: JCatascopia-Agent: Created and Initialized
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Nov 07, 2017 3:24:00 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Nov 07, 2017 3:23:06 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | INFO: MemoryProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | INFO: CPUProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Nov 07, 2017 3:23:06 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | INFO: DiskStatsProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Nov 07, 2017 3:24:00 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | INFO: MemoryProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Nov 07, 2017 3:24:00 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Nov 07, 2017 3:23:06 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | INFO: DiskStatsProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | INFO: StaticInfoProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Nov 07, 2017 3:24:00 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | INFO: StaticInfoProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Nov 07, 2017 3:23:06 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Nov 07, 2017 3:24:00 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | INFO: DiskProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | INFO: DiskProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Nov 07, 2017 3:24:00 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Nov 07, 2017 3:23:06 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | INFO: NetworkProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | INFO: NetworkProbe: Logging turned ON
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Nov 07, 2017 3:24:00 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Nov 07, 2017 3:23:06 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | INFO: CPUProbe: CPUProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | INFO: CPUProbe: CPUProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Nov 07, 2017 3:24:00 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Nov 07, 2017 3:23:06 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | INFO: MemoryProbe: MemoryProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | INFO: MemoryProbe: MemoryProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Nov 07, 2017 3:24:00 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Nov 07, 2017 3:23:06 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | INFO: DiskStatsProbe: DiskStatsProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | INFO: DiskStatsProbe: DiskStatsProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Nov 07, 2017 3:23:06 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Nov 07, 2017 3:24:00 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | INFO: StaticInfoProbe: StaticInfoProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | INFO: StaticInfoProbe: StaticInfoProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Nov 07, 2017 3:24:00 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Nov 07, 2017 3:23:06 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | INFO: DiskProbe: DiskProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | INFO: DiskProbe: DiskProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Nov 07, 2017 3:23:06 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Nov 07, 2017 3:24:00 PM eu.celarcloud.jcatascopia.probepack.Probe writeToProbeLog
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | INFO: NetworkProbe: NetworkProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | INFO: NetworkProbe: NetworkProbe: Probe Activated
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Nov 07, 2017 3:24:00 PM eu.celarcloud.jcatascopia.agentpack.MonitoringAgent writeToLog
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Nov 07, 2017 3:23:06 PM eu.celarcloud.jcatascopia.agentpack.MonitoringAgent writeToLog
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | INFO: JCatascopia-Agent: Probes Activated: CPUProbe,MemoryProbe,DiskStatsProbe,StaticInfoProbe,DiskProbe,NetworkProbe
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | Nov 07, 2017 3:24:45 PM eu.celarcloud.jcatascopia.agentpack.MonitoringAgent writeToLog
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | INFO: JCatascopia-Agent: Probes Activated: CPUProbe,MemoryProbe,DiskStatsProbe,StaticInfoProbe,DiskProbe,NetworkProbe
5a01c48bfa965310b7421cca_agent.1.xoqm08m5nwug@stoor133 | SEVERE: JCatascopia-Agent: FAILED to CONNECT to Monitoring Server at: 194.249.0.192
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | Nov 07, 2017 3:23:51 PM eu.celarcloud.jcatascopia.agentpack.MonitoringAgent writeToLog
5a01c48bfa965310b7421cca_agent.1.vizydkndeq8z@stoor133 | SEVERE: JCatascopia-Agent: FAILED to CONNECT to Monitoring Server at: 194.249.0.192
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
"version": "3"
"services":
"server":
"image": "salmant/ul_monitoring_server_container_image2"
"ports":
- "8080:8080"
- "4242:4242"
- "4245:4245"
- "7199:7199"
- "7000:7000"
- "7001:7001"
- "9160:9160"
- "9042:9042"
- "8012:8012"
- "61621:61621"
"environment":
- "MONITORING_SERVER=server"
"agent":
"image": "salmant/monitoring_agent"
"depends_on":
- "server"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment