cloudmunch_sdk_v3 3.0.0 → 3.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a307ebe2d38a7538a9b8aafd1e93b1de349aac54
4
- data.tar.gz: 8407081379ce3deb467a57b3e1f7a8f23d75a5f2
3
+ metadata.gz: b4f429b2f8757c619a2afab91e8697249a2a07eb
4
+ data.tar.gz: 3b107851322cd0790b7a886ae293cacf339b5c76
5
5
  SHA512:
6
- metadata.gz: cb485f0f0af99d19a361813d03b7727a3bc15c1da48ad8c23a518c365243d78ff3303102c83891b34d2fea280a8184389a45bc6d1f3450671870d672e13fbd9f
7
- data.tar.gz: b083500d731499aa79ce7e09352fa79b48983d949102aa6b0765a53906ab85159ed023db233e6f4c9e29d4189890c90bd2b96f8ba3adca31c834e4c4f8da7299
6
+ metadata.gz: 66adb606ad3c0b60a05f03484d81e29b9eb468d48d36c6ece410de2a12b32efa350afed62ca4ba7f4763128041c0d3e54d80cde2e35e8158700a0a6cdebea715
7
+ data.tar.gz: 1674d83131c755d01f440a3f4924e3ab5f3d2a8afd0e30c0c7c061455c3a27238ce171e61ed69d3d31bb6c21b4f19485d3182ab7eb12206300682c534559ab27
@@ -32,7 +32,7 @@ module CloudmunchService
32
32
  paramHash = Hash.new
33
33
  paramHash["context"] = "resources"
34
34
  paramHash["filter"] = {"type" => type}
35
- paramHash["fields"] = "id,integration_id,key_fields"
35
+ paramHash["fields"] = "id,integration_id,key_fields,application_id"
36
36
 
37
37
  resource = getCloudmunchData(paramHash)
38
38
 
@@ -188,6 +188,9 @@ module CloudmunchService
188
188
  if !requestDetails['message'].nil?
189
189
  log("ERROR", requestDetails['message'])
190
190
  end
191
+ if !requestDetails['request_id'].nil?
192
+ log("ERROR", "Request ID : "+requestDetails['request_id'])
193
+ end
191
194
  return nil
192
195
  end
193
196
  end
@@ -1,3 +1,3 @@
1
1
  module Cloudmunch
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.5"
3
3
  end
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudmunch_sdk_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - ganesan krishnamurthy
8
8
  - syamk
9
9
  - rosmi
10
+ - amith
10
11
  autorequire:
11
12
  bindir: exe
12
13
  cert_chain: []
13
- date: 2016-04-19 00:00:00.000000000 Z
14
+ date: 2016-06-17 00:00:00.000000000 Z
14
15
  dependencies:
15
16
  - !ruby/object:Gem::Dependency
16
17
  name: json