1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155 | $ http --pretty=format -v https://waldur.com/api/marketplace-public-offerings/ Authorization:"Token 787de6b7c581ab6d9d42fe9ec12ac9f1811c5811" state==Active shared==true
GET /api/marketplace-public-offerings/?state=Active&shared=true HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
Authorization: Token 787de6b7c581ab6d9d42fe9ec12ac9f1811c5811
Connection: keep-alive
Host: waldur.com
User-Agent: HTTPie/2.4.0
HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: Accept, Accept-Encoding, Authorization, Content-Type, Origin, User-Agent, X-CSRFToken, X-Requested-With
Access-Control-Allow-Methods: DELETE, GET, OPTIONS, PATCH, POST, PUT
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Link, X-Result-Count
Allow: GET, POST, HEAD, OPTIONS
Content-Language: en
Content-Length: 4779
Content-Security-Policy: report-uri csp.hpc.ut.ee; form-action 'self';
Content-Type: application/json
Date: Fri, 09 Apr 2021 12:49:06 GMT
Link: <https://waldur.com/api/marketplace-public-offerings/?shared=true&state=Active>; rel="first", <https://waldur.com/api/marketplace-public-offerings/?shared=true&state=Active>; rel="last"
Referrer-Policy: no-referrer-when-downgrade
Strict-Transport-Security: max-age=31536000; preload
Vary: Accept-Language, Cookie
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Result-Count: 1
X-XSS-Protection: 1; mode=block
[
{
"attributes": {},
"backend_id": "",
"billable": true,
"category": "https://waldur.com/api/marketplace-categories/5b61d0811cfe4ed6a004119795a4c532/",
"category_title": "HPC",
"category_uuid": "5b61d0811cfe4ed6a004119795a4c532",
"citation_count": -1,
"components": [
{
"article_code": "",
"billing_type": "usage",
"default_limit": null,
"description": "",
"disable_quotas": false,
"factor": null,
"is_boolean": false,
"limit_amount": null,
"limit_period": null,
"max_value": null,
"measured_unit": "CPU kH",
"min_value": null,
"name": "CPU allocation",
"type": "cpu_k_hours",
"use_limit_for_billing": false
},
{
"article_code": "",
"billing_type": "usage",
"default_limit": null,
"description": "",
"disable_quotas": false,
"factor": null,
"is_boolean": false,
"limit_amount": null,
"limit_period": null,
"max_value": null,
"measured_unit": "CPU kH",
"min_value": null,
"name": "GPU allocation",
"type": "gpu_k_hours",
"use_limit_for_billing": false
},
{
"article_code": "",
"billing_type": "usage",
"default_limit": null,
"description": "",
"disable_quotas": false,
"factor": null,
"is_boolean": false,
"limit_amount": null,
"limit_period": null,
"max_value": null,
"measured_unit": "GB kH",
"min_value": null,
"name": "Storage allocation",
"type": "gb_k_hours",
"use_limit_for_billing": false
}
],
"created": "2021-03-09T10:27:47.170024Z",
"customer": "https://waldur.com/api/customers/d42a18b6b8ba4c2bb0591b3ff8fb181d/",
"customer_name": "Danish e-Infrastructure Cooperation",
"customer_uuid": "d42a18b6b8ba4c2bb0591b3ff8fb181d",
"datacite_doi": "",
"description": "",
"files": [],
"full_description": "<h2>Overview</h2>One of the most powerful supercomputers in the world",
"google_calendar_is_public": null,
"latitude": 64.2310486,
"longitude": 27.7040942,
"name": " ",
"native_description": "",
"native_name": "",
"options": {},
"order_count": 1.0,
"paused_reason": "",
"plans": [
{
"archived": false,
"article_code": "",
"description": "Default plan for all ",
"init_price": 0,
"is_active": true,
"max_amount": null,
"name": " Common",
"prices": {
"cpu_k_hours": 0.1,
"gb_k_hours": 0.001,
"gpu_k_hours": 0.5
},
"quotas": {
"cpu_k_hours": 0,
"gb_k_hours": 0,
"gpu_k_hours": 0
},
"switch_price": 0,
"unit": "month",
"unit_price": "0.0000000",
"url": "https://waldur.com/api/marketplace-public-plans/c0fb33c79e9b48f69fcb6da26db5a28b/",
"uuid": "c0fb33c79e9b48f69fcb6da26db5a28b"
}
],
"plugin_options": {
"auto_approve_in_service_provider_projects": true
},
"quotas": null,
"rating": 5,
"scope": null,
"screenshots": [],
"secret_options": {},
"shared": true,
"state": "Active",
"terms_of_service": "",
"thumbnail": null,
"type": "Marketplace.Basic",
"url": "https://waldur.com/api/marketplace-provider-offerings/073a0ddd6eba4ff4a90b943ae3e1b7c9/",
"uuid": "073a0ddd6eba4ff4a90b943ae3e1b7c9",
"vendor_details": ""
}
]
|