lib/fog/rackspace/requests/monitoring/get_check.rb in fog-1.20.0 vs lib/fog/rackspace/requests/monitoring/get_check.rb in fog-1.21.0
- old
+ new
@@ -21,33 +21,33 @@
response = Excon::Response.new
response.status = 200
response.body = {
"id" => check_id,
- "label" => nil,
- "type" => "remote.ping",
- "details" => {"count"=>5},
- "monitoring_zones_poll" => ["mzord", "mzdfw", "mziad"],
- "timeout" => 10,
- "period" => 30,
- "target_alias" => nil,
- "target_hostname" => "1.1.1.1",
- "target_resolver" => "IPv4",
- "disabled" => false,
- "metadata" => nil,
+ "label" => nil,
+ "type" => "remote.ping",
+ "details" => {"count"=>5},
+ "monitoring_zones_poll" => ["mzord", "mzdfw", "mziad"],
+ "timeout" => 10,
+ "period" => 30,
+ "target_alias" => nil,
+ "target_hostname" => "1.1.1.1",
+ "target_resolver" => "IPv4",
+ "disabled" => false,
+ "metadata" => nil,
"created_at" => Time.now.to_i - 1,
"updated_at" => Time.now.to_i
},
response.headers = {
"Date" => Time.now.utc.to_s,
- "Content-Type" => "application/json; charset=UTF-8",
- "X-RateLimit-Limit" => "50000",
- "X-RateLimit-Remaining" => "44676",
- "X-RateLimit-Window" => "24 hours",
- "X-RateLimit-Type" => "global",
- "X-Response-Id" => "jdnbono34090934nggn",
- "X-LB" => "ord1-maas-prod-api0",
- "Vary" => "Accept-Encoding",
+ "Content-Type" => "application/json; charset=UTF-8",
+ "X-RateLimit-Limit" => "50000",
+ "X-RateLimit-Remaining" => "44676",
+ "X-RateLimit-Window" => "24 hours",
+ "X-RateLimit-Type" => "global",
+ "X-Response-Id" => "jdnbono34090934nggn",
+ "X-LB" => "ord1-maas-prod-api0",
+ "Vary" => "Accept-Encoding",
"Transfer-Encoding" => "chunked"
}
response.remote_ip = Fog::Rackspace::MockData.ipv4_address
response
end