@@ -45,8 +45,6 @@ func main() {
45
45
}
46
46
```
47
47
48
-
49
-
50
48
### Parameters
51
49
52
50
| Parameter | Type | Required | Description |
@@ -55,15 +53,18 @@ func main() {
55
53
| ` id ` | * int64* | :heavy_check_mark : | id |
56
54
| ` opts ` | [ ] [ operations.Option ] (../../models/operations/option.md) | :heavy_minus_sign : | The options for this request. |
57
55
58
-
59
56
### Response
60
57
61
58
** [ * operations.GetAgentResponse] ( ../../models/operations/getagentresponse.md ) , error**
59
+
60
+ ### Errors
61
+
62
62
| Error Object | Status Code | Content Type |
63
63
| --------------------- | --------------------- | --------------------- |
64
64
| sdkerrors.ErrorObject | 401 | application/json |
65
65
| sdkerrors.SDKError | 4xx-5xx | * /* |
66
66
67
+
67
68
## UpdateAgent
68
69
69
70
Updates an agent
@@ -87,9 +88,9 @@ func main() {
87
88
var id int64 = 828119
88
89
89
90
var requestBody *operations.UpdateAgentRequestBody = &operations.UpdateAgentRequestBody {
90
- ID: 2140 ,
91
- Name: " lebsack " ,
92
- ClientSignature: " Windows, Windows Server 2016 " ,
91
+ ID: 96 ,
92
+ Name: " effertz-frami " ,
93
+ ClientSignature: " Plan 9, Plan 9 Fourth Edition " ,
93
94
OperatingSystem: " linux" ,
94
95
Devices: []string {
95
96
" cpu" ,
@@ -107,8 +108,6 @@ func main() {
107
108
}
108
109
```
109
110
110
-
111
-
112
111
### Parameters
113
112
114
113
| Parameter | Type | Required | Description |
@@ -118,15 +117,18 @@ func main() {
118
117
| ` requestBody ` | [ * operations.UpdateAgentRequestBody] ( ../../models/operations/updateagentrequestbody.md ) | :heavy_minus_sign : | N/A |
119
118
| ` opts ` | [ ] [ operations.Option ] (../../models/operations/option.md) | :heavy_minus_sign : | The options for this request. |
120
119
121
-
122
120
### Response
123
121
124
122
** [ * operations.UpdateAgentResponse] ( ../../models/operations/updateagentresponse.md ) , error**
123
+
124
+ ### Errors
125
+
125
126
| Error Object | Status Code | Content Type |
126
127
| --------------------- | --------------------- | --------------------- |
127
128
| sdkerrors.ErrorObject | 401 | application/json |
128
129
| sdkerrors.SDKError | 4xx-5xx | * /* |
129
130
131
+
130
132
## SendHeartbeat
131
133
132
134
Send a heartbeat for an agent to keep it alive.
@@ -158,8 +160,6 @@ func main() {
158
160
}
159
161
```
160
162
161
-
162
-
163
163
### Parameters
164
164
165
165
| Parameter | Type | Required | Description |
@@ -168,15 +168,18 @@ func main() {
168
168
| ` id ` | * int64* | :heavy_check_mark : | id |
169
169
| ` opts ` | [ ] [ operations.Option ] (../../models/operations/option.md) | :heavy_minus_sign : | The options for this request. |
170
170
171
-
172
171
### Response
173
172
174
173
** [ * operations.SendHeartbeatResponse] ( ../../models/operations/sendheartbeatresponse.md ) , error**
174
+
175
+ ### Errors
176
+
175
177
| Error Object | Status Code | Content Type |
176
178
| --------------------- | --------------------- | --------------------- |
177
179
| sdkerrors.ErrorObject | 401 | application/json |
178
180
| sdkerrors.SDKError | 4xx-5xx | * /* |
179
181
182
+
180
183
## SubmitBenchmark
181
184
182
185
Submit a benchmark for an agent
@@ -221,8 +224,6 @@ func main() {
221
224
}
222
225
```
223
226
224
-
225
-
226
227
### Parameters
227
228
228
229
| Parameter | Type | Required | Description |
@@ -232,15 +233,18 @@ func main() {
232
233
| ` requestBody ` | [ operations.SubmitBenchmarkRequestBody] ( ../../models/operations/submitbenchmarkrequestbody.md ) | :heavy_check_mark : | N/A |
233
234
| ` opts ` | [ ] [ operations.Option ] (../../models/operations/option.md) | :heavy_minus_sign : | The options for this request. |
234
235
235
-
236
236
### Response
237
237
238
238
** [ * operations.SubmitBenchmarkResponse] ( ../../models/operations/submitbenchmarkresponse.md ) , error**
239
+
240
+ ### Errors
241
+
239
242
| Error Object | Status Code | Content Type |
240
243
| --------------------- | --------------------- | --------------------- |
241
244
| sdkerrors.ErrorObject | 400,401 | application/json |
242
245
| sdkerrors.SDKError | 4xx-5xx | * /* |
243
246
247
+
244
248
## SubmitErrorAgent
245
249
246
250
Submit an error for an agent
@@ -273,8 +277,6 @@ func main() {
273
277
}
274
278
```
275
279
276
-
277
-
278
280
### Parameters
279
281
280
282
| Parameter | Type | Required | Description |
@@ -284,15 +286,18 @@ func main() {
284
286
| ` requestBody ` | [ * operations.SubmitErrorAgentRequestBody] ( ../../models/operations/submiterroragentrequestbody.md ) | :heavy_minus_sign : | N/A |
285
287
| ` opts ` | [ ] [ operations.Option ] (../../models/operations/option.md) | :heavy_minus_sign : | The options for this request. |
286
288
287
-
288
289
### Response
289
290
290
291
** [ * operations.SubmitErrorAgentResponse] ( ../../models/operations/submiterroragentresponse.md ) , error**
292
+
293
+ ### Errors
294
+
291
295
| Error Object | Status Code | Content Type |
292
296
| --------------------- | --------------------- | --------------------- |
293
297
| sdkerrors.ErrorObject | 401,404 | application/json |
294
298
| sdkerrors.SDKError | 4xx-5xx | * /* |
295
299
300
+
296
301
## SetAgentShutdown
297
302
298
303
Marks the agent as shutdown and offline, freeing any assigned tasks.
@@ -324,8 +329,6 @@ func main() {
324
329
}
325
330
```
326
331
327
-
328
-
329
332
### Parameters
330
333
331
334
| Parameter | Type | Required | Description |
@@ -334,10 +337,12 @@ func main() {
334
337
| ` id ` | * int64* | :heavy_check_mark : | id |
335
338
| ` opts ` | [ ] [ operations.Option ] (../../models/operations/option.md) | :heavy_minus_sign : | The options for this request. |
336
339
337
-
338
340
### Response
339
341
340
342
** [ * operations.SetAgentShutdownResponse] ( ../../models/operations/setagentshutdownresponse.md ) , error**
343
+
344
+ ### Errors
345
+
341
346
| Error Object | Status Code | Content Type |
342
347
| --------------------- | --------------------- | --------------------- |
343
348
| sdkerrors.ErrorObject | 401 | application/json |
0 commit comments