@@ -379,73 +379,71 @@ def response_simple_servers():
379379 "protection" : {},
380380 "labels" : {},
381381 "volumes" : []
382- },
383- {
384- "id" : 2 ,
385- "name" : "my-server2" ,
386- "status" : "running" ,
387- "created" : "2016-03-30T23:50+00:00" ,
388- "public_net" : {},
389- "server_type" : {
390- "id" : 1 ,
391- "name" : "cx11" ,
392- "description" : "CX11" ,
393- "cores" : 1 ,
394- "memory" : 1 ,
395- "disk" : 25 ,
396- "prices" : [
397- {
398- "location" : "fsn1" ,
399- "price_hourly" : {
400- "net" : "1.0000000000" ,
401- "gross" : "1.1900000000000000"
402- },
403- "price_monthly" : {
404- "net" : "1.0000000000" ,
405- "gross" : "1.1900000000000000"
406- }
382+ }, {
383+ "id" : 2 ,
384+ "name" : "my-server2" ,
385+ "status" : "running" ,
386+ "created" : "2016-03-30T23:50+00:00" ,
387+ "public_net" : {},
388+ "server_type" : {
389+ "id" : 1 ,
390+ "name" : "cx11" ,
391+ "description" : "CX11" ,
392+ "cores" : 1 ,
393+ "memory" : 1 ,
394+ "disk" : 25 ,
395+ "prices" : [
396+ {
397+ "location" : "fsn1" ,
398+ "price_hourly" : {
399+ "net" : "1.0000000000" ,
400+ "gross" : "1.1900000000000000"
401+ },
402+ "price_monthly" : {
403+ "net" : "1.0000000000" ,
404+ "gross" : "1.1900000000000000"
407405 }
408- ],
409- "storage_type" : "local" ,
410- "cpu_type" : "shared"
406+ }
407+ ],
408+ "storage_type" : "local" ,
409+ "cpu_type" : "shared"
410+ },
411+ "datacenter" : {},
412+ "image" : {
413+ "id" : 4711 ,
414+ "type" : "snapshot" ,
415+ "status" : "available" ,
416+ "name" : "ubuntu-16.04" ,
417+ "description" : "Ubuntu 16.04 Standard 64 bit" ,
418+ "image_size" : 2.3 ,
419+ "disk_size" : 10 ,
420+ "created" : "2016-01-30T23:50+00:00" ,
421+ "created_from" : {
422+ "id" : 1 ,
423+ "name" : "Server"
411424 },
412- "datacenter" : {},
413- "image" : {
414- "id" : 4711 ,
415- "type" : "snapshot" ,
416- "status" : "available" ,
417- "name" : "ubuntu-16.04" ,
418- "description" : "Ubuntu 16.04 Standard 64 bit" ,
419- "image_size" : 2.3 ,
420- "disk_size" : 10 ,
421- "created" : "2016-01-30T23:50+00:00" ,
422- "created_from" : {
423- "id" : 1 ,
424- "name" : "Server"
425- },
426- "bound_to" : None ,
427- "os_flavor" : "ubuntu" ,
428- "os_version" : "16.04" ,
429- "rapid_deploy" : False ,
430- "protection" : {
431- "delete" : False ,
432- "rebuild" : False
433- },
434- "deprecated" : "2018-02-28T00:00:00+00:00" ,
435- "labels" : {}
425+ "bound_to" : None ,
426+ "os_flavor" : "ubuntu" ,
427+ "os_version" : "16.04" ,
428+ "rapid_deploy" : False ,
429+ "protection" : {
430+ "delete" : False ,
431+ "rebuild" : False
436432 },
437- "iso" : None ,
438- "rescue_enabled" : False ,
439- "locked" : False ,
440- "backup_window" : "22-02" ,
441- "outgoing_traffic" : 123456 ,
442- "ingoing_traffic" : 123456 ,
443- "included_traffic" : 654321 ,
444- "protection" : {},
445- "labels" : {},
446- "volumes" : []
433+ "deprecated" : "2018-02-28T00:00:00+00:00" ,
434+ "labels" : {}
447435 },
448- ]
436+ "iso" : None ,
437+ "rescue_enabled" : False ,
438+ "locked" : False ,
439+ "backup_window" : "22-02" ,
440+ "outgoing_traffic" : 123456 ,
441+ "ingoing_traffic" : 123456 ,
442+ "included_traffic" : 654321 ,
443+ "protection" : {},
444+ "labels" : {},
445+ "volumes" : []
446+ }]
449447 }
450448
451449
0 commit comments