ovh_catalog.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. {
  2. "catalogId": "test",
  3. "locale": {
  4. "currencyCode": "EUR",
  5. "subsidiary": "FR"
  6. },
  7. "plans": [
  8. {
  9. "planCode": "project.2018",
  10. "addonFamilies": [
  11. {
  12. "name": "instance",
  13. "addons": [
  14. "b2-7.consumption",
  15. "b2-7.monthly.postpaid",
  16. "t2-45.consumption",
  17. "t2-45.monthly.postpaid"
  18. ]
  19. },
  20. {
  21. "name": "volume",
  22. "addons": [
  23. "volume.high-speed-gen2.consumption",
  24. "volume.high-speed.consumption",
  25. "volume.classic.consumption"
  26. ]
  27. }
  28. ]
  29. }
  30. ],
  31. "addons": [
  32. {
  33. "planCode": "b2-7.consumption",
  34. "invoiceName": "b2-7 - Hourly",
  35. "product": "publiccloud-instance",
  36. "pricingType": "consumption",
  37. "pricings": [
  38. {
  39. "price": 6810000,
  40. "type": "consumption"
  41. }
  42. ],
  43. "blobs": {
  44. "technical": {
  45. "cpu": {
  46. "cores": 2
  47. },
  48. "memory": {
  49. "size": 7
  50. },
  51. "storage": {
  52. "disks": [
  53. {
  54. "capacity": 50
  55. }
  56. ]
  57. },
  58. "name": "b2-7"
  59. },
  60. "commercial": {
  61. "brickSubtype": "general-purpose",
  62. "name": "b2-7"
  63. }
  64. }
  65. },
  66. {
  67. "planCode": "b2-7.monthly.postpaid",
  68. "invoiceName": "b2-7 - Monthly",
  69. "product": "publiccloud-instance-monthly",
  70. "pricingType": "consumption",
  71. "pricings": [
  72. {
  73. "price": 2420000000,
  74. "type": "monthly.postpaid"
  75. }
  76. ],
  77. "blobs": {
  78. "technical": {
  79. "cpu": {
  80. "cores": 2
  81. },
  82. "memory": {
  83. "size": 7
  84. },
  85. "storage": {
  86. "disks": [
  87. {
  88. "capacity": 50
  89. }
  90. ]
  91. },
  92. "name": "b2-7"
  93. },
  94. "commercial": {
  95. "brickSubtype": "general-purpose",
  96. "name": "b2-7"
  97. }
  98. }
  99. },
  100. {
  101. "planCode": "t2-45.consumption",
  102. "invoiceName": "t2-45 - Hourly",
  103. "product": "publiccloud-instance",
  104. "pricingType": "consumption",
  105. "pricings": [
  106. {
  107. "price": 180000000,
  108. "type": "consumption"
  109. }
  110. ],
  111. "blobs": {
  112. "technical": {
  113. "cpu": {
  114. "cores": 15
  115. },
  116. "memory": {
  117. "size": 45
  118. },
  119. "storage": {
  120. "disks": [
  121. {
  122. "capacity": 400
  123. }
  124. ]
  125. },
  126. "gpu": {
  127. "number": 1,
  128. "model": "Tesla V100S"
  129. },
  130. "name": "t2-45"
  131. },
  132. "commercial": {
  133. "brickSubtype": "gpu",
  134. "name": "t2-45"
  135. }
  136. }
  137. },
  138. {
  139. "planCode": "t2-45.monthly.postpaid",
  140. "invoiceName": "t2-45 - Monthly",
  141. "product": "publiccloud-instance-monthly",
  142. "pricingType": "consumption",
  143. "pricings": [
  144. {
  145. "price": 63800000000,
  146. "type": "monthly.postpaid"
  147. }
  148. ],
  149. "blobs": {
  150. "technical": {
  151. "cpu": {
  152. "cores": 15
  153. },
  154. "memory": {
  155. "size": 45
  156. },
  157. "storage": {
  158. "disks": [
  159. {
  160. "capacity": 400
  161. }
  162. ]
  163. },
  164. "gpu": {
  165. "number": 1,
  166. "model": "Tesla V100S"
  167. },
  168. "name": "t2-45"
  169. },
  170. "commercial": {
  171. "brickSubtype": "gpu",
  172. "name": "t2-45"
  173. }
  174. }
  175. },
  176. {
  177. "planCode": "volume.high-speed-gen2.consumption",
  178. "invoiceName": "Volume High Speed Gen2 - Hourly",
  179. "product": "publiccloud-volume",
  180. "pricingType": "consumption",
  181. "pricings": [
  182. {
  183. "price": 11900,
  184. "type": "consumption"
  185. }
  186. ]
  187. },
  188. {
  189. "planCode": "volume.high-speed.consumption",
  190. "invoiceName": "Volume High Speed - Hourly",
  191. "product": "publiccloud-volume",
  192. "pricingType": "consumption",
  193. "pricings": [
  194. {
  195. "price": 11900,
  196. "type": "consumption"
  197. }
  198. ]
  199. },
  200. {
  201. "planCode": "volume.classic.consumption",
  202. "invoiceName": "Volume Classic - Hourly",
  203. "product": "publiccloud-volume",
  204. "pricingType": "consumption",
  205. "pricings": [
  206. {
  207. "price": 5900,
  208. "type": "consumption"
  209. }
  210. ]
  211. }
  212. ]
  213. }