@cloudfleet/sdk 0.0.1-7bf9c12 → 0.0.1-7cc6159
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -2
- package/dist/@tanstack/react-query.gen.d.ts +1159 -0
- package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/@tanstack/react-query.gen.js +1175 -0
- package/dist/@tanstack/react-query.gen.js.map +1 -0
- package/dist/client/client.gen.d.ts +3 -0
- package/dist/client/client.gen.d.ts.map +1 -0
- package/dist/client/client.gen.js +217 -0
- package/dist/client/client.gen.js.map +1 -0
- package/dist/client/index.d.ts +9 -0
- package/dist/client/index.d.ts.map +1 -0
- package/dist/client/index.js +7 -0
- package/dist/client/index.js.map +1 -0
- package/dist/client/types.gen.d.ts +121 -0
- package/dist/client/types.gen.d.ts.map +1 -0
- package/dist/client/types.gen.js +3 -0
- package/dist/client/types.gen.js.map +1 -0
- package/dist/client/utils.gen.d.ts +38 -0
- package/dist/client/utils.gen.d.ts.map +1 -0
- package/dist/client/utils.gen.js +229 -0
- package/dist/client/utils.gen.js.map +1 -0
- package/dist/client.gen.d.ts +13 -0
- package/dist/client.gen.d.ts.map +1 -0
- package/dist/client.gen.js +4 -0
- package/dist/client.gen.js.map +1 -0
- package/dist/core/auth.gen.d.ts +19 -0
- package/dist/core/auth.gen.d.ts.map +1 -0
- package/dist/core/auth.gen.js +15 -0
- package/dist/core/auth.gen.js.map +1 -0
- package/dist/core/bodySerializer.gen.d.ts +26 -0
- package/dist/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/core/bodySerializer.gen.js +58 -0
- package/dist/core/bodySerializer.gen.js.map +1 -0
- package/dist/core/params.gen.d.ts +44 -0
- package/dist/core/params.gen.d.ts.map +1 -0
- package/dist/core/params.gen.js +101 -0
- package/dist/core/params.gen.js.map +1 -0
- package/dist/core/pathSerializer.gen.d.ts +34 -0
- package/dist/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/core/pathSerializer.gen.js +107 -0
- package/dist/core/pathSerializer.gen.js.map +1 -0
- package/dist/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/core/queryKeySerializer.gen.js +93 -0
- package/dist/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/core/serverSentEvents.gen.js +133 -0
- package/dist/core/serverSentEvents.gen.js.map +1 -0
- package/dist/core/types.gen.d.ts +79 -0
- package/dist/core/types.gen.d.ts.map +1 -0
- package/dist/core/types.gen.js +3 -0
- package/dist/core/types.gen.js.map +1 -0
- package/dist/core/utils.gen.d.ts +20 -0
- package/dist/core/utils.gen.d.ts.map +1 -0
- package/dist/core/utils.gen.js +88 -0
- package/dist/core/utils.gen.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/schemas.gen.d.ts +1903 -1101
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +3243 -1168
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +336 -198
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +442 -297
- package/dist/sdk.gen.js.map +1 -1
- package/dist/services/kubernetes/api.d.ts +196 -0
- package/dist/services/kubernetes/api.d.ts.map +1 -0
- package/dist/services/kubernetes/api.js +140 -0
- package/dist/services/kubernetes/api.js.map +1 -0
- package/dist/services/kubernetes/index.d.ts +44 -0
- package/dist/services/kubernetes/index.d.ts.map +1 -0
- package/dist/services/kubernetes/index.js +68 -0
- package/dist/services/kubernetes/index.js.map +1 -0
- package/dist/services/kubernetes/types.d.ts +1335 -0
- package/dist/services/kubernetes/types.d.ts.map +1 -0
- package/dist/services/kubernetes/types.js +2 -0
- package/dist/services/kubernetes/types.js.map +1 -0
- package/dist/types.gen.d.ts +1982 -1208
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +3935 -2818
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +1705 -947
- package/dist/zod.gen.js.map +1 -1
- package/package.json +30 -7
package/dist/sdk.gen.js
CHANGED
|
@@ -1,566 +1,711 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
export class
|
|
2
|
+
import { formDataBodySerializer } from './client';
|
|
3
|
+
import { client } from './client.gen';
|
|
4
|
+
export class UsersService {
|
|
5
5
|
/**
|
|
6
|
-
* Get
|
|
7
|
-
* Returns aggregated usage information for the organization. For more information on billing and payments, see [Billing and pricing](https://cloudfleet.ai/docs/organization/billing/) section of documentaiton. This endpoint is available to all users in the organization.
|
|
8
|
-
*
|
|
6
|
+
* Get a list of organizations the user belongs to. Used during authentication process.
|
|
9
7
|
*/
|
|
10
|
-
static
|
|
11
|
-
return (options
|
|
12
|
-
url: '/billing/usage',
|
|
13
|
-
...options
|
|
14
|
-
});
|
|
8
|
+
static listUserOrganizations(options) {
|
|
9
|
+
return (options.client ?? client).get({ url: '/users/organizations/{email}', ...options });
|
|
15
10
|
}
|
|
16
11
|
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
12
|
+
* List users in organization.
|
|
13
|
+
*
|
|
14
|
+
* Returns a list of user details and their roles. For more information on identity access management, see [Users](https://cloudfleet.ai/docs/organization/users/) section of documentaiton.
|
|
15
|
+
*
|
|
16
|
+
* This endpoint is available to all users in the organization.
|
|
19
17
|
*
|
|
20
18
|
*/
|
|
21
|
-
static
|
|
22
|
-
return (options?.client ?? client).get({
|
|
23
|
-
url: '/billing/balance',
|
|
24
|
-
...options
|
|
25
|
-
});
|
|
19
|
+
static listUsers(options) {
|
|
20
|
+
return (options?.client ?? client).get({ url: '/users', ...options });
|
|
26
21
|
}
|
|
27
22
|
/**
|
|
28
|
-
*
|
|
29
|
-
*
|
|
23
|
+
* Create a new user.
|
|
24
|
+
*
|
|
25
|
+
* Create a new user in your Cloudfleet organization. Requires a valid invite code generated by the `invites create` command. The invite code is a unique string that can be used only once to create a new user. The invite code is generated by the `POST /invites` endpoint.
|
|
30
26
|
*
|
|
31
27
|
*/
|
|
32
|
-
static
|
|
33
|
-
return (options
|
|
34
|
-
url: '/
|
|
35
|
-
...options
|
|
28
|
+
static createUser(options) {
|
|
29
|
+
return (options.client ?? client).post({
|
|
30
|
+
url: '/users',
|
|
31
|
+
...options,
|
|
32
|
+
headers: {
|
|
33
|
+
'Content-Type': 'application/json',
|
|
34
|
+
...options.headers
|
|
35
|
+
}
|
|
36
36
|
});
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
40
|
-
*
|
|
39
|
+
* Delete user by id.
|
|
40
|
+
*
|
|
41
|
+
* Sets user status to `inactive`. Inactive users cannot log in and manage organization resources. This endpoint is available to administrators of the organization only.
|
|
41
42
|
*
|
|
42
43
|
*/
|
|
43
|
-
static
|
|
44
|
-
return (options
|
|
45
|
-
url: '/billing/payment-method',
|
|
46
|
-
...options
|
|
47
|
-
});
|
|
44
|
+
static deleteUser(options) {
|
|
45
|
+
return (options.client ?? client).delete({ url: '/users/{user_id}', ...options });
|
|
48
46
|
}
|
|
49
47
|
/**
|
|
50
|
-
*
|
|
51
|
-
*
|
|
48
|
+
* Get user profile information by id.
|
|
49
|
+
*
|
|
50
|
+
* Returns user details including their roles. For more information on identity access management, see [Users](https://cloudfleet.ai/docs/organization/users/) section of documentaiton.
|
|
51
|
+
*
|
|
52
|
+
* This endpoint is available to all users in the organization.
|
|
52
53
|
*
|
|
53
54
|
*/
|
|
54
|
-
static
|
|
55
|
-
return (options
|
|
56
|
-
url: '/billing/invoices',
|
|
57
|
-
...options
|
|
58
|
-
});
|
|
55
|
+
static getUser(options) {
|
|
56
|
+
return (options.client ?? client).get({ url: '/users/{user_id}', ...options });
|
|
59
57
|
}
|
|
60
58
|
/**
|
|
61
|
-
*
|
|
62
|
-
*
|
|
59
|
+
* Update user profile information.
|
|
60
|
+
*
|
|
61
|
+
* Update user profile information: email, first name, last name, role. This endpoint can be accessed by administrators and the user itself. Role and status can be changed by administrators only.
|
|
63
62
|
*
|
|
64
63
|
*/
|
|
65
|
-
static
|
|
66
|
-
return (options
|
|
67
|
-
url: '/
|
|
68
|
-
...options
|
|
64
|
+
static updateUser(options) {
|
|
65
|
+
return (options.client ?? client).put({
|
|
66
|
+
url: '/users/{user_id}',
|
|
67
|
+
...options,
|
|
68
|
+
headers: {
|
|
69
|
+
'Content-Type': 'application/json',
|
|
70
|
+
...options.headers
|
|
71
|
+
}
|
|
69
72
|
});
|
|
70
73
|
}
|
|
71
74
|
}
|
|
72
|
-
export class
|
|
75
|
+
export class TokensService {
|
|
73
76
|
/**
|
|
74
|
-
* List
|
|
75
|
-
* Returns a list of fleets belonging to the cluster. For more information, see [Fleets and fleet types](https://cloudfleet.ai/docs/cloud-infrastructure/fleets-and-fleet-types/) section of documentaiton.
|
|
77
|
+
* List access tokens in organization.
|
|
76
78
|
*
|
|
77
|
-
* This endpoint is available to all users in the organization.
|
|
79
|
+
* This endpoint allows you to get a list of all access tokens details in organization. For more information about identity access management and security, see [Service Accounts](https://cloudfleet.ai/docs/organization/api-tokens/) section of documentaiton. This endpoint is available to all users in the organization.
|
|
78
80
|
*
|
|
79
81
|
*/
|
|
80
|
-
static
|
|
81
|
-
return (options?.client ?? client).get({
|
|
82
|
-
url: '/clusters/{cluster_id}/fleets',
|
|
83
|
-
...options
|
|
84
|
-
});
|
|
82
|
+
static listTokens(options) {
|
|
83
|
+
return (options?.client ?? client).get({ url: '/tokens', ...options });
|
|
85
84
|
}
|
|
86
85
|
/**
|
|
87
|
-
* Create a new
|
|
88
|
-
*
|
|
86
|
+
* Create a new access token.
|
|
87
|
+
*
|
|
88
|
+
* This endpoint allows you to create a new access token. For more information about identity access management and security, see [Service Accounts](https://cloudfleet.ai/docs/organization/api-tokens/) section of documentaiton.
|
|
89
89
|
*
|
|
90
90
|
* This endpoint is available to administrators of the organization only.
|
|
91
91
|
*
|
|
92
92
|
*/
|
|
93
|
-
static
|
|
94
|
-
return (options
|
|
95
|
-
url: '/
|
|
93
|
+
static createToken(options) {
|
|
94
|
+
return (options.client ?? client).post({
|
|
95
|
+
url: '/tokens',
|
|
96
96
|
...options,
|
|
97
97
|
headers: {
|
|
98
98
|
'Content-Type': 'application/json',
|
|
99
|
-
...options
|
|
99
|
+
...options.headers
|
|
100
100
|
}
|
|
101
101
|
});
|
|
102
102
|
}
|
|
103
103
|
/**
|
|
104
|
-
* Permanently delete
|
|
105
|
-
* This endpoint will permanently delete fleet. This operation cannot be undone. Your subscription will end by the end of the current billing period and you will not be able to receive credit for unused time. If you want to keep using the Connected Fleet until the end of the billing period, set the status to `cancelling`. For more information, see [Fleets and fleet types](https://cloudfleet.ai/docs/cloud-infrastructure/fleets-and-fleet-types/) section of documentaiton.
|
|
104
|
+
* Permanently delete access token.
|
|
106
105
|
*
|
|
107
|
-
* This endpoint is available to administrators of the organization only.
|
|
106
|
+
* This endpoint allows you to delete an access token. For more information about identity access management and security, see [Service Accounts](https://cloudfleet.ai/docs/organization/api-tokens/) section of documentaiton. This endpoint is available to administrators of the organization only.
|
|
108
107
|
*
|
|
109
108
|
*/
|
|
110
|
-
static
|
|
111
|
-
return (options
|
|
112
|
-
url: '/clusters/{cluster_id}/fleets/{fleet_name}',
|
|
113
|
-
...options
|
|
114
|
-
});
|
|
109
|
+
static deleteToken(options) {
|
|
110
|
+
return (options.client ?? client).delete({ url: '/tokens/{token_id}', ...options });
|
|
115
111
|
}
|
|
116
112
|
/**
|
|
117
|
-
* Get
|
|
118
|
-
* Returns fleet details. For more information, see [Fleets and fleet types](https://cloudfleet.ai/docs/cloud-infrastructure/fleets-and-fleet-types/) section of documentaiton.
|
|
113
|
+
* Get access token information.
|
|
119
114
|
*
|
|
120
|
-
* This endpoint is available to all users in the organization.
|
|
115
|
+
* This endpoint allows you to get access token details. For more information about identity access management and security, see [Service Accounts](https://cloudfleet.ai/docs/organization/api-tokens/) section of documentaiton. This endpoint is available to all users in the organization.
|
|
121
116
|
*
|
|
122
117
|
*/
|
|
123
|
-
static
|
|
124
|
-
return (options
|
|
125
|
-
url: '/clusters/{cluster_id}/fleets/{fleet_name}',
|
|
126
|
-
...options
|
|
127
|
-
});
|
|
118
|
+
static getToken(options) {
|
|
119
|
+
return (options.client ?? client).get({ url: '/tokens/{token_id}', ...options });
|
|
128
120
|
}
|
|
129
121
|
/**
|
|
130
|
-
* Update
|
|
131
|
-
* This endpoint allows you to update fleet details.
|
|
132
|
-
*
|
|
133
|
-
* Setting status to `deleted` will permanently delete fleet. This operation cannot be undone. Your subscription will end by the end of the current billing period and you will not be able to receive credit for unused time. If you want to keep using the Connected Fleet until the end of the billing period, set the status to `cancelling`.
|
|
122
|
+
* Update access token information.
|
|
134
123
|
*
|
|
135
|
-
* For more information, see [
|
|
124
|
+
* This endpoint allows you to update access token details. For more information about identity access management and security, see [Service Accounts](https://cloudfleet.ai/docs/organization/api-tokens/) section of documentaiton.
|
|
136
125
|
*
|
|
137
126
|
* This endpoint is available to administrators of the organization only.
|
|
138
127
|
*
|
|
139
128
|
*/
|
|
140
|
-
static
|
|
141
|
-
return (options
|
|
142
|
-
url: '/
|
|
129
|
+
static updateToken(options) {
|
|
130
|
+
return (options.client ?? client).put({
|
|
131
|
+
url: '/tokens/{token_id}',
|
|
143
132
|
...options,
|
|
144
133
|
headers: {
|
|
145
134
|
'Content-Type': 'application/json',
|
|
146
|
-
...options
|
|
135
|
+
...options.headers
|
|
147
136
|
}
|
|
148
137
|
});
|
|
149
138
|
}
|
|
150
139
|
/**
|
|
151
|
-
*
|
|
152
|
-
*
|
|
140
|
+
* Regenerate access token secret key.
|
|
141
|
+
*
|
|
142
|
+
* Generates a new access token secret. Old secret will not be valid anymore.
|
|
153
143
|
*/
|
|
154
|
-
static
|
|
155
|
-
return (options
|
|
156
|
-
url: '/clusters/{cluster_id}/query',
|
|
157
|
-
...options
|
|
158
|
-
});
|
|
144
|
+
static regenerateToken(options) {
|
|
145
|
+
return (options.client ?? client).put({ url: '/tokens/{token_id}/secret', ...options });
|
|
159
146
|
}
|
|
147
|
+
}
|
|
148
|
+
export class TicketsService {
|
|
160
149
|
/**
|
|
161
|
-
* List
|
|
162
|
-
* Returns a list of clusters under the current organization, including quota. Quota is a set of filters defined by the admin of the organization that will be applied to all resources created in the cluster. Quota information returned here does not take into account quota set on organization or platform level. For calculated quota applied to this account, use /clusters/{cluster_id}/quota endpoint. For more information about quotas, see [Quotas and limits](https://cloudfleet.ai/docs/organization/quotas/) section of documentaiton.
|
|
150
|
+
* List tickets for the current organization.
|
|
163
151
|
*
|
|
164
|
-
*
|
|
152
|
+
* Returns all tickets belonging to the caller's organization, newest first.
|
|
165
153
|
*
|
|
166
154
|
*/
|
|
167
|
-
static
|
|
168
|
-
return (options?.client ?? client).get({
|
|
169
|
-
url: '/clusters',
|
|
170
|
-
...options
|
|
171
|
-
});
|
|
155
|
+
static listTickets(options) {
|
|
156
|
+
return (options?.client ?? client).get({ url: '/tickets', ...options });
|
|
172
157
|
}
|
|
173
158
|
/**
|
|
174
|
-
* Create a new
|
|
175
|
-
* Create a new cluster under the current organization. Clusters allow you to group resources and you can create multiple clusters under the same organization, with billing delegated to the parent organization.
|
|
159
|
+
* Create a new support ticket.
|
|
176
160
|
*
|
|
177
|
-
*
|
|
161
|
+
* Creates a new support ticket with an initial customer message. The request is `multipart/form-data` with a JSON-encoded `payload` field carrying `category`, `body`, and optional `properties`, plus up to 3 `attachments` files (10 MB max each).
|
|
178
162
|
*
|
|
179
163
|
*/
|
|
180
|
-
static
|
|
181
|
-
return (options
|
|
182
|
-
|
|
164
|
+
static createTicket(options) {
|
|
165
|
+
return (options.client ?? client).post({
|
|
166
|
+
...formDataBodySerializer,
|
|
167
|
+
url: '/tickets',
|
|
183
168
|
...options,
|
|
184
169
|
headers: {
|
|
185
|
-
'Content-Type':
|
|
186
|
-
...options
|
|
170
|
+
'Content-Type': null,
|
|
171
|
+
...options.headers
|
|
187
172
|
}
|
|
188
173
|
});
|
|
189
174
|
}
|
|
190
175
|
/**
|
|
191
|
-
*
|
|
192
|
-
* This endpoint will permanently delete the cluster. This operation cannot be undone.
|
|
176
|
+
* Close a ticket (soft close).
|
|
193
177
|
*
|
|
194
|
-
*
|
|
178
|
+
* Marks the ticket as closed. Closed is a terminal state — users cannot reply to a closed ticket; a new ticket must be opened instead.
|
|
195
179
|
*
|
|
196
180
|
*/
|
|
197
|
-
static
|
|
198
|
-
return (options
|
|
199
|
-
url: '/clusters/{cluster_id}',
|
|
200
|
-
...options
|
|
201
|
-
});
|
|
181
|
+
static closeTicket(options) {
|
|
182
|
+
return (options.client ?? client).delete({ url: '/tickets/{ticket_id}', ...options });
|
|
202
183
|
}
|
|
203
184
|
/**
|
|
204
|
-
* Get
|
|
205
|
-
* Returns cluster details including quota. Quota is a set of filters defined by the admin of the organization that will be applied to all resources created in the cluster. Quota information returned here does not take into account quota set on organization or platform level. For calculated quota applied to this account, use /clusters/{cluster_id}/quota endpoint. For more information about quotas, see [Quotas and limits](https://cloudfleet.ai/docs/organization/quotas/) section of documentaiton.
|
|
206
|
-
*
|
|
207
|
-
* This endpoint is available to all users in the organization.
|
|
208
|
-
*
|
|
185
|
+
* Get a ticket and its messages.
|
|
209
186
|
*/
|
|
210
|
-
static
|
|
211
|
-
return (options
|
|
212
|
-
url: '/clusters/{cluster_id}',
|
|
213
|
-
...options
|
|
214
|
-
});
|
|
187
|
+
static getTicket(options) {
|
|
188
|
+
return (options.client ?? client).get({ url: '/tickets/{ticket_id}', ...options });
|
|
215
189
|
}
|
|
216
190
|
/**
|
|
217
|
-
*
|
|
218
|
-
* This endpoint allows you to update cluster details, including quota and cluster status. For more information about clusters, see [Clusters](https://cloudfleet.ai/docs/cluster-management/cluster-types/) section of documentaiton.
|
|
191
|
+
* Append a customer reply to a ticket.
|
|
219
192
|
*
|
|
220
|
-
*
|
|
193
|
+
* Multipart form-data with a JSON-encoded `payload` field carrying `body`, plus up to 3 `attachments` files. Returns 409 if the ticket is closed.
|
|
221
194
|
*
|
|
222
195
|
*/
|
|
223
|
-
static
|
|
224
|
-
return (options
|
|
225
|
-
|
|
196
|
+
static replyTicket(options) {
|
|
197
|
+
return (options.client ?? client).post({
|
|
198
|
+
...formDataBodySerializer,
|
|
199
|
+
url: '/tickets/{ticket_id}/messages',
|
|
226
200
|
...options,
|
|
227
201
|
headers: {
|
|
228
|
-
'Content-Type':
|
|
229
|
-
...options
|
|
202
|
+
'Content-Type': null,
|
|
203
|
+
...options.headers
|
|
230
204
|
}
|
|
231
205
|
});
|
|
232
206
|
}
|
|
233
207
|
/**
|
|
234
|
-
*
|
|
235
|
-
|
|
208
|
+
* Download a ticket attachment.
|
|
209
|
+
*/
|
|
210
|
+
static getTicketAttachment(options) {
|
|
211
|
+
return (options.client ?? client).get({ url: '/tickets/{ticket_id}/attachments/{attachment_id}', ...options });
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
export class RegistryService {
|
|
215
|
+
/**
|
|
216
|
+
* List repositories
|
|
217
|
+
*
|
|
218
|
+
* Returns a list of repositories in the registry across all regions. This endpoint is available to all users in the organization.
|
|
236
219
|
*
|
|
237
220
|
*/
|
|
238
|
-
static
|
|
239
|
-
return (options?.client ?? client).
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
221
|
+
static listRepositories(options) {
|
|
222
|
+
return (options?.client ?? client).get({ url: '/registry', ...options });
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
225
|
+
* List tags for a repository
|
|
226
|
+
*
|
|
227
|
+
* Returns a list of tags for a specific repository, including size and metadata for each tag. This endpoint is available to all users in the organization.
|
|
228
|
+
*
|
|
229
|
+
*/
|
|
230
|
+
static listTags(options) {
|
|
231
|
+
return (options.client ?? client).get({ url: '/registry/{region}/{repository}', ...options });
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* Delete tag
|
|
235
|
+
*
|
|
236
|
+
* Permanently deletes a specific tag from a repository. This endpoint is available to administrators of the organization only.
|
|
237
|
+
*
|
|
238
|
+
*/
|
|
239
|
+
static deleteTag(options) {
|
|
240
|
+
return (options.client ?? client).delete({ url: '/registry/{region}/{repository}/{tag}', ...options });
|
|
241
|
+
}
|
|
242
|
+
/**
|
|
243
|
+
* Get tag details
|
|
244
|
+
*
|
|
245
|
+
* Returns detailed information for a specific tag in a repository, including manifest details, size, and URI. This endpoint is available to all users in the organization.
|
|
246
|
+
*
|
|
247
|
+
*/
|
|
248
|
+
static getTag(options) {
|
|
249
|
+
return (options.client ?? client).get({ url: '/registry/{region}/{repository}/{tag}', ...options });
|
|
243
250
|
}
|
|
244
251
|
}
|
|
245
|
-
export class
|
|
252
|
+
export class OrganizationService {
|
|
246
253
|
/**
|
|
247
|
-
*
|
|
248
|
-
* This endpoint is used to search the infrastructure catalog for the right virtual machine / instance type when creating a new task. The search is performed by specifying a set of filters. The filters are combined using the logical AND operator. For example, if you want to find all available instances with Nvidia A100 GPUs in the US, you would use the following query:
|
|
254
|
+
* Get organization information.
|
|
249
255
|
*
|
|
250
|
-
*
|
|
256
|
+
* Returns organization details including quota. For more information about quotas, see [Quotas and limits](https://cloudfleet.ai/docs/organization/quotas/) section of documentaiton.
|
|
251
257
|
*
|
|
252
|
-
*
|
|
258
|
+
* This endpoint is available to all users in the organization.
|
|
253
259
|
*
|
|
254
|
-
|
|
260
|
+
*/
|
|
261
|
+
static getOrganization(options) {
|
|
262
|
+
return (options?.client ?? client).get({ url: '/organization', ...options });
|
|
263
|
+
}
|
|
264
|
+
/**
|
|
265
|
+
* Create a new organization / Cloudfleet account signup.
|
|
255
266
|
*
|
|
256
|
-
*
|
|
267
|
+
* This endpoint allows you to create a new Cloudfleet organization and an administrator user.
|
|
257
268
|
*
|
|
258
269
|
*/
|
|
259
|
-
static
|
|
260
|
-
return (options
|
|
261
|
-
url: '/
|
|
262
|
-
...options
|
|
270
|
+
static createOrganization(options) {
|
|
271
|
+
return (options.client ?? client).post({
|
|
272
|
+
url: '/organization',
|
|
273
|
+
...options,
|
|
274
|
+
headers: {
|
|
275
|
+
'Content-Type': 'application/json',
|
|
276
|
+
...options.headers
|
|
277
|
+
}
|
|
263
278
|
});
|
|
264
279
|
}
|
|
280
|
+
}
|
|
281
|
+
export class McpService {
|
|
265
282
|
/**
|
|
266
|
-
*
|
|
267
|
-
* This endpoint returns calculated search facets from the infrastructure catalog.
|
|
283
|
+
* MCP endpoint
|
|
268
284
|
*
|
|
285
|
+
* MCP endpoint for handling Model Context Protocol JSON-RPC 2.0 messages.
|
|
269
286
|
*/
|
|
270
|
-
static
|
|
271
|
-
return (options
|
|
272
|
-
url: '/
|
|
273
|
-
...options
|
|
287
|
+
static postMcp(options) {
|
|
288
|
+
return (options.client ?? client).post({
|
|
289
|
+
url: '/mcp',
|
|
290
|
+
...options,
|
|
291
|
+
headers: {
|
|
292
|
+
'Content-Type': 'application/json',
|
|
293
|
+
...options.headers
|
|
294
|
+
}
|
|
274
295
|
});
|
|
275
296
|
}
|
|
297
|
+
}
|
|
298
|
+
export class ChartsMarketplaceService {
|
|
276
299
|
/**
|
|
277
|
-
*
|
|
278
|
-
*
|
|
300
|
+
* List chart listings available in the marketplace.
|
|
301
|
+
*
|
|
302
|
+
* Returns a list of available charts in the marketplace.
|
|
303
|
+
*
|
|
304
|
+
* This endpoint is available to all users in the organization.
|
|
279
305
|
*
|
|
280
306
|
*/
|
|
281
|
-
static
|
|
282
|
-
return (options?.client ?? client).get({
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
307
|
+
static listMarketplaceCharts(options) {
|
|
308
|
+
return (options?.client ?? client).get({ url: '/marketplace', ...options });
|
|
309
|
+
}
|
|
310
|
+
/**
|
|
311
|
+
* Get chart files for a specific version channel.
|
|
312
|
+
*
|
|
313
|
+
* Returns the Chart.yaml, values.yaml, and values.schema.json files for the latest version matching the specified version channel.
|
|
314
|
+
*
|
|
315
|
+
* Version channels use patterns like "1.31.x-cfke.x" to match the latest patch version, or "1.x.x-cfke.x" to match the latest minor version.
|
|
316
|
+
*
|
|
317
|
+
* This endpoint is available to all users in the organization.
|
|
318
|
+
*
|
|
319
|
+
*/
|
|
320
|
+
static getMarketplaceChartFiles(options) {
|
|
321
|
+
return (options.client ?? client).get({ url: '/marketplace/{chart_name}/files/{version_channel}', ...options });
|
|
286
322
|
}
|
|
287
323
|
}
|
|
288
324
|
export class InvitesService {
|
|
289
325
|
/**
|
|
290
326
|
* List invites.
|
|
291
|
-
*
|
|
327
|
+
*
|
|
328
|
+
* Returns a list of pending (non-expired) invites under the current organization. This endpoint is available to administrators of the organization only.
|
|
292
329
|
*
|
|
293
330
|
*/
|
|
294
331
|
static listInvites(options) {
|
|
295
|
-
return (options?.client ?? client).get({
|
|
296
|
-
url: '/invites',
|
|
297
|
-
...options
|
|
298
|
-
});
|
|
332
|
+
return (options?.client ?? client).get({ url: '/invites', ...options });
|
|
299
333
|
}
|
|
300
334
|
/**
|
|
301
335
|
* Create a new invite.
|
|
302
|
-
*
|
|
336
|
+
*
|
|
337
|
+
* Invite a new user to your Cloudfleet organization. The user will receive an email with a link to create a new account. This endpoint is available to administrators of the organization only.
|
|
303
338
|
*
|
|
304
339
|
*/
|
|
305
340
|
static createInvite(options) {
|
|
306
|
-
return (options
|
|
341
|
+
return (options.client ?? client).post({
|
|
307
342
|
url: '/invites',
|
|
308
343
|
...options,
|
|
309
344
|
headers: {
|
|
310
345
|
'Content-Type': 'application/json',
|
|
311
|
-
...options
|
|
346
|
+
...options.headers
|
|
312
347
|
}
|
|
313
348
|
});
|
|
314
349
|
}
|
|
315
350
|
/**
|
|
316
351
|
* Get invite information.
|
|
317
|
-
*
|
|
352
|
+
*
|
|
353
|
+
* Validates an invitation code and returns the email address it was issued to (to pre-fill the signup form) and the organization it grants access to. This endpoint is unauthenticated, so no other invite details (such as the invited role) are disclosed.
|
|
318
354
|
*
|
|
319
355
|
*/
|
|
320
356
|
static getInvite(options) {
|
|
321
|
-
return (options
|
|
322
|
-
url: '/invites/{code}',
|
|
323
|
-
...options
|
|
324
|
-
});
|
|
357
|
+
return (options.client ?? client).get({ url: '/invites/{code}', ...options });
|
|
325
358
|
}
|
|
326
359
|
/**
|
|
327
360
|
* Permanently delete invite.
|
|
361
|
+
*
|
|
328
362
|
* Permanently deletes invite from the organization. This endpoint is available to administrators of the organization only.
|
|
329
363
|
*
|
|
330
364
|
*/
|
|
331
365
|
static deleteInvite(options) {
|
|
332
|
-
return (options
|
|
333
|
-
url: '/invites/{email}',
|
|
334
|
-
...options
|
|
335
|
-
});
|
|
366
|
+
return (options.client ?? client).delete({ url: '/invites/{email}', ...options });
|
|
336
367
|
}
|
|
337
368
|
}
|
|
338
|
-
export class
|
|
369
|
+
export class ClustersService {
|
|
339
370
|
/**
|
|
340
|
-
*
|
|
341
|
-
*
|
|
371
|
+
* Query Kubernetes cluster API
|
|
372
|
+
*
|
|
373
|
+
* An API endpoint for directly querying a Kubernetes cluster API without requiring kubectl or other tools. This endpoint is ideal for automation and scripting, as well as for internal use in fetching data for the Cloudfleet Console. It acts as a passthrough to the Kubernetes API, allowing access to any valid Kubernetes API endpoint, including those not exposed in the Cloudfleet Console. The endpoint is strictly read-only, ensuring no modifications to the cluster state. It is accessible to all users within the organization and uses the same authentication mechanisms as other Cloudfleet API endpoints.
|
|
374
|
+
*/
|
|
375
|
+
static queryCluster(options) {
|
|
376
|
+
return (options.client ?? client).get({ url: '/clusters/{cluster_id}/query', ...options });
|
|
377
|
+
}
|
|
378
|
+
/**
|
|
379
|
+
* List fleets.
|
|
380
|
+
*
|
|
381
|
+
* Returns a list of fleets belonging to the cluster. For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
|
|
342
382
|
*
|
|
343
383
|
* This endpoint is available to all users in the organization.
|
|
344
384
|
*
|
|
345
385
|
*/
|
|
346
|
-
static
|
|
347
|
-
return (options
|
|
348
|
-
url: '/organization',
|
|
349
|
-
...options
|
|
350
|
-
});
|
|
386
|
+
static listFleets(options) {
|
|
387
|
+
return (options.client ?? client).get({ url: '/clusters/{cluster_id}/fleets', ...options });
|
|
351
388
|
}
|
|
352
389
|
/**
|
|
353
|
-
* Create a new
|
|
354
|
-
*
|
|
390
|
+
* Create a new fleet.
|
|
391
|
+
*
|
|
392
|
+
* Create a new fleet under the current organization. fleets allow you to to schedule workloads in cloud service provider accounts owned by you. For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
|
|
393
|
+
*
|
|
394
|
+
* The cluster must be ready (status `deployed`) before a fleet can be added. Adding a fleet while the cluster is still provisioning returns `409`.
|
|
395
|
+
*
|
|
396
|
+
* This endpoint is available to administrators of the organization only.
|
|
355
397
|
*
|
|
356
398
|
*/
|
|
357
|
-
static
|
|
358
|
-
return (options
|
|
359
|
-
url: '/
|
|
399
|
+
static createFleet(options) {
|
|
400
|
+
return (options.client ?? client).post({
|
|
401
|
+
url: '/clusters/{cluster_id}/fleets',
|
|
360
402
|
...options,
|
|
361
403
|
headers: {
|
|
362
404
|
'Content-Type': 'application/json',
|
|
363
|
-
...options
|
|
405
|
+
...options.headers
|
|
364
406
|
}
|
|
365
407
|
});
|
|
366
408
|
}
|
|
367
409
|
/**
|
|
368
|
-
*
|
|
369
|
-
*
|
|
410
|
+
* Permanently delete fleet.
|
|
411
|
+
*
|
|
412
|
+
* This endpoint will permanently delete fleet. This operation cannot be undone. Your subscription will end by the end of the current billing period and you will not be able to receive credit for unused time. For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
|
|
413
|
+
*
|
|
414
|
+
* Deleting a fleet does not deprovision the cloud infrastructure it provisioned: nodes and other resources keep running. Scale the cluster down first, or remove the infrastructure manually, to avoid orphaned resources.
|
|
370
415
|
*
|
|
371
416
|
* This endpoint is available to administrators of the organization only.
|
|
372
417
|
*
|
|
373
418
|
*/
|
|
374
|
-
static
|
|
375
|
-
return (options
|
|
376
|
-
|
|
419
|
+
static deleteFleet(options) {
|
|
420
|
+
return (options.client ?? client).delete({ url: '/clusters/{cluster_id}/fleets/{fleet_name}', ...options });
|
|
421
|
+
}
|
|
422
|
+
/**
|
|
423
|
+
* Get fleet information.
|
|
424
|
+
*
|
|
425
|
+
* Returns fleet details. For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
|
|
426
|
+
*
|
|
427
|
+
* This endpoint is available to all users in the organization.
|
|
428
|
+
*
|
|
429
|
+
*/
|
|
430
|
+
static getFleet(options) {
|
|
431
|
+
return (options.client ?? client).get({ url: '/clusters/{cluster_id}/fleets/{fleet_name}', ...options });
|
|
432
|
+
}
|
|
433
|
+
/**
|
|
434
|
+
* Update fleet information.
|
|
435
|
+
*
|
|
436
|
+
* This endpoint allows you to update fleet details.
|
|
437
|
+
*
|
|
438
|
+
* For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
|
|
439
|
+
*
|
|
440
|
+
* This is a full overwrite: any field omitted from the request is reset to its default rather than left unchanged. The Hetzner API key is the exception: it is kept when omitted (send a new value to rotate it).
|
|
441
|
+
*
|
|
442
|
+
* This endpoint is available to administrators of the organization only.
|
|
443
|
+
*
|
|
444
|
+
*/
|
|
445
|
+
static updateFleet(options) {
|
|
446
|
+
return (options.client ?? client).put({
|
|
447
|
+
url: '/clusters/{cluster_id}/fleets/{fleet_name}',
|
|
377
448
|
...options,
|
|
378
449
|
headers: {
|
|
379
450
|
'Content-Type': 'application/json',
|
|
380
|
-
...options
|
|
451
|
+
...options.headers
|
|
381
452
|
}
|
|
382
453
|
});
|
|
383
454
|
}
|
|
384
|
-
}
|
|
385
|
-
export class TokensService {
|
|
386
455
|
/**
|
|
387
|
-
* List
|
|
388
|
-
*
|
|
456
|
+
* List charts.
|
|
457
|
+
*
|
|
458
|
+
* Returns a list of charts in the cluster.
|
|
459
|
+
*
|
|
460
|
+
* This endpoint is available to all users in the organization.
|
|
389
461
|
*
|
|
390
462
|
*/
|
|
391
|
-
static
|
|
392
|
-
return (options
|
|
393
|
-
url: '/tokens',
|
|
394
|
-
...options
|
|
395
|
-
});
|
|
463
|
+
static listCharts(options) {
|
|
464
|
+
return (options.client ?? client).get({ url: '/clusters/{cluster_id}/charts', ...options });
|
|
396
465
|
}
|
|
397
466
|
/**
|
|
398
|
-
* Create a new
|
|
399
|
-
*
|
|
467
|
+
* Create a new chart.
|
|
468
|
+
*
|
|
469
|
+
* Create a new chart deployment.
|
|
400
470
|
*
|
|
401
471
|
* This endpoint is available to administrators of the organization only.
|
|
402
472
|
*
|
|
403
473
|
*/
|
|
404
|
-
static
|
|
405
|
-
return (options
|
|
406
|
-
url: '/
|
|
474
|
+
static createChart(options) {
|
|
475
|
+
return (options.client ?? client).post({
|
|
476
|
+
url: '/clusters/{cluster_id}/charts',
|
|
407
477
|
...options,
|
|
408
478
|
headers: {
|
|
409
479
|
'Content-Type': 'application/json',
|
|
410
|
-
...options
|
|
480
|
+
...options.headers
|
|
411
481
|
}
|
|
412
482
|
});
|
|
413
483
|
}
|
|
414
484
|
/**
|
|
415
|
-
* Permanently delete
|
|
416
|
-
*
|
|
485
|
+
* Permanently delete the chart deployment from the cluster.
|
|
486
|
+
*
|
|
487
|
+
* This endpoint will permanently delete chart. This operation cannot be undone.
|
|
488
|
+
*
|
|
489
|
+
* This endpoint is available to administrators of the organization only.
|
|
417
490
|
*
|
|
418
491
|
*/
|
|
419
|
-
static
|
|
420
|
-
return (options
|
|
421
|
-
url: '/tokens/{token_id}',
|
|
422
|
-
...options
|
|
423
|
-
});
|
|
492
|
+
static deleteChart(options) {
|
|
493
|
+
return (options.client ?? client).delete({ url: '/clusters/{cluster_id}/charts/{chart_name}', ...options });
|
|
424
494
|
}
|
|
425
495
|
/**
|
|
426
|
-
* Get
|
|
427
|
-
*
|
|
496
|
+
* Get chart information.
|
|
497
|
+
*
|
|
498
|
+
* Returns the details of the chart deployment.
|
|
499
|
+
*
|
|
500
|
+
* This endpoint is available to all users in the organization.
|
|
428
501
|
*
|
|
429
502
|
*/
|
|
430
|
-
static
|
|
431
|
-
return (options
|
|
432
|
-
url: '/tokens/{token_id}',
|
|
433
|
-
...options
|
|
434
|
-
});
|
|
503
|
+
static getChart(options) {
|
|
504
|
+
return (options.client ?? client).get({ url: '/clusters/{cluster_id}/charts/{chart_name}', ...options });
|
|
435
505
|
}
|
|
436
506
|
/**
|
|
437
|
-
* Update
|
|
438
|
-
*
|
|
507
|
+
* Update chart information.
|
|
508
|
+
*
|
|
509
|
+
* This endpoint allows you to update the values of a chart deployment.
|
|
439
510
|
*
|
|
440
511
|
* This endpoint is available to administrators of the organization only.
|
|
441
512
|
*
|
|
442
513
|
*/
|
|
443
|
-
static
|
|
444
|
-
return (options
|
|
445
|
-
url: '/
|
|
514
|
+
static updateChart(options) {
|
|
515
|
+
return (options.client ?? client).put({
|
|
516
|
+
url: '/clusters/{cluster_id}/charts/{chart_name}',
|
|
446
517
|
...options,
|
|
447
518
|
headers: {
|
|
448
519
|
'Content-Type': 'application/json',
|
|
449
|
-
...options
|
|
520
|
+
...options.headers
|
|
450
521
|
}
|
|
451
522
|
});
|
|
452
523
|
}
|
|
453
524
|
/**
|
|
454
|
-
*
|
|
455
|
-
*
|
|
525
|
+
* List clusters.
|
|
526
|
+
*
|
|
527
|
+
* Returns a list of clusters under the current organization.
|
|
528
|
+
*
|
|
529
|
+
* This endpoint is available to all users in the organization.
|
|
530
|
+
*
|
|
456
531
|
*/
|
|
457
|
-
static
|
|
458
|
-
return (options?.client ?? client).
|
|
459
|
-
url: '/tokens/{token_id}/secret',
|
|
460
|
-
...options
|
|
461
|
-
});
|
|
532
|
+
static listClusters(options) {
|
|
533
|
+
return (options?.client ?? client).get({ url: '/clusters', ...options });
|
|
462
534
|
}
|
|
463
|
-
}
|
|
464
|
-
export class UsersService {
|
|
465
535
|
/**
|
|
466
|
-
*
|
|
536
|
+
* Create a new cluster.
|
|
537
|
+
*
|
|
538
|
+
* Create a new cluster under the current organization. Clusters allow you to group resources and you can create multiple clusters under the same organization, with billing delegated to the parent organization.
|
|
539
|
+
*
|
|
540
|
+
* This endpoint is available to administrators of the organization only.
|
|
541
|
+
*
|
|
467
542
|
*/
|
|
468
|
-
static
|
|
469
|
-
return (options
|
|
470
|
-
url: '/
|
|
471
|
-
...options
|
|
543
|
+
static createCluster(options) {
|
|
544
|
+
return (options.client ?? client).post({
|
|
545
|
+
url: '/clusters',
|
|
546
|
+
...options,
|
|
547
|
+
headers: {
|
|
548
|
+
'Content-Type': 'application/json',
|
|
549
|
+
...options.headers
|
|
550
|
+
}
|
|
472
551
|
});
|
|
473
552
|
}
|
|
474
553
|
/**
|
|
475
|
-
*
|
|
476
|
-
*
|
|
554
|
+
* Permanently delete cluster.
|
|
555
|
+
*
|
|
556
|
+
* This endpoint will permanently delete the cluster. This operation cannot be undone.
|
|
557
|
+
*
|
|
558
|
+
* Deleting a cluster also deletes its fleets. This does not deprovision the cloud infrastructure those fleets provisioned: nodes and other resources keep running. Scale the cluster down first, or remove the infrastructure manually, to avoid orphaned resources.
|
|
559
|
+
*
|
|
560
|
+
* This endpoint is available to administrators of the organization only.
|
|
561
|
+
*
|
|
562
|
+
*/
|
|
563
|
+
static deleteCluster(options) {
|
|
564
|
+
return (options.client ?? client).delete({ url: '/clusters/{cluster_id}', ...options });
|
|
565
|
+
}
|
|
566
|
+
/**
|
|
567
|
+
* Get cluster information.
|
|
568
|
+
*
|
|
569
|
+
* Returns cluster details.
|
|
477
570
|
*
|
|
478
571
|
* This endpoint is available to all users in the organization.
|
|
479
572
|
*
|
|
480
573
|
*/
|
|
481
|
-
static
|
|
482
|
-
return (options
|
|
483
|
-
url: '/users',
|
|
484
|
-
...options
|
|
485
|
-
});
|
|
574
|
+
static getCluster(options) {
|
|
575
|
+
return (options.client ?? client).get({ url: '/clusters/{cluster_id}', ...options });
|
|
486
576
|
}
|
|
487
577
|
/**
|
|
488
|
-
*
|
|
489
|
-
*
|
|
578
|
+
* Update cluster information.
|
|
579
|
+
*
|
|
580
|
+
* This endpoint allows you to update cluster details. For more information about clusters, see [Clusters](https://cloudfleet.ai/docs/cluster-management/cluster-types/) section of documentation.
|
|
581
|
+
*
|
|
582
|
+
* This is a full overwrite: any field omitted from the request is reset to its default rather than left unchanged.
|
|
583
|
+
*
|
|
584
|
+
* This endpoint is available to administrators of the organization only.
|
|
490
585
|
*
|
|
491
586
|
*/
|
|
492
|
-
static
|
|
493
|
-
return (options
|
|
494
|
-
url: '/
|
|
587
|
+
static updateCluster(options) {
|
|
588
|
+
return (options.client ?? client).put({
|
|
589
|
+
url: '/clusters/{cluster_id}',
|
|
495
590
|
...options,
|
|
496
591
|
headers: {
|
|
497
592
|
'Content-Type': 'application/json',
|
|
498
|
-
...options
|
|
593
|
+
...options.headers
|
|
499
594
|
}
|
|
500
595
|
});
|
|
501
596
|
}
|
|
502
597
|
/**
|
|
503
|
-
*
|
|
504
|
-
*
|
|
598
|
+
* Node join information for the cluster
|
|
599
|
+
*
|
|
600
|
+
* Returns the join information for the cluster. This information is used to add a self-managed nodes to the CFKE cluster. This endpoint is available to only admins of the organization.
|
|
505
601
|
*
|
|
506
602
|
*/
|
|
507
|
-
static
|
|
508
|
-
return (options
|
|
509
|
-
url: '/users/{user_id}',
|
|
510
|
-
...options
|
|
511
|
-
});
|
|
603
|
+
static getJoinInformation(options) {
|
|
604
|
+
return (options.client ?? client).post({ url: '/clusters/{cluster_id}/join_information', ...options });
|
|
512
605
|
}
|
|
606
|
+
}
|
|
607
|
+
export class BillingService {
|
|
513
608
|
/**
|
|
514
|
-
* Get
|
|
515
|
-
* Returns user details, including roles and cluster permissions. For more information on identity access management, see [Users](https://cloudfleet.ai/docs/organization/users/) section of documentaiton.
|
|
609
|
+
* Get billing usage information.
|
|
516
610
|
*
|
|
517
|
-
* This endpoint is available to all users in the organization.
|
|
611
|
+
* Returns aggregated usage information for the organization with facets for filtering. For more information on billing and payments, see [Billing and pricing](https://cloudfleet.ai/docs/organization/billing/) section of documentaiton. This endpoint is available to all users in the organization.
|
|
518
612
|
*
|
|
519
613
|
*/
|
|
520
|
-
static
|
|
521
|
-
return (options?.client ?? client).get({
|
|
522
|
-
url: '/users/{user_id}',
|
|
523
|
-
...options
|
|
524
|
-
});
|
|
614
|
+
static getUsage(options) {
|
|
615
|
+
return (options?.client ?? client).get({ url: '/billing/usage', ...options });
|
|
525
616
|
}
|
|
526
617
|
/**
|
|
527
|
-
*
|
|
528
|
-
*
|
|
618
|
+
* Get Stripe client secret.
|
|
619
|
+
*
|
|
620
|
+
* Endpoint returns the Stripe secret key for the organization. This key is used to securely update the payment method in the Cloudfleet console only, please visit https://console.cloudfleet.ai. This endpoint is available to administrators of the organization only.
|
|
529
621
|
*
|
|
530
622
|
*/
|
|
531
|
-
static
|
|
532
|
-
return (options?.client ?? client).put({
|
|
533
|
-
|
|
623
|
+
static getPaymentMethodSecret(options) {
|
|
624
|
+
return (options?.client ?? client).put({ url: '/billing/payment-method', ...options });
|
|
625
|
+
}
|
|
626
|
+
/**
|
|
627
|
+
* List organization payment methods.
|
|
628
|
+
*
|
|
629
|
+
* Returns all payment methods (cards and SEPA Direct Debit) attached to the organization, most recently added first, with the default flagged. This endpoint is available to all users in the organization.
|
|
630
|
+
*
|
|
631
|
+
*/
|
|
632
|
+
static listPaymentMethods(options) {
|
|
633
|
+
return (options?.client ?? client).get({ url: '/billing/payment-methods', ...options });
|
|
634
|
+
}
|
|
635
|
+
/**
|
|
636
|
+
* Set the default payment method.
|
|
637
|
+
*
|
|
638
|
+
* Sets the given payment method as the default used for invoices and active subscriptions. Requires the Administrator role.
|
|
639
|
+
*
|
|
640
|
+
*/
|
|
641
|
+
static setDefaultPaymentMethod(options) {
|
|
642
|
+
return (options.client ?? client).put({ url: '/billing/payment-methods/{paymentMethodId}/default', ...options });
|
|
643
|
+
}
|
|
644
|
+
/**
|
|
645
|
+
* Delete a payment method.
|
|
646
|
+
*
|
|
647
|
+
* Detaches the given payment method from the organization. Requires the Administrator role. An organization must keep at least one payment method, so deleting the only remaining method is rejected.
|
|
648
|
+
*
|
|
649
|
+
*/
|
|
650
|
+
static deletePaymentMethod(options) {
|
|
651
|
+
return (options.client ?? client).delete({ url: '/billing/payment-methods/{paymentMethodId}', ...options });
|
|
652
|
+
}
|
|
653
|
+
/**
|
|
654
|
+
* List issued invoices.
|
|
655
|
+
*
|
|
656
|
+
* Returns a list of invoices for the organization. For more information on billing and payments, see [Billing and pricing](https://cloudfleet.ai/docs/organization/billing/) section of documentaiton. This endpoint is available to all users in the organization.
|
|
657
|
+
*
|
|
658
|
+
*/
|
|
659
|
+
static listInvoices(options) {
|
|
660
|
+
return (options?.client ?? client).get({ url: '/billing/invoices', ...options });
|
|
661
|
+
}
|
|
662
|
+
/**
|
|
663
|
+
* Get organization contact and billing address information.
|
|
664
|
+
*
|
|
665
|
+
* Returns the organization contact and billing address information. This endpoint is available to all users in the organization.
|
|
666
|
+
*
|
|
667
|
+
*/
|
|
668
|
+
static getContact(options) {
|
|
669
|
+
return (options?.client ?? client).get({ url: '/billing/contact', ...options });
|
|
670
|
+
}
|
|
671
|
+
/**
|
|
672
|
+
* Update organization contact information and billing address.
|
|
673
|
+
*
|
|
674
|
+
* This endpoint allows you to update organization details with its contact information. This endpoint is available to administrators of the organization only.
|
|
675
|
+
*
|
|
676
|
+
*/
|
|
677
|
+
static updateContact(options) {
|
|
678
|
+
return (options.client ?? client).put({
|
|
679
|
+
url: '/billing/contact',
|
|
534
680
|
...options,
|
|
535
681
|
headers: {
|
|
536
682
|
'Content-Type': 'application/json',
|
|
537
|
-
...options
|
|
683
|
+
...options.headers
|
|
538
684
|
}
|
|
539
685
|
});
|
|
540
686
|
}
|
|
541
687
|
/**
|
|
542
|
-
*
|
|
543
|
-
*
|
|
688
|
+
* Get applied promotional credits
|
|
689
|
+
*
|
|
690
|
+
* Returns applied promotional credits for the organization. For more information on billing and payments, see [Billing and pricing](https://cloudfleet.ai/docs/organization/billing/) section of documentaiton. This endpoint is available to all users in the organization.
|
|
544
691
|
*
|
|
545
692
|
*/
|
|
546
|
-
static
|
|
547
|
-
return (options?.client ?? client).
|
|
548
|
-
url: '/users/{user_id}/clusters/{cluster_id}',
|
|
549
|
-
...options
|
|
550
|
-
});
|
|
693
|
+
static getCredits(options) {
|
|
694
|
+
return (options?.client ?? client).get({ url: '/billing/credits', ...options });
|
|
551
695
|
}
|
|
552
696
|
/**
|
|
553
|
-
*
|
|
554
|
-
*
|
|
697
|
+
* Redeem promotional credits code.
|
|
698
|
+
*
|
|
699
|
+
* Applies promotional credits for the organization. For more information on billing and payments, see [Billing and pricing](https://cloudfleet.ai/docs/organization/billing/) section of documentaiton. This endpoint is available to all users in the organization.
|
|
555
700
|
*
|
|
556
701
|
*/
|
|
557
|
-
static
|
|
558
|
-
return (options
|
|
559
|
-
url: '/
|
|
702
|
+
static redeemCredits(options) {
|
|
703
|
+
return (options.client ?? client).post({
|
|
704
|
+
url: '/billing/credits',
|
|
560
705
|
...options,
|
|
561
706
|
headers: {
|
|
562
707
|
'Content-Type': 'application/json',
|
|
563
|
-
...options
|
|
708
|
+
...options.headers
|
|
564
709
|
}
|
|
565
710
|
});
|
|
566
711
|
}
|