| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- {
- "catalogId": "test",
- "locale": {
- "currencyCode": "EUR",
- "subsidiary": "FR"
- },
- "plans": [
- {
- "planCode": "project.2018",
- "addonFamilies": [
- {
- "name": "instance",
- "addons": [
- "b2-7.consumption",
- "b2-7.monthly.postpaid",
- "t2-45.consumption",
- "t2-45.monthly.postpaid"
- ]
- },
- {
- "name": "volume",
- "addons": [
- "volume.high-speed-gen2.consumption",
- "volume.high-speed.consumption",
- "volume.classic.consumption"
- ]
- }
- ]
- }
- ],
- "addons": [
- {
- "planCode": "b2-7.consumption",
- "invoiceName": "b2-7 - Hourly",
- "product": "publiccloud-instance",
- "pricingType": "consumption",
- "pricings": [
- {
- "price": 6810000,
- "type": "consumption"
- }
- ],
- "blobs": {
- "technical": {
- "cpu": {
- "cores": 2
- },
- "memory": {
- "size": 7
- },
- "storage": {
- "disks": [
- {
- "capacity": 50
- }
- ]
- },
- "name": "b2-7"
- },
- "commercial": {
- "brickSubtype": "general-purpose",
- "name": "b2-7"
- }
- }
- },
- {
- "planCode": "b2-7.monthly.postpaid",
- "invoiceName": "b2-7 - Monthly",
- "product": "publiccloud-instance-monthly",
- "pricingType": "consumption",
- "pricings": [
- {
- "price": 2420000000,
- "type": "monthly.postpaid"
- }
- ],
- "blobs": {
- "technical": {
- "cpu": {
- "cores": 2
- },
- "memory": {
- "size": 7
- },
- "storage": {
- "disks": [
- {
- "capacity": 50
- }
- ]
- },
- "name": "b2-7"
- },
- "commercial": {
- "brickSubtype": "general-purpose",
- "name": "b2-7"
- }
- }
- },
- {
- "planCode": "t2-45.consumption",
- "invoiceName": "t2-45 - Hourly",
- "product": "publiccloud-instance",
- "pricingType": "consumption",
- "pricings": [
- {
- "price": 180000000,
- "type": "consumption"
- }
- ],
- "blobs": {
- "technical": {
- "cpu": {
- "cores": 15
- },
- "memory": {
- "size": 45
- },
- "storage": {
- "disks": [
- {
- "capacity": 400
- }
- ]
- },
- "gpu": {
- "number": 1,
- "model": "Tesla V100S"
- },
- "name": "t2-45"
- },
- "commercial": {
- "brickSubtype": "gpu",
- "name": "t2-45"
- }
- }
- },
- {
- "planCode": "t2-45.monthly.postpaid",
- "invoiceName": "t2-45 - Monthly",
- "product": "publiccloud-instance-monthly",
- "pricingType": "consumption",
- "pricings": [
- {
- "price": 63800000000,
- "type": "monthly.postpaid"
- }
- ],
- "blobs": {
- "technical": {
- "cpu": {
- "cores": 15
- },
- "memory": {
- "size": 45
- },
- "storage": {
- "disks": [
- {
- "capacity": 400
- }
- ]
- },
- "gpu": {
- "number": 1,
- "model": "Tesla V100S"
- },
- "name": "t2-45"
- },
- "commercial": {
- "brickSubtype": "gpu",
- "name": "t2-45"
- }
- }
- },
- {
- "planCode": "volume.high-speed-gen2.consumption",
- "invoiceName": "Volume High Speed Gen2 - Hourly",
- "product": "publiccloud-volume",
- "pricingType": "consumption",
- "pricings": [
- {
- "price": 11900,
- "type": "consumption"
- }
- ]
- },
- {
- "planCode": "volume.high-speed.consumption",
- "invoiceName": "Volume High Speed - Hourly",
- "product": "publiccloud-volume",
- "pricingType": "consumption",
- "pricings": [
- {
- "price": 11900,
- "type": "consumption"
- }
- ]
- },
- {
- "planCode": "volume.classic.consumption",
- "invoiceName": "Volume Classic - Hourly",
- "product": "publiccloud-volume",
- "pricingType": "consumption",
- "pricings": [
- {
- "price": 5900,
- "type": "consumption"
- }
- ]
- }
- ]
- }
|