mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[bluebox|blb] parsing is hard, let's go shopping
This commit is contained in:
parent
44ac2274d5
commit
c240aadc85
2 changed files with 2 additions and 3 deletions
|
@ -23,8 +23,7 @@ module Fog
|
||||||
request(
|
request(
|
||||||
:expects => 200,
|
:expects => 200,
|
||||||
:method => 'GET',
|
:method => 'GET',
|
||||||
:path => "api/lb_applications/#{lb_application_id}/lb_services/#{lb_service_id}.json"
|
:path => "api/lb_applications/#{lb_application_id}/lb_services/#{lb_service_id}.json",
|
||||||
:parser => Fog::Parsers::Bluebox::BLB::LbService.new
|
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -20,7 +20,7 @@ class Bluebox
|
||||||
'status_password' => String,
|
'status_password' => String,
|
||||||
'status_url' => String,
|
'status_url' => String,
|
||||||
'service_type' => String,
|
'service_type' => String,
|
||||||
'created' => DateTime,
|
'created' => String,
|
||||||
'lb_backends' => Array,
|
'lb_backends' => Array,
|
||||||
'pem_file_uploaded?' => Fog::Nullable::Boolean,
|
'pem_file_uploaded?' => Fog::Nullable::Boolean,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue